commit 4c899078d92ab6ee8befce4993970b9d1a0c1388 parent 5dfd21f546b97b1c83668ed913deeed22c1b2513 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 8 Mar 2019 09:58:10 +0100 Use default color scheme Diffstat:
M | links/.vim/plugin/appearance.vim | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/links/.vim/plugin/appearance.vim b/links/.vim/plugin/appearance.vim @@ -27,9 +27,9 @@ function! ColorSchemeTweaks() abort endfunction -augroup ColorSchemeCmds - autocmd ColorScheme * call ColorSchemeTweaks() -augroup end +" augroup ColorSchemeCmds +" autocmd ColorScheme * call ColorSchemeTweaks() +" augroup end augroup GVimTweaks if has("gui_running") @@ -48,7 +48,8 @@ augroup GVimTweaks endif augroup end -colorscheme tender +"colorscheme tender +colorscheme default augroup AleAppearance let g:ale_sign_error = '✖'