Some playing with .vimrc
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
" ntnsndr's vimrc file
|
" ntnsndr's vim settings
|
||||||
|
|
||||||
" Basics
|
" Basics
|
||||||
syntax on
|
syntax on
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
set spell
|
|
||||||
set notermguicolors
|
set notermguicolors
|
||||||
|
set autoread
|
||||||
|
|
||||||
|
" Spellcheck
|
||||||
|
set spell
|
||||||
|
hi clear SpellBad
|
||||||
|
hi SpellBad cterm=underline
|
||||||
|
|
||||||
" Margins
|
" Margins
|
||||||
set foldcolumn=2
|
set foldcolumn=2
|
||||||
|
|||||||
Reference in New Issue
Block a user