diff --git a/shared/home/vimrc b/shared/home/vimrc index 8d2986c..fbc917e 100644 --- a/shared/home/vimrc +++ b/shared/home/vimrc @@ -6,10 +6,14 @@ set laststatus=1 diffopt+=algorithm:patience nnoremap \ gqj command OLD :enew | setl buftype=nofile | 0put =v:oldfiles | nnoremap :e =getline('.') +" nvim 0.10 uses bland colors. Necessary habits don't die. +colorscheme vim + " https://vi.stackexchange.com/a/39451 set maxmempattern=5000 call matchadd('ColorColumn', '\%81v', 100) + " thanks to drew de vault's vimrc, except swearing set mouse= set backupdir=~/.cache directory=~/.cache