feat: add zig to neovim
This commit is contained in:
parent
2406898fbd
commit
1b74745d5d
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
||||||
alejandra
|
alejandra
|
||||||
statix
|
statix
|
||||||
libgit2.lib
|
libgit2.lib
|
||||||
|
zls
|
||||||
|
|
||||||
vimPlugins.nvim-treesitter.withAllGrammars
|
vimPlugins.nvim-treesitter.withAllGrammars
|
||||||
]
|
]
|
||||||
|
|
@ -135,6 +136,8 @@
|
||||||
lang.gleam.installDependencies = true;
|
lang.gleam.installDependencies = true;
|
||||||
lang.erlang.enable = true;
|
lang.erlang.enable = true;
|
||||||
lang.erlang.installDependencies = true;
|
lang.erlang.installDependencies = true;
|
||||||
|
lang.zig.enable = true;
|
||||||
|
lang.zig.installDependencies = true;
|
||||||
|
|
||||||
# only reason we don't add `pkgs.claude-code` to base is because base is meant to be things for servers,
|
# only reason we don't add `pkgs.claude-code` to base is because base is meant to be things for servers,
|
||||||
# we do need neovim on the server but we don't need a clanker on there too!
|
# we do need neovim on the server but we don't need a clanker on there too!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue