Explain YAML folds plugin
This commit is contained in:
parent
65cc65b436
commit
ca579f3cc1
1 changed files with 4 additions and 2 deletions
|
@ -171,12 +171,14 @@ minpac#add('fladson/vim-kitty')
|
|||
# PHPStan config file in my case.
|
||||
minpac#add('fpob/nette.vim')
|
||||
|
||||
# Really good semantic folding for YAML and YAML-like files. If you're
|
||||
# curious: https://pedrohdz.com/posts/programming/yaml_vim_folds/
|
||||
minpac#add('pedrohdz/vim-yaml-folds')
|
||||
|
||||
if executable('task')
|
||||
minpac#add('blindFS/vim-taskwarrior')
|
||||
endif
|
||||
|
||||
minpac#add('pedrohdz/vim-yaml-folds')
|
||||
|
||||
if has('macunix')
|
||||
minpac#add('rizzatti/dash.vim')
|
||||
minpac#add('itspriddle/vim-marked')
|
||||
|
|
Loading…
Reference in a new issue