1
0
Fork 0

FEAT: Added dadbod

A DB editor inside vim/neovim
main
Nigel Barink 2024-05-09 20:15:26 +02:00
parent d8d6365bee
commit 0d5552904c
Signed by: Nigel
GPG Key ID: C54278C495538619
2 changed files with 5 additions and 0 deletions

View File

@ -32,5 +32,6 @@
"tokyonight.nvim": { "branch": "main", "commit": "67afeaf7fd6ebba000633e89f63c31694057edde" },
"trouble.nvim": { "branch": "main", "commit": "b9cf677f20bb2faa2dacfa870b084e568dca9572" },
"undotree": { "branch": "master", "commit": "56c684a805fe948936cda0d1b19505b84ad7e065" },
"vim-dadbod": { "branch": "master", "commit": "960bbb7de11b7282a68d579a64e838b487934493" },
"vim-fugitive": { "branch": "master", "commit": "dac8e5c2d85926df92672bf2afb4fc48656d96c7" }
}

View File

@ -0,0 +1,4 @@
return {
'tpope/vim-dadbod',
}