Fix dadbod and autocommands for devcontainer

main
Ensar Sarajčić 2023-09-08 18:51:03 +02:00
parent e37f918795
commit c9b3712c3b
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ return require("lazy").setup({
"tpope/vim-fugitive", -- Git integration
"tpope/vim-vinegar", -- Netrw improvements
{ "tpope/vim-obsession", cmd = "Obsession" }, -- Session.vim management
"tpope/vim-dadbod", -- database access
{
"kristijanhusak/vim-dadbod-ui",
cmd = "DBUI",

View File

@ -2,5 +2,7 @@
require("devcontainer").setup({
autocommands = {
clean = true,
init = true,
update = true,
},
})