add commented-out support for ruff-lsp

This commit is contained in:
Michael Peters 2023-07-12 10:09:05 -07:00
parent 3691641321
commit d9e70efcad

View File

@ -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({