summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r--common/nixvim.nix14
1 files changed, 9 insertions, 5 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index c116ee7..50ceeee 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -302,6 +302,8 @@ in
302 # cmp-cmdline.enable = true; 302 # cmp-cmdline.enable = true;
303 # cmp-git.enable = true; 303 # cmp-git.enable = true;
304 304
305 diffview.enable = true;
306
305 dressing.enable = true; 307 dressing.enable = true;
306 308
307 fidget = { 309 fidget = {
@@ -338,11 +340,6 @@ in
338 340
339 luasnip.enable = true; 341 luasnip.enable = true;
340 342
341 vim-matchup = {
342 enable = true;
343 treesitterIntegration.enable = true;
344 };
345
346 mini = { 343 mini = {
347 enable = true; 344 enable = true;
348 modules = { 345 modules = {
@@ -386,6 +383,8 @@ in
386 }; 383 };
387 }; 384 };
388 385
386 neogit.enable = true;
387
389 none-ls = { 388 none-ls = {
390 enable = true; 389 enable = true;
391 sources = { 390 sources = {
@@ -519,6 +518,11 @@ in
519 }; 518 };
520 }; 519 };
521 }; 520 };
521
522 vim-matchup = {
523 enable = true;
524 treesitterIntegration.enable = true;
525 };
522 }; 526 };
523 527
524 extraConfigLuaPost = '' 528 extraConfigLuaPost = ''