dendritic migration

dendritic migration
This commit is contained in:
2026-03-05 10:58:00 +00:00
parent 05544d0597
commit e463c42740
142 changed files with 4411 additions and 2779 deletions

View File

@@ -0,0 +1,17 @@
{
programs.nixvim.plugins = {
lsp = {
enable = true;
inlayHints = true;
servers = {
cssls.enable = true;
dockerls.enable = true;
jsonls.enable = true;
nil_ls.enable = true;
vtsls.enable = true;
yamlls.enable = true;
zk.enable = true;
};
};
};
}