Merge branch 'main' into feature/listof-str-border

This commit is contained in:
raf 2024-07-20 08:33:39 +00:00 committed by GitHub
commit d88b1129e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 453 additions and 473 deletions

View file

@ -18,7 +18,7 @@ in {
startPlugins = ["nvim-lspconfig"];
luaConfigRC.lspconfig = entryAfter ["lsp-setup"] ''
pluginRC.lspconfig = entryAfter ["lsp-setup"] ''
local lspconfig = require('lspconfig')
${
@ -30,7 +30,7 @@ in {
};
}
{
vim.luaConfigRC = mapAttrs (_: v: (entryAfter ["lspconfig"] v)) cfg.lspconfig.sources;
vim.pluginRC = mapAttrs (_: v: (entryAfter ["lspconfig"] v)) cfg.lspconfig.sources;
}
]);
}