new gitgutter signs

This commit is contained in:
Chris 2020-05-29 22:07:10 -04:00
parent a7fc43c5ed
commit 4b7c171466
3 changed files with 15 additions and 0 deletions

View file

@ -52,3 +52,4 @@ let g:polyglot_disabled = ['csv']
" Python
" https://realpython.com/python-debugging-pdb/ " breakpoint syntax is really cool
" also look into profiling as well
" let g:python_highlight_all=1

View file

@ -0,0 +1,13 @@
let g:gitgutter_sign_added = ''
let g:gitgutter_sign_modified = ''
let g:gitgutter_sign_removed = '契'
let g:gitgutter_sign_removed_first_line = '契'
let g:gitgutter_sign_modified_removed = ''
let g:gitgutter_enabled = 1
highlight GitGutterAdd guifg=#98c379 ctermfg=2
highlight GitGutterChange guifg=#61afef ctermfg=3
highlight GitGutterDelete guifg=#e06c75 ctermfg=1

View file

@ -42,5 +42,6 @@ set noshowmode
" Sections
" let g:airline_section_c = ''
let g:airline_section_a = "Mach 2"
" let g:airline_section_a = ""
let g:airline_section_y = ''
let g:webdevicons_enable_airline_tabline = 1