feat: highlight definitions
This commit is contained in:
		
							parent
							
								
									e08990b2db
								
							
						
					
					
						commit
						82cdcb7b9f
					
				
					 1 changed files with 8 additions and 0 deletions
				
			
		| 
						 | 
					@ -18,4 +18,12 @@
 | 
				
			||||||
    # Install all grammar packages.
 | 
					    # Install all grammar packages.
 | 
				
			||||||
    grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
 | 
					    grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  plugins.treesitter-refactor = {
 | 
				
			||||||
 | 
					    enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    highlightDefinitions = {
 | 
				
			||||||
 | 
					      enable = true;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue