summaryrefslogtreecommitdiff
path: root/module.nix
diff options
context:
space:
mode:
authorbeeb5k (Vivek Tiwari) <beebeeb5k@gmail.com>2026-06-04 23:37:02 +0530
committerbeeb5k (Vivek Tiwari) <beebeeb5k@gmail.com>2026-06-04 23:37:02 +0530
commitfe1c8a1c340903de0d44a1f3bc590b426f1d3810 (patch)
treef242c63908c19fcc67dfe7febd386dbc649ac4be /module.nix
parentbfe5ef76b95725451707f6061d5dfa5e3b024c61 (diff)
even better plugin choice
Diffstat (limited to 'module.nix')
-rw-r--r--module.nix4
1 files changed, 3 insertions, 1 deletions
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
]
))
];