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:
parent
d22e839849
commit
a626ca197b
3 changed files with 36 additions and 40 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue