summaryrefslogtreecommitdiff
path: root/lua/plugins/dadbod.lua
diff options
context:
space:
mode:
authorNaz <ndpm13@ch-naseem.com>2025-09-02 10:12:27 +0100
committerNaz <ndpm13@ch-naseem.com>2025-09-02 10:12:27 +0100
commiteb1e6c6c345c4a588c28d2937949adc1b440133f (patch)
tree62bade01156700bfcc7aabc0369f87819b07e8a5 /lua/plugins/dadbod.lua
parent16ed97e8c41b93c6d8fda33529ccd334e224a99c (diff)
🦄org: now using an org document to configure nvim.
I know I messed up
Diffstat (limited to 'lua/plugins/dadbod.lua')
-rw-r--r--lua/plugins/dadbod.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/lua/plugins/dadbod.lua b/lua/plugins/dadbod.lua
deleted file mode 100644
index 888e066..0000000
--- a/lua/plugins/dadbod.lua
+++ /dev/null
@@ -1,16 +0,0 @@
-return {
- "kristijanhusak/vim-dadbod-ui",
- dependencies = {
- { "tpope/vim-dadbod", lazy = true },
- { "kristijanhusak/vim-dadbod-completion", ft = { "sql", "mysql", "plsql", "sqloracle" }, lazy = true },
- },
- cmd = {
- "DBUI",
- "DBUIToggle",
- "DBUIAddConnection",
- "DBUIFindBuffer",
- },
- init = function()
- vim.g.db_ui_use_nerd_fonts = 1
- end,
-}