nvim util

This commit is contained in:
sjcobb 2025-06-15 22:31:25 +01:00
commit a45cd326ec
3 changed files with 180 additions and 1 deletions

View file

@ -16,6 +16,7 @@
cfg = config.vim.lsp;
# TODO: lspConfigurations filter on enabledServers instead of cfg.servers?
lspConfigurations =
mapAttrsToList (
name: value: ''
@ -81,7 +82,6 @@ in {
}
(mkIf (cfg.servers != {}) {
# Enable lspconfig in order to merge in the predefined opts
vim.luaConfigRC.lsp-servers = entryAnywhere ''
-- Individual LSP configurations managed by nvf.
${concatLines lspConfigurations}