vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 9fd7a756b110714e1085c0bbeaa75be4bcb3e788
parent 2b02e3cc58ca6048767d1daf90914ae19d761db3
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Oct 2023 11:25:49 -0700

Eliminate the monochrome colourscheme

Revert back to the built-in colour scheme.

Diffstat:
Mvimrc | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -9,7 +9,6 @@ endif call plug#begin('~/.vim/plugged') Plug 'rhysd/vim-clang-format' " clang-format. Plug 'vim-scripts/spacehi.vim' " Highlight bad whitespace. -Plug 'fxn/vim-monochrome' " Colour scheme. " Language support plugins. Plug 'cespare/vim-toml' @@ -106,7 +105,6 @@ nmap <leader>sjn :.-1r ~/.vim/snippets/journal.md<CR> if &t_Co > 2 syntax enable set background=dark - colorscheme monochrome " No background colour in terminal. hi Normal ctermbg=none