feat: Add trouble.nvim plugin to Neovim configuration
This commit is contained in:
		
							parent
							
								
									78e39017e0
								
							
						
					
					
						commit
						bf480fc457
					
				
							
								
								
									
										3
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										3
									
								
								init.lua
								
								
								
								
							| 
						 | 
				
			
			@ -283,6 +283,9 @@ require('lazy').setup({
 | 
			
		|||
  },
 | 
			
		||||
 | 
			
		||||
  -- NOTE: Plugins can also be configured to run Lua code when they are loaded.
 | 
			
		||||
 | 
			
		||||
  -- Add trouble.nvim plugin
 | 
			
		||||
  { 'folke/trouble.nvim', dependencies = { 'nvim-tree/nvim-web-devicons' }, opts = {} },
 | 
			
		||||
  --
 | 
			
		||||
  -- This is often very useful to both group configuration, as well as handle
 | 
			
		||||
  -- lazy loading plugins that don't need to be loaded immediately at startup.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue