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.lua9
1 files changed, 8 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua
index 5c2027e2..a694cd25 100644
--- a/lua/default-config.lua
+++ b/lua/default-config.lua
@@ -27,7 +27,14 @@ O = {
database = {save_location = '~/.config/nvcode_db', auto_execute = 1},
- plugins = {hop = {active = false}},
+ plugin = {
+ hop = {active = false},
+ dial = {active = false},
+ dashboard = {active = false},
+ zen = {active = false}
+
+
+ },
lang = {
python = {