vim

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

commit 8e81610ee6cac9f72273f8c1e02703f49a50885c
parent 320eed8629c15750b7fcbd0143f65fd6ef4d0c73
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  5 Oct 2017 22:55:23 -0700

Use nofrils-dark colour scheme

A nicer alternative to vim-monochrome.

Diffstat:
Mvimrc | 9+++------
1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/vimrc b/vimrc @@ -5,7 +5,7 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' -Plugin 'cbracken/vim-one' " Colour scheme +Plugin 'cbracken/nofrils' " Colour scheme Plugin 'spacehi.vim' " Highlight bad whitespace " Language support @@ -100,7 +100,7 @@ let g:syntastic_go_checkers = ["go", "golint", "errcheck"] if &t_Co > 2 || has("gui_running") syntax enable set background=dark - colorscheme one + colorscheme nofrils-dark " No background colour in terminal hi Normal ctermbg=none @@ -115,11 +115,8 @@ if &t_Co > 2 || has("gui_running") " Completion menu colour hi Pmenu ctermbg=grey - " Highlight cursor line, max column + " Highlight cursor line set cursorline - hi ColorColumn guibg=grey24 ctermbg=235 - hi CursorLine guibg=grey24 ctermbg=235 cterm=bold - if has("autocmd") " Cursor line highlighting