mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	nvimtree: remove unnecessary import
This commit is contained in:
		
					parent
					
						
							
								92e38fbfae
							
						
					
				
			
			
				commit
				
					
						c071f2caa2
					
				
			
		
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -1,7 +1,7 @@ | ||||||
| { | { | ||||||
|  |   options, | ||||||
|   config, |   config, | ||||||
|   lib, |   lib, | ||||||
|   pkgs, |  | ||||||
|   ... |   ... | ||||||
| }: let | }: let | ||||||
|   inherit (lib.strings) optionalString; |   inherit (lib.strings) optionalString; | ||||||
|  | @ -11,8 +11,7 @@ | ||||||
|   inherit (lib.nvim.binds) pushDownDefault; |   inherit (lib.nvim.binds) pushDownDefault; | ||||||
| 
 | 
 | ||||||
|   cfg = config.vim.filetree.nvimTree; |   cfg = config.vim.filetree.nvimTree; | ||||||
|   self = import ./nvimtree.nix {inherit pkgs lib;}; |   inherit (options.vim.filetree.nvimTree) mappings; | ||||||
|   inherit (self.options.vim.filetree.nvimTree) mappings; |  | ||||||
| in { | in { | ||||||
|   config = mkIf cfg.enable { |   config = mkIf cfg.enable { | ||||||
|     vim = { |     vim = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
				Ching Pei Yang