all repos — dotfiles @ dff79f3a003809e24ad457be93c5cdad375a82f7

linux dotfiles

add vim plugins
Prithu Goswami prithugoswami524@gmail.com
Fri, 05 Jun 2020 09:54:50 +0530
commit

dff79f3a003809e24ad457be93c5cdad375a82f7

parent

9aab5da5634dcc43772cb4c179bb4968450f27d5

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M .vimrc.vimrc

@@ -7,6 +7,7 @@ call vundle#begin()

Plugin 'VundleVim/Vundle.vim' Plugin 'scrooloose/nerdtree' +Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-surround' Plugin 'junegunn/goyo.vim' Plugin 'tpope/vim-commentary'

@@ -18,6 +19,7 @@ Plugin 'rakr/vim-one'

Plugin 'tomasr/molokai' Plugin 'junegunn/fzf.vim' Plugin 'chriskempson/base16-vim' + call vundle#end() " Vundle stuff ends here