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-fugitive", -- Git integration
|
||||||
"tpope/vim-vinegar", -- Netrw improvements
|
"tpope/vim-vinegar", -- Netrw improvements
|
||||||
{ "tpope/vim-obsession", cmd = "Obsession" }, -- Session.vim management
|
{ "tpope/vim-obsession", cmd = "Obsession" }, -- Session.vim management
|
||||||
|
"tpope/vim-dadbod", -- database access
|
||||||
{
|
{
|
||||||
"kristijanhusak/vim-dadbod-ui",
|
"kristijanhusak/vim-dadbod-ui",
|
||||||
cmd = "DBUI",
|
cmd = "DBUI",
|
||||||
|
|
|
@ -2,5 +2,7 @@
|
||||||
require("devcontainer").setup({
|
require("devcontainer").setup({
|
||||||
autocommands = {
|
autocommands = {
|
||||||
clean = true,
|
clean = true,
|
||||||
|
init = true,
|
||||||
|
update = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue