File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1+ return  function ()
2+ 	vim .g .maplocalleader  =  " ," 
3+ 	require (" modules.utils" load_plugin (" grug-far" 
4+ 		engine  =  " ripgrep" 
5+ 		engines  =  {
6+ 			ripgrep  =  {
7+ 				path  =  " rg" 
8+ 				showReplaceDiff  =  true ,
9+ 				placeholders  =  {
10+ 					enabled  =  true ,
11+ 				},
12+ 			},
13+ 		},
14+ 		windowCreationCommand  =  " bot split" 
15+ 		disableBufferLineNumbers  =  false ,
16+ 		icons  =  {
17+ 			enabled  =  true ,
18+ 		},
19+ 	})
20+ end 
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ return function()
3939			flash  =  true ,
4040			fzf  =  true ,
4141			gitsigns  =  true ,
42- 			grug_far  =  false ,
42+ 			grug_far  =  true ,
4343			hop  =  false ,
4444			illuminate  =  true ,
4545			indent_blankline  =  { enabled  =  true , colored_indent_levels  =  true  },
@@ -68,7 +68,6 @@ return function()
6868			rainbow_delimiters  =  true ,
6969			render_markdown  =  true ,
7070			semantic_tokens  =  true ,
71- 			snacks  =  false ,
7271			telescope  =  { enabled  =  true , style  =  " nvchad"  
7372			treesitter  =  true ,
7473			treesitter_context  =  true ,
Original file line number Diff line number Diff line change @@ -93,9 +93,10 @@ editor["brenoprata10/nvim-highlight-colors"] = {
9393	event  =  { " CursorHold" " CursorHoldI"  
9494	config  =  require (" editor.highlight-colors" 
9595}
96- editor [" nvim-pack/nvim-spectre " =  {
96+ editor [" MagicDuck/grug-far.nvim " =  {
9797	lazy  =  true ,
98- 	cmd  =  " Spectre" 
98+ 	cmd  =  " GrugFar" 
99+ 	config  =  require (" editor.grug-far" 
99100}
100101--  editor["joshuadanpeterson/typewriter.nvim"] = {
101102--  	lazy = true,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments