diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-19 21:38:33 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-19 21:38:33 +0200 |
commit | 0e6c6c5e804eb765c34610586fca6b594e90bada (patch) | |
tree | 5f95c76a712502eb2dab1787219dad70112c7c35 /fnl/plugins/editor/dadbod.fnl | |
parent | 7cf3d6d23b1e82577445a65018918f0b5c588c43 (diff) |
Optimize startup
Diffstat (limited to 'fnl/plugins/editor/dadbod.fnl')
-rw-r--r-- | fnl/plugins/editor/dadbod.fnl | 2 |
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) |