mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	 8d5f23035d
			
		
	
	
	
	
	8d5f23035d* statix, deadnix, alejandra * _file * _module.args * concatStringsSep "\n" -> concatLines concatStringsSep "\n" map -> concatMapStringsSep "\n" * mkShell nativeBuildInputs -> packages
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			198 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {lib, ...}: let
 | |
|   inherit (lib.options) mkEnableOption;
 | |
| in {
 | |
|   options.vim.binds.cheatsheet = {
 | |
|     enable = mkEnableOption "cheatsheet-nvim: searchable cheatsheet for nvim using telescope";
 | |
|   };
 | |
| }
 |