Created
February 6, 2021 09:31
-
-
Save sn99/508162fd421a2c3220decaf7eaf0277d to your computer and use it in GitHub Desktop.
My vim settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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