diff --git a/.vimrc b/.vimrc index 13196f1..a3440f2 100644 --- a/.vimrc +++ b/.vimrc @@ -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