|  | @@ -114,9 +114,6 @@ return require("packer").startup(function(use)
 | 
	
		
			
				|  |  |      end,
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  -- Color
 | 
	
		
			
				|  |  | -  use { "christianchiarulli/nvcode-color-schemes.vim", opt = true }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    -- Icons
 | 
	
		
			
				|  |  |    use { "kyazdani42/nvim-web-devicons" }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -150,6 +147,7 @@ return require("packer").startup(function(use)
 | 
	
		
			
				|  |  |      disable = not O.plugin.dashboard.active,
 | 
	
		
			
				|  |  |      -- opt = true,
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    -- Zen Mode
 | 
	
		
			
				|  |  |    use {
 | 
	
		
			
				|  |  |      "folke/zen-mode.nvim",
 | 
	
	
		
			
				|  | @@ -161,16 +159,6 @@ return require("packer").startup(function(use)
 | 
	
		
			
				|  |  |      disable = not O.plugin.zen.active,
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  use {
 | 
	
		
			
				|  |  | -    "norcalli/nvim-colorizer.lua",
 | 
	
		
			
				|  |  | -    event = "BufWinEnter",
 | 
	
		
			
				|  |  | -    config = function()
 | 
	
		
			
				|  |  | -      require "lv-colorizer"
 | 
	
		
			
				|  |  | -      -- vim.cmd "ColorizerReloadAllBuffers"
 | 
	
		
			
				|  |  | -    end,
 | 
	
		
			
				|  |  | -    disable = not O.plugin.colorizer.active,
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    -- Treesitter playground
 | 
	
		
			
				|  |  |    use {
 | 
	
		
			
				|  |  |      "nvim-treesitter/playground",
 | 
	
	
		
			
				|  | @@ -205,19 +193,6 @@ return require("packer").startup(function(use)
 | 
	
		
			
				|  |  |      disable = not O.plugin.ts_context_commentstring.active,
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  -- Symbol Outline
 | 
	
		
			
				|  |  | -  use {
 | 
	
		
			
				|  |  | -    "simrat39/symbols-outline.nvim",
 | 
	
		
			
				|  |  | -    cmd = "SymbolsOutline",
 | 
	
		
			
				|  |  | -    disable = not O.plugin.symbol_outline.active,
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | -  -- diagnostics
 | 
	
		
			
				|  |  | -  use {
 | 
	
		
			
				|  |  | -    "folke/trouble.nvim",
 | 
	
		
			
				|  |  | -    cmd = "TroubleToggle",
 | 
	
		
			
				|  |  | -    disable = not O.plugin.trouble.active,
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    -- Debugging
 | 
	
		
			
				|  |  |    use {
 | 
	
		
			
				|  |  |      "mfussenegger/nvim-dap",
 | 
	
	
		
			
				|  | @@ -247,20 +222,13 @@ return require("packer").startup(function(use)
 | 
	
		
			
				|  |  |    -- Use project for telescope
 | 
	
		
			
				|  |  |    use {
 | 
	
		
			
				|  |  |      "nvim-telescope/telescope-project.nvim",
 | 
	
		
			
				|  |  | -    event = "BufRead",
 | 
	
		
			
				|  |  | +    event = "BufWinEnter",
 | 
	
		
			
				|  |  |      setup = function()
 | 
	
		
			
				|  |  |        vim.cmd [[packadd telescope.nvim]]
 | 
	
		
			
				|  |  |      end,
 | 
	
		
			
				|  |  |      disable = not O.plugin.telescope_project.active,
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -  -- Sane gx for netrw_gx bug
 | 
	
		
			
				|  |  | -  use {
 | 
	
		
			
				|  |  | -    "felipec/vim-sanegx",
 | 
	
		
			
				|  |  | -    event = "BufRead",
 | 
	
		
			
				|  |  | -    disable = not O.plugin.sanegx.active,
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |    -- Diffview
 | 
	
		
			
				|  |  |    use {
 | 
	
		
			
				|  |  |      "sindrets/diffview.nvim",
 |