File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,4 @@ let g:polyglot_disabled = ['csv']
52
52
" Python
53
53
" https://realpython.com/python-debugging-pdb/ " breakpoint syntax is really cool
54
54
" also look into profiling as well
55
+ " let g:python_highlight_all=1
Original file line number Diff line number Diff line change
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= #98 c379 ctermfg= 2
12
+ highlight GitGutterChange guifg= #61 afef ctermfg= 3
13
+ highlight GitGutterDelete guifg= #e06c75 ctermfg= 1
Original file line number Diff line number Diff line change @@ -42,5 +42,6 @@ set noshowmode
42
42
" Sections
43
43
" let g:airline_section_c = ''
44
44
let g: airline_section_a = " Mach 2"
45
+ " let g:airline_section_a = ""
45
46
let g: airline_section_y = ' '
46
47
let g: webdevicons_enable_airline_tabline = 1
You can’t perform that action at this time.
0 commit comments