mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	utility/fzf-lua: fix type for fzf-bin
This commit is contained in:
		
					parent
					
						
							
								670f7eacaa
							
						
					
				
			
			
				commit
				
					
						2ef9022b58
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -4,7 +4,7 @@ | |||
|   pkgs, | ||||
|   ... | ||||
| }: let | ||||
|   inherit (lib.types) enum package; | ||||
|   inherit (lib.types) enum str; | ||||
|   inherit (lib.options) mkEnableOption mkOption; | ||||
|   inherit (lib.nvim.types) mkPluginSetupOption borderType; | ||||
| in { | ||||
|  | @ -12,9 +12,9 @@ in { | |||
|     enable = mkEnableOption "fzf-lua"; | ||||
|     setupOpts = mkPluginSetupOption "fzf-lua" { | ||||
|       fzf_bin = mkOption { | ||||
|         type = package; | ||||
|         type = str; | ||||
|         default = "${lib.getExe pkgs.fzf}"; | ||||
|         description = "fzf package to use"; | ||||
|         description = "Path to fzf executable"; | ||||
|       }; | ||||
|       winopts.border = mkOption { | ||||
|         type = borderType; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Venkatesan Ravi
				Venkatesan Ravi