Add new vim color theme

This commit is contained in:
2022-02-10 15:00:15 -05:00
parent 7d3dda0356
commit cbc753a6bf
3 changed files with 504 additions and 18 deletions

2
vimrc
View File

@@ -366,7 +366,7 @@ augroup campoCmds
" Automatically wrap at N characters.
autocmd FileType gitcommit setlocal colorcolumn=72
autocmd BufRead,BufNewFile *.{md,txt,plan} exec "setlocal textwidth=".g:campo_max_line_length
" @flagged for removal. It's a bit annoying. autocmd BufRead,BufNewFile *.{md,txt,plan} exec "setlocal textwidth=".g:campo_max_line_length
" Spell checking.
autocmd FileType gitcommit,markdown,text setlocal spell