pedrohdz / vim-yaml-folds

YAML, RAML, EYAML & SaltStack SLS folding for Vim
https://pedrohdz.com/posts/programming/yaml_vim_folds/
108 stars 14 forks source link

Please provide manual installation instructions #5

Open athompso opened 3 years ago

athompso commented 3 years ago

If one is not using a Vim plugin manager, the other plugins needed to make use of this can be easily installed manually directly from github. I have not yet been able to figure out how to manually installed vim-yaml-folds (largely due to unfamiliarity with vim plugins, I suspect). Obviously the files go under ~/.vim/pack/ but... where?

athompso commented 3 years ago

Of course I figured it out mere minutes after opening the issue: all the files go into ~/.vim/after/ftplugin. Would you mind documenting that, though?