mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	modules: add meta.mainProgram to symlinkJoined Neovim wrapper
This commit is contained in:
		
					parent
					
						
							
								8b15271f63
							
						
					
				
			
			
				commit
				
					
						2b8d0af2e6
					
				
			
		
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -130,5 +130,10 @@ in { | ||||||
|     name = "nvf-with-helpers"; |     name = "nvf-with-helpers"; | ||||||
|     paths = [neovim-wrapped printConfig printConfigPath]; |     paths = [neovim-wrapped printConfig printConfigPath]; | ||||||
|     postBuild = "echo helpers added"; |     postBuild = "echo helpers added"; | ||||||
|  | 
 | ||||||
|  |     meta = { | ||||||
|  |       description = "Wrapped version of Neovim with additional helper scripts"; | ||||||
|  |       mainProgram = "nvim"; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue