update: nvim: add ruff_lsp

This commit is contained in:
qwjyh 2024-02-17 10:42:58 +09:00
parent 775da8a186
commit a33dc60638

View file

@ -637,7 +637,7 @@ lspconfig.typst_lsp.setup {
}
local lss = { "pyright", "rust_analyzer", "texlab", "ccls", "clangd", "tsserver", --[["tailwindcss"]] "hls", "cmake",
"csharp_ls", "html", "r_language_server" }
"csharp_ls", "html", "r_language_server", "ruff_lsp" }
for _, ls in pairs(lss) do
lspconfig[ls].setup {
on_attach = on_attach,