settings/.vimrc
2020-11-21 22:17:24 -08:00

21 lines
273 B
VimL

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'
set number
set ts=4
set ai
set shiftwidth=4
set expandtab
set nowrap
syntax on