added line numbers when not in Goyo

This commit is contained in:
Andrzej 2024-02-26 13:22:00 +00:00
parent b5eec732aa
commit 72ca6e352d
1 changed files with 2 additions and 9 deletions

11
.vimrc
View File

@ -16,7 +16,7 @@ set undolevels=1000
set spell
set number "for when we need to do a bit of coding"
"VUNDLE STUFF
filetype off
@ -69,7 +69,7 @@ augroup prose
" \ | call textobj#quote#init()
\ | call textobj#sentence#init()
autocmd vimenter *.md Goyo 66x16
autocmd User GoyoEnter Limelight
autocmd User GoyoEnter Limelight | set nonumber
augroup END
" Important!!
if has('termguicolors')
@ -92,12 +92,5 @@ augroup END
colorscheme gruvbox-material
" For en/em dashes, respectively
augroup remaps
autocmd!
" autocmd FileType markdown inoremap -- — | inoremap ... …
augroup END
"underline spell errors in terminals
hi SpellBad cterm=underline