diff options
Diffstat (limited to 'fnl')
-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) |