Specify vim encoding
This commit is contained in:
parent
f74f8d1e64
commit
c7a97d82d8
|
@ -83,6 +83,9 @@ let g:signify_update_on_focusgained = 1
|
||||||
|
|
||||||
" Symbols important to vim / terminal layouts
|
" Symbols important to vim / terminal layouts
|
||||||
|
|
||||||
|
set termencoding=utf-8
|
||||||
|
set encoding=utf-8
|
||||||
|
|
||||||
" air-line
|
" air-line
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
||||||
|
@ -112,3 +115,4 @@ let g:airline_right_alt_sep = ''
|
||||||
let g:airline_symbols.branch = ''
|
let g:airline_symbols.branch = ''
|
||||||
let g:airline_symbols.readonly = ''
|
let g:airline_symbols.readonly = ''
|
||||||
let g:airline_symbols.linenr = ''
|
let g:airline_symbols.linenr = ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue