mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	lsp/otter: remove conflict warning since 0.11 is now common
This commit is contained in:
		
					parent
					
						
							
								e35a74c44a
							
						
					
				
			
			
				commit
				
					
						17968d1ced
					
				
			
		
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -15,13 +15,6 @@ | ||||||
|   mappings = addDescriptionsToMappings cfg.otter-nvim.mappings mappingDefinitions; |   mappings = addDescriptionsToMappings cfg.otter-nvim.mappings mappingDefinitions; | ||||||
| in { | in { | ||||||
|   config = mkIf (cfg.enable && cfg.otter-nvim.enable) { |   config = mkIf (cfg.enable && cfg.otter-nvim.enable) { | ||||||
|     warnings = [ |  | ||||||
|       # TODO: remove warning when we update to nvim 0.11 |  | ||||||
|       (mkIf config.vim.utility.ccc.enable '' |  | ||||||
|         ccc and otter occasionally have small conflicts that will disappear with nvim 0.11. |  | ||||||
|         In the meantime, otter handles it by throwing a warning, but both plugins will work. |  | ||||||
|       '') |  | ||||||
|     ]; |  | ||||||
|     vim = { |     vim = { | ||||||
|       startPlugins = ["otter-nvim"]; |       startPlugins = ["otter-nvim"]; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Soliprem
				Soliprem