update
This commit is contained in:
parent
b7ce68ddde
commit
21dec419b0
2 changed files with 31 additions and 33 deletions
26
init.lua
26
init.lua
|
|
@ -721,19 +721,19 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
|
||||
rust_analyzer = {
|
||||
checkOnSave = {
|
||||
allFeatures = true,
|
||||
overrideCommand = {
|
||||
'cargo',
|
||||
'clippy',
|
||||
'--workspace',
|
||||
'--message-format=json',
|
||||
'--all-targets',
|
||||
'--all-features',
|
||||
},
|
||||
},
|
||||
},
|
||||
-- rust_analyzer = {
|
||||
-- checkOnSave = {
|
||||
-- allFeatures = true,
|
||||
-- overrideCommand = {
|
||||
-- 'cargo',
|
||||
-- 'clippy',
|
||||
-- '--workspace',
|
||||
-- '--message-format=json',
|
||||
-- '--all-targets',
|
||||
-- '--all-features',
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
|
||||
-- python -> LSP: basedpyright, Formatter & linter
|
||||
-- https://github.com/astral-sh/ruff/blob/main/crates/ruff_server/docs/setup/NEOVIM.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue