This commit is contained in:
2025-12-08 16:52:42 +00:00
parent b5a0ab8df5
commit 68a10416e1
6 changed files with 88 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
dockerls.enable = true;
yamlls.enable = true;
vtsls.enable = true;
zk.enable = true;
};
};
};

View File

@@ -11,10 +11,11 @@
fish
heex
json
markdown
nix
toml
tsx
typescript
vue
yaml
];
};

View File

@@ -0,0 +1,7 @@
{
programs.nixvim.plugins.zk = {
enable = true;
settings = {
};
};
}