From 69551fe275e758ecc0d96a2d346818c4c12c2663 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 28 Aug 2020 20:31:11 +0200 Subject: Use new PaperColor color scheme for text files --- vim/.vimrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vim/.vimrc') diff --git a/vim/.vimrc b/vim/.vimrc index d49c5a0..385b4a3 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -38,6 +38,9 @@ Plugin 'airblade/vim-gitgutter' " git diff in gutter Plugin 'godlygeek/tabular' " tabularize things Plugin 'google/vim-searchindex' " shows '[N/M]' when searching +" Color schemes +Plugin 'NLKNguyen/papercolor-theme' + call vundle#end() " End Vundle @@ -89,6 +92,9 @@ endif map s :syn sync fromstart +autocmd BufEnter * colorscheme solarized | set bg=dark +autocmd BufEnter *.txt colorscheme PaperColor | set bg=light + " Move through long lines as they were short multiple lines map gj map gk -- cgit v1.2.3