home: vim: lspconfig: remove 'rnix-lsp'
It's been abandoned, `nil` is a better language server nowadays.
This commit is contained in:
parent
276cc7e5f2
commit
3fb758028c
2 changed files with 2 additions and 11 deletions
|
|
@ -45,13 +45,6 @@ if utils.is_executable("nil") then
|
|||
})
|
||||
end
|
||||
|
||||
if utils.is_executable("rnix-lsp") then
|
||||
lspconfig.rnix.setup({
|
||||
capabilities = capabilities,
|
||||
on_attach = lsp.on_attach,
|
||||
})
|
||||
end
|
||||
|
||||
-- Python
|
||||
if utils.is_executable("pyright") then
|
||||
lspconfig.pyright.setup({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue