mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
update neovim
This commit is contained in:
parent
e0fe58c2c7
commit
2423fdebb6
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ return {
|
||||||
"lua_ls", -- lua
|
"lua_ls", -- lua
|
||||||
"nil_ls", -- nix
|
"nil_ls", -- nix
|
||||||
"puppet", -- puppet
|
"puppet", -- puppet
|
||||||
"ruff_lsp", -- python
|
"ruff", -- python
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
@ -59,7 +59,7 @@ return {
|
||||||
cmd = { puppet_languageserver, "--feature-flags=puppetstrings" },
|
cmd = { puppet_languageserver, "--feature-flags=puppetstrings" },
|
||||||
settings = { puppet = { editorServices = { formatOnType = { enable = true } } } },
|
settings = { puppet = { editorServices = { formatOnType = { enable = true } } } },
|
||||||
})
|
})
|
||||||
lspconfig.ruff_lsp.setup({ on_attach = on_attach })
|
lspconfig.ruff.setup({ on_attach = on_attach })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue