From 2a94573f54c69a9af7536586ab2c03eb88bda5e7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 5 Jan 2024 01:50:20 +0100 Subject: Refactor --- fnl/plugins/editor/dadbod.fnl | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 fnl/plugins/editor/dadbod.fnl (limited to 'fnl/plugins/editor/dadbod.fnl') diff --git a/fnl/plugins/editor/dadbod.fnl b/fnl/plugins/editor/dadbod.fnl deleted file mode 100644 index c5ca5ec..0000000 --- a/fnl/plugins/editor/dadbod.fnl +++ /dev/null @@ -1,23 +0,0 @@ -;; Plugins for interacting with databases. - -(local dependencies [{1 :tpope/vim-dadbod :lazy true} - {1 :tpope/vim-dotenv :lazy true} - {1 :kristijanhusak/vim-dadbod-completion - :ft [:sql :plsql] - :lazy true}]) - -(local keys [{1 :dn - 2 :DBUIToggle - :mode :n - :desc "Toggle Dadbod UI"} - {1 :de - 2 :DBUIAddConnection - :mode :n - :desc "Add DB connection"}]) - -(fn init [] - (set vim.g.db_ui_use_nerd_fonts 1) - (set vim.g.db_ui_winwidth 40) - (set vim.g.db_ui_notification_width 39)) - -{1 :kristijanhusak/vim-dadbod-ui : dependencies : keys : init} -- cgit v1.2.3-70-g09d2