summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/nixvim.nix')
-rw-r--r--common/nixvim.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index 3f55c0f..1af37d5 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -369,6 +369,21 @@ inputs:
369 369
370 gitsigns.enable = true; 370 gitsigns.enable = true;
371 371
372 grug-far = {
373 enable = true;
374 settings.engines.astgrep.path = "ast-grep";
375 lazyLoad.settings = {
376 cmd = "GrugFar";
377 keys = [
378 {
379 __unkeyed-1 = "<leader>fG";
380 __unkeyed-2 = "<cmd>GrugFar<cr>";
381 desc = "Grug find and replace";
382 }
383 ];
384 };
385 };
386
372 indent-blankline = { 387 indent-blankline = {
373 enable = true; 388 enable = true;
374 settings.indent = { 389 settings.indent = {