ctrlpvim / ctrlp.vim

Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder.
ctrlpvim.github.com/ctrlp.vim
Other
5.57k stars 259 forks source link

add install instructions #558

Closed coolaj86 closed 2 years ago

coolaj86 commented 3 years ago

See https://github.com/ctrlpvim/ctrlp.vim/pull/558/files

tacahiroy commented 3 years ago

This would be useful indeed. Currently the installation instruction is in the gh-page only. Let me think how we can improve the documentation.

coolaj86 commented 3 years ago

This wasn't just an issue, I added a section to the README as a PR: https://github.com/ctrlpvim/ctrlp.vim/pull/558/files

And Reasonable Defaults

I think it would also be nice to have a "reasonable defaults" example file that would "just work" if put in ~/.vim/plugin/ctrlp.vim, or in ~/.vim/plugins/ctrlp.vim with something like this in the instructions:

mkdir -p ~/.vim/plugins/
curl -o ~/.vim/plugins/ctrlp.vim https://raw.githubusercontent.com/ctrlpvim/ctrlp.vim/master/ctrlp.vim
echo 'source ~/.vim/plugins/ctrlp.vim' >> ~/.vimrc
tacahiroy commented 2 years ago

Thank you:)