From 72ca6e352d8c831fa4a0bf26cb08055c0e5a4004 Mon Sep 17 00:00:00 2001 From: Andrzej Date: Mon, 26 Feb 2024 13:22:00 +0000 Subject: [PATCH] added line numbers when not in Goyo --- .vimrc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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