mirror of
https://github.com/darwincereska/nvim-config.git
synced 2026-02-12 10:44:42 -05:00
feat(init): first init
This commit is contained in:
8
lua/plugins/ufo.lua
Normal file
8
lua/plugins/ufo.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
"kevinhwang91/nvim-ufo",
|
||||
dependencies = "kevinhwang91/promise-async",
|
||||
lazy = false,
|
||||
config = function()
|
||||
require("config.plugin.ufo")
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user