summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 84fdb1c..e7a4df6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -11,6 +11,8 @@ call vundle#begin()
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
+Plugin 'mileszs/ack.vim'
+
Plugin 'autozimu/LanguageClient-neovim'
Plugin 'tpope/vim-surround'