summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
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,