mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	utility/nvim-biscuits: improve enable option description
Improve the grammar of the `vim.utility.nvim-biscuits.enable` option to read better in documentation. Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
		
					parent
					
						
							
								b2a462feb7
							
						
					
				
			
			
				commit
				
					
						0b325d788e
					
				
			
		
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -3,9 +3,7 @@ | |||
|   inherit (lib.nvim.types) mkPluginSetupOption; | ||||
| in { | ||||
|   options.vim.utility.nvim-biscuits = { | ||||
|     enable = mkEnableOption '' | ||||
|       A neovim port of Assorted Biscuits. | ||||
|     ''; | ||||
|     enable = mkEnableOption "a Neovim port of Assorted Biscuits [nvim-biscuits]"; | ||||
| 
 | ||||
|     setupOpts = mkPluginSetupOption "nvim-biscuits" {}; | ||||
|   }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Coolio
				Coolio