Skip to content

Commit 4b7c171

Browse files
author
Chris
committed
new gitgutter signs
1 parent a7fc43c commit 4b7c171

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

init.vim

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

plug-config/gitgutter.vim

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
let g:gitgutter_sign_added = ''
4+
let g:gitgutter_sign_modified = ''
5+
let g:gitgutter_sign_removed = ''
6+
let g:gitgutter_sign_removed_first_line = ''
7+
let g:gitgutter_sign_modified_removed = ''
8+
9+
let g:gitgutter_enabled = 1
10+
11+
highlight GitGutterAdd guifg=#98c379 ctermfg=2
12+
highlight GitGutterChange guifg=#61afef ctermfg=3
13+
highlight GitGutterDelete guifg=#e06c75 ctermfg=1

themes/airline.vim

+1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ set noshowmode
4242
" Sections
4343
" let g:airline_section_c = ''
4444
let g:airline_section_a = "Mach 2"
45+
" let g:airline_section_a = ""
4546
let g:airline_section_y = ''
4647
let g:webdevicons_enable_airline_tabline = 1

0 commit comments

Comments
 (0)