This commit is contained in:
Nikos Papadakis 2024-03-26 20:52:19 +02:00
parent 0b7e396947
commit c524448d7d
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
3 changed files with 24 additions and 6 deletions

View file

@ -39,6 +39,7 @@ return {
},
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "vim-dadbod-completion" },
}, {
{ name = "buffer" },
{ name = "path" },

View file

@ -0,0 +1,17 @@
return {
"kristijanhusak/vim-dadbod-ui",
dependencies = {
{ "tpope/vim-dadbod", lazy = true },
{ "kristijanhusak/vim-dadbod-completion", ft = { "sql", "mysql", "plsql" }, lazy = true },
},
cmd = {
"DBUI",
"DBUIToggle",
"DBUIAddConnection",
"DBUIFindBuffer",
},
init = function()
-- Your DBUI configuration
vim.g.db_ui_use_nerd_fonts = 1
end,
}

View file

@ -6,12 +6,12 @@ return {
name = "catppuccin",
opts = {
flavour = "frappe", -- latte, frappe, macchiato, mocha
transparent_background = false,
dim_inactive = {
enabled = true,
shade = "dark",
percentage = 0.15,
},
transparent_background = true,
-- dim_inactive = {
-- enabled = true,
-- shade = "dark",
-- percentage = 0.15,
-- },
integrations = {
cmp = true,
fidget = true,