simple vimrc with no plugins

This commit is contained in:
Simo-Pekka Kerkelä 2016-05-03 00:08:29 +03:00
parent 7378a2e751
commit d7723717f2

14
vimrc_simple.txt Normal file
View file

@ -0,0 +1,14 @@
set nocompatible
filetype off
set t_Co=256
syntax on
set background=dark
set relativenumber
set backspace=indent,eol,start
set tabstop=2
set shiftwidth=2
set expandtab
set laststatus=2
set ruler
au FileType javascript setlocal nocindent
command W w