From 6012256f6b43d5f7f67c8cfc23e16093d5703462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 20 Nov 2024 09:26:52 +0200 Subject: [PATCH] nvim: bring back vim colorscheme Not the same as nvim 0.9, but good enough. --- shared/home/vimrc | 4 ++++ 1 file changed, 4 insertions(+) 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