wakatime settings for vim

This commit is contained in:
tmont 2020-11-21 22:17:24 -08:00
parent b51e5b1f90
commit 068e14b3aa

13
.vimrc
View File

@ -1,3 +1,16 @@
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