mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	utility/smart-splits: get plugin from github instead of nixpkgs
This commit is contained in:
		
					parent
					
						
							
								d6d569c53e
							
						
					
				
			
			
				commit
				
					
						8483a6de97
					
				
			
		
					 3 changed files with 20 additions and 4 deletions
				
			
		|  | @ -21,9 +21,9 @@ | |||
|     }; | ||||
| in { | ||||
|   config = mkIf cfg.enable { | ||||
|     vim.lazy.plugins = { | ||||
|       ${pkgs.vimPlugins.smart-splits-nvim.pname} = { | ||||
|         package = pkgs.vimPlugins.smart-splits-nvim; | ||||
|     vim = { | ||||
|       lazy.plugins.smart-splits = { | ||||
|         package = "smart-splits"; | ||||
|         setupModule = "smart-splits"; | ||||
|         inherit (cfg) setupOpts; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Laszlo Bacsi
				Laszlo Bacsi