Specify vim encoding

This commit is contained in:
Shaun Reed 2019-09-20 19:49:34 -04:00
parent f74f8d1e64
commit c7a97d82d8
1 changed files with 5 additions and 1 deletions

View File

@ -83,6 +83,9 @@ let g:signify_update_on_focusgained = 1
" Symbols important to vim / terminal layouts
set termencoding=utf-8
set encoding=utf-8
" air-line
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.readonly = ''
let g:airline_symbols.linenr = ''