This commit is contained in:
newbie 2024-02-07 13:34:06 +08:00
parent bee651d083
commit 6ad2dee781
2 changed files with 15 additions and 9 deletions

View File

@ -44,16 +44,16 @@ return {
})
end
},
{
'kevinhwang91/nvim-ufo',
dependencies = {
'kevinhwang91/promise-async'
},
config = function ()
require("ufo").setup()
end
-- {
-- 'kevinhwang91/nvim-ufo',
-- dependencies = {
-- 'kevinhwang91/promise-async'
-- },
-- config = function ()
-- require("ufo").setup()
-- end
},
-- },
{
-- hop
"phaazon/hop.nvim",

View File

@ -18,5 +18,11 @@
" $1",
"}"
]
},
"ctx": {
"prefix": "ctx",
"body": [
"ctx := context.Background()"
]
}
}