mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	modules/theme: use inherited optionalString
		
	This commit is contained in:
		
					parent
					
						
							
								5748bb5eb9
							
						
					
				
			
			
				commit
				
					
						08547724e4
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -101,7 +101,7 @@ in { | ||||||
|         vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" }) |         vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" }) | ||||||
|         vim.api.nvim_set_hl(0, "LineNr", { bg = "none" }) |         vim.api.nvim_set_hl(0, "LineNr", { bg = "none" }) | ||||||
|         vim.api.nvim_set_hl(0, "SignColumn", { bg = "none" }) |         vim.api.nvim_set_hl(0, "SignColumn", { bg = "none" }) | ||||||
|         ${lib.optionalString config.vim.filetree.nvimTree.enable '' |         ${optionalString config.vim.filetree.nvimTree.enable '' | ||||||
|           vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" }) |           vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" }) | ||||||
|         ''} |         ''} | ||||||
|       ''} |       ''} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frothy
				Frothy