Fix dadbod and autocommands for devcontainer
parent
e37f918795
commit
c9b3712c3b
|
@ -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",
|
||||
|
|
|
@ -2,5 +2,7 @@
|
|||
require("devcontainer").setup({
|
||||
autocommands = {
|
||||
clean = true,
|
||||
init = true,
|
||||
update = true,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue