Skip to content

Instantly share code, notes, and snippets.

@sn99
Created February 6, 2021 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sn99/508162fd421a2c3220decaf7eaf0277d to your computer and use it in GitHub Desktop.
Save sn99/508162fd421a2c3220decaf7eaf0277d to your computer and use it in GitHub Desktop.
My vim settings
set nu
set tabstop=8
set mouse=a
set autoindent
set smartindent
set cindent
set spell
hi clear SpellBad
hi SpellBad cterm=underline
hi SpellBad gui=undercurl
match ErrorMsg /\%>100v.\+/
set laststatus=3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment