From fe1c8a1c340903de0d44a1f3bc590b426f1d3810 Mon Sep 17 00:00:00 2001 From: "beeb5k (Vivek Tiwari)" Date: Thu, 4 Jun 2026 23:37:02 +0530 Subject: even better plugin choice --- module.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module.nix') diff --git a/module.nix b/module.nix index 096cacc..96569b2 100644 --- a/module.nix +++ b/module.nix @@ -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 ] )) ]; -- cgit v1.3.1