diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -31,6 +31,7 @@ let s:filename = expand('') Plug 'godlygeek/tabular' Plug 'tomtom/tcomment_vim' Plug 'tpope/vim-unimpaired' + Plug 'kshenoy/vim-signature' Plug 'lifepillar/vim-mucomplete' Plug 'tpope/vim-endwise'