mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-19 16:51:10 +00:00
fix stupid bug concerning vim-dadbod-completions
i used 'requires' instead of 'dependencies' and that's why the completions weren't working lol
This commit is contained in:
parent
c5d0e48e20
commit
e8ddf9fa34
@ -3,7 +3,7 @@ return {
|
||||
{
|
||||
'kristijanhusak/vim-dadbod-completion',
|
||||
ft = sql_ft,
|
||||
requires = { 'kristijanhusak/vim-dadbod', lazy = true},
|
||||
dependencies = { 'kristijanhusak/vim-dadbod', lazy = true},
|
||||
lazy = true,
|
||||
init = function()
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
|
Loading…
Reference in New Issue
Block a user