update
This commit is contained in:
parent
bee651d083
commit
6ad2dee781
@ -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",
|
||||||
|
@ -18,5 +18,11 @@
|
|||||||
" $1",
|
" $1",
|
||||||
"}"
|
"}"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"ctx": {
|
||||||
|
"prefix": "ctx",
|
||||||
|
"body": [
|
||||||
|
"ctx := context.Background()"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user