Skip to content

Commit

Permalink
Merge pull request #190 from HouCoder/use-ctrlpvim/ctrlp.vim
Browse files Browse the repository at this point in the history
Use ctrlpvim/ctrlp.vim instead of unmaintained kien/ctrlp.vim
  • Loading branch information
Amir Salihefendic committed May 14, 2016
2 parents a50124e + 5d1fca4 commit 7445f07
Show file tree
Hide file tree
Showing 13 changed files with 2,401 additions and 170 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ I recommend reading the docs of these plugins to understand them better. Each of
* [NERD Tree](https://github.com/scrooloose/nerdtree): A tree explorer plugin for vim
* [ack.vim](https://github.com/mileszs/ack.vim): Vim plugin for the Perl module / CLI script 'ack'
* [ag.vim](https://github.com/rking/ag.vim): A much faster Ack
* [ctrlp.vim](https://github.com/kien/ctrlp.vim): Fuzzy file, buffer, mru and tag finder. In my config it's mapped to `<Ctrl+F>`, because `<Ctrl+P>` is used by YankRing
* [ctrlp.vim](https://github.com/ctrlpvim/ctrlp.vim): Fuzzy file, buffer, mru and tag finder. In my config it's mapped to `<Ctrl+F>`, because `<Ctrl+P>` is used by YankRing
* [mru.vim](https://github.com/vim-scripts/mru.vim): Plugin to manage Most Recently Used (MRU) files. Includes my own fork which adds syntax highlighting to MRU. This plugin can be opened with `<leader+f>`
* [open_file_under_cursor.vim](https://github.com/amix/open_file_under_cursor.vim): Open file under cursor when pressing `gf`
* [vim-indent-object](https://github.com/michaeljsmith/vim-indent-object): Defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts
Expand Down
6 changes: 0 additions & 6 deletions sources_non_forked/ctrlp.vim/.gitignore

This file was deleted.

Loading

0 comments on commit 7445f07

Please sign in to comment.