simple vimrc with no plugins
This commit is contained in:
parent
7378a2e751
commit
d7723717f2
1 changed files with 14 additions and 0 deletions
14
vimrc_simple.txt
Normal file
14
vimrc_simple.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue