- added nixd lsp
This commit is contained in:
@@ -20,7 +20,7 @@ require("lazy").setup({
|
||||
spec = {
|
||||
-- import your plugins
|
||||
{ import = "plugins" },
|
||||
"https://git.erik.mertens.digital/erik/nvim-rpgle.git"
|
||||
-- "https://git.erik.mertens.digital/erik/nvim-rpgle.git"
|
||||
},
|
||||
-- Configure any other settings here. See the documentation for more details.
|
||||
-- colorscheme that will be used when installing plugins.
|
||||
|
@@ -165,6 +165,13 @@ return { -- LSP Configuration & Plugins
|
||||
vim.lsp.config('vtsls', vtsls_config)
|
||||
vim.lsp.config('vue_ls', vue_ls_config)
|
||||
vim.lsp.enable({ 'vtsls', 'vue_ls' })
|
||||
vim.lsp.enable('nixd', {
|
||||
settings = {
|
||||
nixpkgs = {
|
||||
expr = "import <nixpkgs> { }"
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
vim.lsp.config("ltex_plus", {
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user