1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim: enable ufo again.

This commit is contained in:
Henrik Hautakoski 2024-11-11 08:48:43 +01:00
parent 6707c863bb
commit 633d7ee7cc

View file

@ -52,7 +52,7 @@ return {
end,
},
-- Better folds
-- { import = "user.plugins.editor.ufo" },
{ import = "user.plugins.editor.ufo" },
-- Better status column
{
"luukvbaal/statuscol.nvim",