Skip to content

Commit

Permalink
fix(full-dadbod): various dadbod spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 10, 2023
1 parent 30de2c7 commit 91f2910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/astrocommunity/pack/full-dadbod/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ return {
{
"kristijanhusak/vim-dadbod-ui",
dependencies = "tpope/vim-dadbod",
lazy = false,
event = "VeryLazy",
},
{
"hrsh7th/nvim-cmp",
optional = true,
dependencies = {
{
"kristijanhusak/vim-dadbod-completion",
config = function()
init = function()
vim.api.nvim_create_autocmd("FileType", {
desc = "dadbod completion",
group = vim.api.nvim_create_augroup("dadbod_cmp", { clear = true }),
Expand Down

0 comments on commit 91f2910

Please sign in to comment.