zk
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
dockerls.enable = true;
|
||||
yamlls.enable = true;
|
||||
vtsls.enable = true;
|
||||
zk.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -11,10 +11,11 @@
|
||||
fish
|
||||
heex
|
||||
json
|
||||
markdown
|
||||
nix
|
||||
toml
|
||||
tsx
|
||||
typescript
|
||||
vue
|
||||
yaml
|
||||
];
|
||||
};
|
||||
|
||||
7
modules/home/neovim/plugins/zk.nix
Normal file
7
modules/home/neovim/plugins/zk.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.nixvim.plugins.zk = {
|
||||
enable = true;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user