mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	modules/snippets: switch to explicit lib calls
This commit is contained in:
		
					parent
					
						
							
								3a9f5db55f
							
						
					
				
			
			
				commit
				
					
						e5383a8123
					
				
			
		
					 4 changed files with 4 additions and 4 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
|   lib, | ||||
|   ... | ||||
| }: let | ||||
|   inherit (lib) mkIf; | ||||
|   inherit (lib.modules) mkIf; | ||||
| 
 | ||||
|   cfg = config.vim.snippets.vsnip; | ||||
| in { | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| _: { | ||||
| { | ||||
|   imports = [ | ||||
|     ./vsnip.nix | ||||
|   ]; | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| {lib, ...}: let | ||||
|   inherit (lib) mkEnableOption; | ||||
|   inherit (lib.options) mkEnableOption; | ||||
| in { | ||||
|   options.vim.snippets.vsnip = { | ||||
|     enable = mkEnableOption "vim-vsnip: snippet LSP/VSCode's format"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue