- added nixd lsp

This commit is contained in:
2025-08-20 07:19:26 +02:00
parent 89e1542efb
commit 8ce6221161
3 changed files with 8 additions and 2 deletions

View File

@@ -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.

View File

@@ -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 = {