settings/.vimrc

21 lines
273 B
VimL
Raw Normal View History

2020-11-22 06:17:24 +00:00
set nocompatible
filetype off
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
call vundle#end()
filetype plugin indent on
Plugin 'wakatime/vim-wakatime'
2014-04-21 16:27:52 +00:00
set number
set ts=4
set ai
set shiftwidth=4
set expandtab
set nowrap
2014-11-13 22:20:38 +00:00
syntax on