all repos — dotfiles @ 174e1456c508e464bcbceebc6b48ce4aff245caa

linux dotfiles

update vimrc
Prithu Goswami prithugoswami524@gmail.com
Fri, 09 Aug 2019 15:35:10 +0530
commit

174e1456c508e464bcbceebc6b48ce4aff245caa

parent

415ca287a1f9ce1329d40122cf7656ef8a7f130b

1 files changed, 7 insertions(+), 8 deletions(-)

jump to
M .vimrc.vimrc

@@ -1,19 +1,18 @@

-set nocompatible " be iMproved, required -filetype off " required +" Vundle stuff starts here +set nocompatible +filetype off -" set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() -" alternatively, pass a path where Vundle should install plugins -"call vundle#begin('~/some/path/here') -" let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim' Plugin 'scrooloose/nerdtree' Plugin 'tpope/vim-surround' Plugin 'junegunn/goyo.vim' -" All of your Plugins must be added before the following line -call vundle#end() " required +Plugin 'tpope/vim-commentary' + +call vundle#end() +" Vundle stuff ends here set tabstop=4 " number of visual spaces per tab set softtabstop=4 " number of spaces in the tab when editing