nvim/lua/plugins/lsp-lazy.lua

14 lines
264 B
Lua
Raw Normal View History

2024-06-17 15:22:39 +07:00
return {
"dundalek/lazy-lsp.nvim",
dependencies = { "neovim/nvim-lspconfig" },
opts = {
2024-08-12 17:06:01 +07:00
prefer_local = true,
preferred_servers = {
nix = {
"nil_ls",
},
},
2024-06-17 15:22:39 +07:00
},
2024-08-12 17:06:01 +07:00
-- enabled = false,
2024-06-17 15:22:39 +07:00
}