Enable silent option for default neo-tree plugin keybinding (#1108)
This commit is contained in:
		
							parent
							
								
									d452633b35
								
							
						
					
					
						commit
						f49cc6c935
					
				|  | @ -11,7 +11,7 @@ return { | ||||||
|   }, |   }, | ||||||
|   cmd = 'Neotree', |   cmd = 'Neotree', | ||||||
|   keys = { |   keys = { | ||||||
|     { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal' }, |     { '\\', ':Neotree reveal<CR>', desc = 'NeoTree reveal', silent = true }, | ||||||
|   }, |   }, | ||||||
|   opts = { |   opts = { | ||||||
|     filesystem = { |     filesystem = { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Bayram Kazik
						Bayram Kazik