mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	fuzzy all other incorrect references
This commit is contained in:
		
					parent
					
						
							
								28c5ad837b
							
						
					
				
			
			
				commit
				
					
						28a7d3952e
					
				
			
		
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -164,7 +164,7 @@ in { | ||||||
|       package = mkOption { |       package = mkOption { | ||||||
|         description = "Python treesitter grammar to use"; |         description = "Python treesitter grammar to use"; | ||||||
|         type = package; |         type = package; | ||||||
|         default = pkgs.vimPlugins.nvim-treesitter.builtGrammars.python; |         default = pkgs.tree-sitter-grammars.tree-sitter-python; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -74,7 +74,7 @@ in { | ||||||
|       package = mkOption { |       package = mkOption { | ||||||
|         description = "SQL treesitter grammar to use"; |         description = "SQL treesitter grammar to use"; | ||||||
|         type = package; |         type = package; | ||||||
|         default = pkgs.vimPlugins.nvim-treesitter.builtGrammars.sql; |         default = pkgs.tree-sitter-grammars.tree-sitter-sql; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ | ||||||
|   cfg = config.vim.ui.noice; |   cfg = config.vim.ui.noice; | ||||||
|   tscfg = config.vim.treesitter; |   tscfg = config.vim.treesitter; | ||||||
| 
 | 
 | ||||||
|   defaultGrammars = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [vim regex lua bash markdown]; |   defaultGrammars = with pkgs.tree-sitter-grammars; [tree-sitter-vim tree-sitter-regex tree-sitter-lua tree-sitter-bash tree-sitter-markdown]; | ||||||
| in { | in { | ||||||
|   config = mkIf cfg.enable { |   config = mkIf cfg.enable { | ||||||
|     vim = { |     vim = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 BarryLabs
				BarryLabs