feat(nvim): add nix lsp support
This commit is contained in:
parent
06c3950a97
commit
75be653ee2
12
user/modules/nvim/lua/plugins/lsp.lua
Normal file
12
user/modules/nvim/lua/plugins/lsp.lua
Normal file
@ -0,0 +1,12 @@
|
||||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
---@class PluginLspOpts
|
||||
opts = {
|
||||
---@type lspconfig.options
|
||||
servers = {
|
||||
nil_ls = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user