mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			316 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			316 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {lib, ...}: let
 | |
|   inherit (lib.options) mkEnableOption;
 | |
|   inherit (lib.nvim.types) mkPluginSetupOption;
 | |
| in {
 | |
|   options.vim.utility.oil-nvim = {
 | |
|     enable = mkEnableOption ''
 | |
|       Neovim file explorer: edit your filesystem like a buffer [oil-nvim]
 | |
|     '';
 | |
| 
 | |
|     setupOpts = mkPluginSetupOption "oil-nvim" {};
 | |
|   };
 | |
| }
 |