From Boldcore's wiki
Jump to: navigation, search
Line 8: Line 8:
 
set tabstop=4
 
set tabstop=4
 
set softtabstop=4
 
set softtabstop=4
 +
syntax on
 +
nohlsearch
 
</pre>
 
</pre>
  
 
I like 3 spaces more, but because of Python, use four.
 
I like 3 spaces more, but because of Python, use four.

Revision as of 05:37, 31 May 2017

My favorite addition to vimrc

1. Line numbering
2. Smaller Tab size

set number
set tabstop=4
set softtabstop=4
syntax on
nohlsearch

I like 3 spaces more, but because of Python, use four.