mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	supermaven-nvim: fixes
This commit is contained in:
		
					parent
					
						
							
								2317cba854
							
						
					
				
			
			
				commit
				
					
						b86e7d157d
					
				
			
		
					 4 changed files with 11 additions and 6 deletions
				
			
		
							
								
								
									
										17
									
								
								modules/plugins/assistant/supermaven-nvim/config.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								modules/plugins/assistant/supermaven-nvim/config.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| { | ||||
|   config, | ||||
|   lib, | ||||
|   ... | ||||
| }: let | ||||
|   cfg = config.vim.assistant.supermaven-nvim; | ||||
| in { | ||||
|   config = lib.mkIf cfg.enable { | ||||
|     vim.lazy.plugins = { | ||||
|       supermaven-nvim = { | ||||
|         package = "supermaven-nvim"; | ||||
|         setupModule = "supermaven-nvim"; | ||||
|         inherit (cfg) setupOpts; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Devin Droddy
				Devin Droddy