mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	feat: silence annoying null-ls codeactions messages
This commit is contained in:
		
					parent
					
						
							
								2ad526cbf5
							
						
					
				
			
			
				commit
				
					
						099b87a5cf
					
				
			
		
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -127,7 +127,7 @@ inputs: let | |||
|       vim.git = { | ||||
|         enable = true; | ||||
|         gitsigns.enable = true; | ||||
|         gitsigns.codeActions = true; | ||||
|         gitsigns.codeActions = false; # throws an annoying debug message | ||||
|       }; | ||||
| 
 | ||||
|       vim.minimap = { | ||||
|  |  | |||
|  | @ -21,6 +21,7 @@ in { | |||
|       ''; | ||||
|       vim.luaConfigRC.null_ls = nvim.dag.entryAfter ["null_ls-setup" "lsp-setup"] '' | ||||
|         require('null-ls').setup({ | ||||
|           debug = false, | ||||
|           diagnostics_format = "[#{m}] #{s} (#{c})", | ||||
|           debounce = 250, | ||||
|           default_timeout = 5000, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf