From 4ff04e31f0216278f0549b5c493e153d66759e00 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Fri, 9 Jul 2021 21:34:12 -0400 Subject: config refactor --- lua/plugins.lua | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index d107657d..a3978866 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -36,7 +36,7 @@ return require("packer").startup(function(use) use { "nvim-telescope/telescope.nvim", config = [[require('lv-telescope')]], - --event = "BufEnter", + event = "BufWinEnter", } -- Autocomplete @@ -158,13 +158,6 @@ return require("packer").startup(function(use) disable = not O.plugin.zen.active, } - -- Treesitter playground - use { - "nvim-treesitter/playground", - event = "BufRead", - disable = not O.plugin.ts_playground.active, - } - use { "lukas-reineke/indent-blankline.nvim", event = "BufRead", @@ -198,7 +191,7 @@ return require("packer").startup(function(use) config = function() require "lv-dap" end, - disable = not O.plugin.debug.active, + disable = not O.plugin.dap.active, } -- Floating terminal @@ -246,7 +239,7 @@ return require("packer").startup(function(use) use { "Pocco81/DAPInstall.nvim", -- event = "BufRead", - disable = not O.plugin.dap_install.active, + disable = not O.plugin.dap.active, } -- LANGUAGE SPECIFIC GOES HERE -- cgit v1.2.3