diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-18 11:49:50 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-18 11:49:50 +0200 |
commit | 072ab110b43f112f0a42005e950a15a0b22ae490 (patch) | |
tree | 81cca4baf0cf0d7fe343e92fc03dfb5b617093e6 /fnl/plugins | |
parent | d4808d9572de15fa526452c0bd59c199ae31709e (diff) |
Load dadbod on lazy
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/dadbod.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/editor/dadbod.fnl b/fnl/plugins/editor/dadbod.fnl index 6701ee2..aec3afb 100644 --- a/fnl/plugins/editor/dadbod.fnl +++ b/fnl/plugins/editor/dadbod.fnl @@ -16,6 +16,7 @@ :ft [:sql :plsql] :lazy true}] : keys + :event :VeryLazy :init (fn [] (set vim.g.db_ui_use_nerd_fonts 1) (set vim.g.db_ui_winwidth 40) |