mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	tabline/bufferline: add neo-tree integration (#788)
This commit is contained in:
		
				commit
				
					
						7918b43155
					
				
			
		
					 2 changed files with 7 additions and 0 deletions
				
			
		|  | @ -293,6 +293,7 @@ | ||||||
| - Add lint (luacheck) and formatting (stylua) support for Lua. | - Add lint (luacheck) and formatting (stylua) support for Lua. | ||||||
| - Add lint (markdownlint-cli2) support for Markdown. | - Add lint (markdownlint-cli2) support for Markdown. | ||||||
| - Add catppuccin integration for Bufferline, Lspsaga. | - Add catppuccin integration for Bufferline, Lspsaga. | ||||||
|  | - Add neo-tree integration for Bufferline. | ||||||
| 
 | 
 | ||||||
| [tebuevd](https://github.com/tebuevd): | [tebuevd](https://github.com/tebuevd): | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -279,6 +279,12 @@ in { | ||||||
|               highlight = "Directory"; |               highlight = "Directory"; | ||||||
|               separator = true; |               separator = true; | ||||||
|             } |             } | ||||||
|  |             { | ||||||
|  |               filetype = "neo-tree"; | ||||||
|  |               text = "File Explorer"; | ||||||
|  |               highlight = "Directory"; | ||||||
|  |               separator = true; | ||||||
|  |             } | ||||||
|           ]; |           ]; | ||||||
|           description = "The windows to offset bufferline above, see `:help bufferline-offset`"; |           description = "The windows to offset bufferline above, see `:help bufferline-offset`"; | ||||||
|         }; |         }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 raf
				raf