aboutsummaryrefslogtreecommitdiff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rw-r--r--vim/.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 4a8d44c..7a8cde1 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -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()