mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
replace rnix lsp with nil
This commit is contained in:
@ -46,8 +46,8 @@ M.packer = function(use)
|
||||
capabilities = capabilities,
|
||||
})
|
||||
end
|
||||
if on_path("rnix-lsp") then
|
||||
require("lspconfig").rnix.setup({ capabilities = capabilities })
|
||||
if on_path("nil") then
|
||||
require("lspconfig").nil_ls.setup({ capabilities = capabilities })
|
||||
end
|
||||
|
||||
vim.keymap.set("n", "gd", vim.lsp.buf.definition)
|
||||
|
Reference in New Issue
Block a user