File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -45,29 +45,22 @@ let g:airline#extensions#tabline#enabled = 1
45
45
" Airline theme
46
46
let g: airline_theme= ' deus'
47
47
48
-
49
- " " air-line
48
+ " Airline font symbols
50
49
let g: airline_powerline_fonts = 1
51
- "
50
+
52
51
if ! exists (' g:airline_symbols' )
53
52
let g: airline_symbols = {}
54
53
endif
55
54
56
-
57
- " unicode symbols
58
- let g: airline_symbols .paste = ' ρ'
59
- let g: airline_symbols .spell = ' Ꞩ'
60
- let g: airline_symbols .notexists = ' Ɇ'
61
- let g: airline_symbols .whitespace = ' Ξ'
62
-
63
55
" powerline symbols
64
56
let g: airline_left_sep = ' '
65
57
let g: airline_left_alt_sep = ' '
66
58
let g: airline_right_sep = ' '
67
59
let g: airline_right_alt_sep = ' '
68
- let g: airline_symbols .branch = ' '
69
- let g: airline_symbols .readonly = ' '
60
+ let g: airline_symbols .branch = ' br '
61
+ let g: airline_symbols .readonly = ' ro '
70
62
let g: airline_symbols .linenr = ' '
63
+ let g: airline_symbols .maxlinenr = ' '
71
64
72
65
syntax on
73
66
@@ -98,8 +91,13 @@ let &t_EI = "\<Esc>[2 q"
98
91
" Highlight cursorline
99
92
set cursorline
100
93
hi CursorLine cterm= NONE ctermbg= 0 ctermfg= NONE
94
+
95
+ " Parentheses highlight color
101
96
hi MatchParen cterm= NONE ctermbg= 8 ctermfg= magenta
97
+
98
+ " Folded section color
102
99
hi Folded ctermbg= 8
100
+
103
101
" }}}
104
102
105
103
" Spaces/Tabs {{{
You can’t perform that action at this time.
0 commit comments