Install nvim-ufo

This commit is contained in:
Fábio André Damas 2025-04-04 14:59:29 +01:00
parent 77634d7ab9
commit fde53fcdd0
5 changed files with 28 additions and 10 deletions

6
lua/plugins/nvim-ufo.lua Normal file
View file

@ -0,0 +1,6 @@
return {
'kevinhwang91/nvim-ufo',
dependencies = { 'kevinhwang91/promise-async' },
opts = {}
}