mirror of
				https://github.com/tiyn/dotfiles.git
				synced 2025-11-03 22:11:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			288 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			288 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
return {
 | 
						|
  {
 | 
						|
    "utilyre/barbecue.nvim",
 | 
						|
    name = "barbecue",
 | 
						|
    version = "*",
 | 
						|
    dependencies = {
 | 
						|
      "SmiteshP/nvim-navic",
 | 
						|
      "nvim-tree/nvim-web-devicons", -- optional dependency
 | 
						|
    },
 | 
						|
    opts = {
 | 
						|
      theme = {
 | 
						|
        normal = { bg = "#272727" },
 | 
						|
      }
 | 
						|
    },
 | 
						|
  }
 | 
						|
}
 |