dadbod ui location, enable completion for mysql

This commit is contained in:
2025-10-24 10:13:10 +03:00
parent 0b756ba15f
commit f38e7720e1
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ return {
-- Your DBUI configuration
vim.g.db_ui_use_nerd_fonts = 1
vim.g.db_ui_auto_execute_table_helpers = 1
vim.g.db_ui_win_position = 'right'
vim.g.db_ui_win_position = 'left'
end,
}