1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: move ufo plugin spec and utils to its own file.

This commit is contained in:
Henrik Hautakoski 2024-09-05 23:11:43 +02:00
parent d22e839849
commit a626ca197b
3 changed files with 36 additions and 40 deletions

View file

@ -33,15 +33,7 @@ return {
end,
},
-- Better folds
{
'kevinhwang91/nvim-ufo',
dependencies = {
'kevinhwang91/promise-async',
},
opts = {
fold_virt_text_handler = require("user.utils.ufo").foldtext
}
},
{ import = "user.plugins.editor.ufo" },
-- Better status column
{
"luukvbaal/statuscol.nvim",