diff options
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -145,6 +145,8 @@ inputs: config.nvim-lib.neovimPlugins.base46 config.nvim-lib.neovimPlugins.neogit + blink-indent + blink-pairs codediff-nvim nvim-lspconfig oil-nvim @@ -160,7 +162,6 @@ inputs: gitsigns-nvim nvim-treesitter-textobjects nvim-ts-autotag - hlchunk-nvim (nvim-treesitter.withPlugins ( plugins: with plugins; [ nix @@ -169,6 +170,7 @@ inputs: cpp rust zig + bash ] )) ]; |
