mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	Merge branch 'main' into plugin/nvim-biscuits
This commit is contained in:
		
				commit
				
					
						00d04a4c06
					
				
			
		
					 1 changed files with 19 additions and 9 deletions
				
			
		|  | @ -1,12 +1,22 @@ | |||
| { | ||||
|   vim.lazy.plugins.undotree = { | ||||
|     package = "undotree"; | ||||
|     cmd = [ | ||||
|       "UndotreeToggle" | ||||
|       "UndotreeShow" | ||||
|       "UndotreeHide" | ||||
|       "UndotreePersistUndo" | ||||
|       "UndotreeFocus" | ||||
|     ]; | ||||
|   lib, | ||||
|   config, | ||||
|   ... | ||||
| }: let | ||||
|   inherit (lib.modules) mkIf; | ||||
| 
 | ||||
|   cfg = config.vim.utility.undotree; | ||||
| in { | ||||
|   config = mkIf cfg.enable { | ||||
|     vim.lazy.plugins.undotree = { | ||||
|       package = "undotree"; | ||||
|       cmd = [ | ||||
|         "UndotreeToggle" | ||||
|         "UndotreeShow" | ||||
|         "UndotreeHide" | ||||
|         "UndotreePersistUndo" | ||||
|         "UndotreeFocus" | ||||
|       ]; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 GitHub
					GitHub