diff options
author | Adrian Kummerlaender | 2018-01-03 22:17:53 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2018-01-03 22:17:53 +0100 |
commit | 774c267f60a0fb54b03dcf0b04bfa7c2af22d45f (patch) | |
tree | 3a5205edad3295f009ff598ca718fc270a2370bf | |
parent | 69522f13976bbebc8f49ab3e3a2da2253d60c963 (diff) | |
download | dotfiles-master.tar dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.tar.lz dotfiles-master.tar.xz dotfiles-master.tar.zst dotfiles-master.zip |
-rw-r--r-- | vim/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ Plug 'octol/vim-cpp-enhanced-highlight' " better C++ highlighting Plug 'easymotion/vim-easymotion' " visual motion help Plug 'haya14busa/incsearch.vim' " visual incremental search Plug 'haya14busa/incsearch-easymotion.vim' " intergration of incsearch and easymotion +Plug 'yegappan/greplace' " global interactive replace call plug#end() |