summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/dadbod.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-19 21:38:33 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-19 21:38:33 +0200
commit0e6c6c5e804eb765c34610586fca6b594e90bada (patch)
tree5f95c76a712502eb2dab1787219dad70112c7c35 /fnl/plugins/editor/dadbod.fnl
parent7cf3d6d23b1e82577445a65018918f0b5c588c43 (diff)
Optimize startup
Diffstat (limited to 'fnl/plugins/editor/dadbod.fnl')
-rw-r--r--fnl/plugins/editor/dadbod.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/dadbod.fnl b/fnl/plugins/editor/dadbod.fnl
index aec3afb..cc6fa64 100644
--- a/fnl/plugins/editor/dadbod.fnl
+++ b/fnl/plugins/editor/dadbod.fnl
@@ -16,7 +16,7 @@
:ft [:sql :plsql]
:lazy true}]
: keys
- :event :VeryLazy
+ ; :event :VeryLazy
:init (fn []
(set vim.g.db_ui_use_nerd_fonts 1)
(set vim.g.db_ui_winwidth 40)