dadbod ui location, enable completion for mysql
This commit is contained in:
@@ -49,7 +49,8 @@ return {
|
||||
sources = {
|
||||
default = { 'lazydev', 'lsp', 'snippets', 'ripgrep', 'path', 'buffer' },
|
||||
per_filetype = {
|
||||
sql = { 'snippets', 'dadbod', 'buffer', 'ripgrep' }
|
||||
sql = { 'snippets', 'dadbod', 'buffer', 'ripgrep' },
|
||||
mysql = { 'snippets', 'dadbod', 'buffer', 'ripgrep' },
|
||||
},
|
||||
providers = {
|
||||
lazydev = {
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user