Fix ruff lsp
This commit is contained in:
parent
ea19704596
commit
dac31d7154
2
init.lua
2
init.lua
|
|
@ -663,7 +663,7 @@ require('lazy').setup({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
ruff_lsp = {},
|
ruff = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
--
|
--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue