nvim: remove nil lsp in favor of nixd
This commit is contained in:
parent
38ede1036e
commit
8648722d9a
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ local lspconfig = require("lspconfig")
|
|||
local capabilities = vim.lsp.protocol.make_client_capabilities()
|
||||
local servers = {
|
||||
'gopls',
|
||||
'nil_ls',
|
||||
'ts_ls',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue