mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	dev: disable some plugins on minimal configuration
This commit is contained in:
		
					parent
					
						
							
								a1d99ca752
							
						
					
				
			
			
				commit
				
					
						1f4b6d7a9a
					
				
			
		
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								extra.nix
									
										
									
									
									
								
							
							
						
						
									
										12
									
								
								extra.nix
									
										
									
									
									
								
							|  | @ -135,12 +135,12 @@ inputs: let | |||
| 
 | ||||
|       vim.minimap = { | ||||
|         minimap-vim.enable = false; | ||||
|         codewindow.enable = true; # lighter, faster, and uses lua for configuration | ||||
|         codewindow.enable = isMaximal; # lighter, faster, and uses lua for configuration | ||||
|       }; | ||||
| 
 | ||||
|       vim.dashboard = { | ||||
|         dashboard-nvim.enable = false; | ||||
|         alpha.enable = true; | ||||
|         alpha.enable = isMaximal; | ||||
|       }; | ||||
| 
 | ||||
|       vim.notify = { | ||||
|  | @ -152,9 +152,9 @@ inputs: let | |||
|       }; | ||||
| 
 | ||||
|       vim.utility = { | ||||
|         ccc.enable = true; | ||||
|         vim-wakatime.enable = true; | ||||
|         icon-picker.enable = true; | ||||
|         ccc.enable = isMaximal; | ||||
|         vim-wakatime.enable = isMaximal; | ||||
|         icon-picker.enable = isMaximal; | ||||
|         diffview-nvim.enable = true; | ||||
|         motion = { | ||||
|           hop.enable = true; | ||||
|  | @ -197,7 +197,7 @@ inputs: let | |||
|       }; | ||||
| 
 | ||||
|       vim.session = { | ||||
|         nvim-session-manager.enable = true; | ||||
|         nvim-session-manager.enable = isMaximal; | ||||
|       }; | ||||
| 
 | ||||
|       vim.gestures = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf