Migrate from the silver searcher to ripgrep

This commit is contained in:
Steven Barragán
2016-12-31 13:04:35 -06:00
parent 3fa9e6f636
commit 956c0ed4df
7 changed files with 20 additions and 17 deletions

View File

@@ -10,5 +10,5 @@
* color_highlight - use :ColorCodes to see hex colors highlighted
* change-inside-surroundings - change content inside delimiters like quotes/brackets
* rspec.vim - used for color highlighting rspec correctly even if specs live outside of spec/ (rails.vim doesn't handle this)
* Ag - use :Ag to search across multiple files. Faster than Grep and Ack.
* Rg - use :Rg to search across multiple files. Faster than Ag, Grep and Ack.
* vim-session: use `:SaveSession` and `:OpenSession` to come back to your saved window layout