update: nvim: add ruff_lsp
This commit is contained in:
parent
775da8a186
commit
a33dc60638
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue