summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
authordevtoi <[email protected]>2021-07-20 23:28:29 +0200
committerGitHub <[email protected]>2021-07-21 01:58:29 +0430
commit796148fb008622bda8b4a0d365efde00b7b30a5a (patch)
tree2d60f14de525f13ed2abe6062edcc67f78024896 /lua/default-config.lua
parent87c4ff915de4da1d463775f14610fc593b2b32cc (diff)
[Feature]: Add callbacks for plugins with a config entry for packer (#1042)
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua21
1 files changed, 20 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 58d9d5d1..a04db869 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -96,7 +96,26 @@ O = {
-- 'matchit', 'matchparen', 'shada_plugin',
},
- plugin = {},
+ plugin = {
+ lspinstall = {},
+ telescope = {},
+ compe = {},
+ autopairs = {},
+ treesitter = {},
+ formatter = {},
+ lint = {},
+ nvimtree = {},
+ gitsigns = {},
+ which_key = {},
+ comment = {},
+ rooter = {},
+ galaxyline = {},
+ bufferline = {},
+ dap = {},
+ dashboard = {},
+ terminal = {},
+ zen = {},
+ },
-- TODO: refactor for tree
auto_close_tree = 0,