home: vim: lspconfig: remove 'rnix-lsp'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
It's been abandoned, `nil` is a better language server nowadays.
This commit is contained in:
parent
ba8936dab0
commit
4aa239d976
1 changed files with 0 additions and 7 deletions
|
|
@ -45,13 +45,6 @@ if utils.is_executable("nil") then
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
if utils.is_executable("rnix-lsp") then
|
|
||||||
lspconfig.rnix.setup({
|
|
||||||
capabilities = capabilities,
|
|
||||||
on_attach = lsp.on_attach,
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|
||||||
-- Python
|
-- Python
|
||||||
if utils.is_executable("pyright") then
|
if utils.is_executable("pyright") then
|
||||||
lspconfig.pyright.setup({
|
lspconfig.pyright.setup({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue