mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	fix: minimap showing on orgmode buffers
This commit is contained in:
		
					parent
					
						
							
								deab37a627
							
						
					
				
			
			
				commit
				
					
						3dcc1addd2
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -20,7 +20,7 @@ in { | ||||||
|     vim.luaConfigRC.codewindow = nvim.dag.entryAnywhere '' |     vim.luaConfigRC.codewindow = nvim.dag.entryAnywhere '' | ||||||
|       local codewindow = require('codewindow') |       local codewindow = require('codewindow') | ||||||
|       codewindow.setup({ |       codewindow.setup({ | ||||||
|         exclude_filetypes = { 'NvimTree'}, |         exclude_filetypes = { 'NvimTree', 'orgagenda'}, | ||||||
|       } |       } | ||||||
|       ) |       ) | ||||||
|       codewindow.apply_default_keybinds() |       codewindow.apply_default_keybinds() | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf