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 end
}, },
{ -- {
'kevinhwang91/nvim-ufo', -- 'kevinhwang91/nvim-ufo',
dependencies = { -- dependencies = {
'kevinhwang91/promise-async' -- 'kevinhwang91/promise-async'
}, -- },
config = function () -- config = function ()
require("ufo").setup() -- require("ufo").setup()
end -- end
}, -- },
{ {
-- hop -- hop
"phaazon/hop.nvim", "phaazon/hop.nvim",

View File

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