mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	feat: add telescope extension for project-nvim
This commit is contained in:
		
					parent
					
						
							
								3065032ad2
							
						
					
				
			
			
				commit
				
					
						9651e35f3e
					
				
			
		
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -109,6 +109,12 @@ in { | ||||||
|         then "telescope.load_extension('notify')" |         then "telescope.load_extension('notify')" | ||||||
|         else "" |         else "" | ||||||
|       } |       } | ||||||
|  | 
 | ||||||
|  |       ${ | ||||||
|  |         if config.vim.projects.project-nvim.enable | ||||||
|  |         then "telescope.load_extension('projects')" | ||||||
|  |         else "" | ||||||
|  |       } | ||||||
|     ''; |     ''; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf