mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	feat: run the config through deadnix
This commit is contained in:
		
					parent
					
						
							
								655c193540
							
						
					
				
			
			
				commit
				
					
						d8b52451dd
					
				
			
		
					 98 changed files with 45 additions and 253 deletions
				
			
		|  | @ -1,5 +1,4 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
|  |  | |||
|  | @ -1,13 +1,10 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| with lib; | ||||
| with builtins; let | ||||
|   cfg = config.vim.notes.mind-nvim; | ||||
| in { | ||||
| with builtins; { | ||||
|   options.vim.notes.mind-nvim = { | ||||
|     enable = mkEnableOption "The power of trees at your fingertips. "; | ||||
|   }; | ||||
|  |  | |||
|  | @ -1,5 +1,4 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
|  |  | |||
|  | @ -1,14 +1,10 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| with lib; | ||||
| with builtins; let | ||||
|   cfg = config.vim.notes.obsidian; | ||||
|   auto = config.vim.autocomplete; | ||||
| in { | ||||
| with builtins; { | ||||
|   options.vim.notes = { | ||||
|     obsidian = { | ||||
|       enable = mkEnableOption "Complementary neovim plugins for Obsidian editor"; | ||||
|  |  | |||
|  | @ -1,5 +1,4 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
|  |  | |||
|  | @ -1,13 +1,10 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| with lib; | ||||
| with builtins; let | ||||
|   cfg = config.vim.notes.orgmode; | ||||
| in { | ||||
| with builtins; { | ||||
|   options.vim.notes.orgmode = { | ||||
|     enable = mkEnableOption "Neovim plugin for Emac Orgmode. Get the best of both worlds."; | ||||
|     orgAgendaFiles = mkOption { | ||||
|  |  | |||
|  | @ -1,13 +1,10 @@ | |||
| { | ||||
|   pkgs, | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: | ||||
| with lib; | ||||
| with builtins; let | ||||
|   cfg = config.vim.notes.todo-comments; | ||||
| in { | ||||
| with builtins; { | ||||
|   options.vim.notes.todo-comments = { | ||||
|     enable = mkEnableOption "todo-comments"; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf