add commented-out support for ruff-lsp
This commit is contained in:
parent
3691641321
commit
d9e70efcad
@ -132,6 +132,11 @@ function M.config()
|
||||
},
|
||||
})
|
||||
|
||||
-- pip install ruff ruff-lsp
|
||||
-- lspconfig.ruff_lsp.setup({
|
||||
-- on_attach = on_attach,
|
||||
-- })
|
||||
|
||||
-- vscode-json-language-server
|
||||
-- npm i -g vscode-langservers-extracted
|
||||
lspconfig.jsonls.setup({
|
||||
|
Loading…
Reference in New Issue
Block a user