mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
improve README.md: set encoding=utf-8 should be placed before scriptencoding utf-8
This commit is contained in:
@@ -228,8 +228,8 @@ let g:lightline = {
|
||||
|
||||
If the triangles do not appear (but you get some spaces or weird characters like <bf> or ¿), firstly try adding
|
||||
```vim
|
||||
scriptencoding utf-8
|
||||
set encoding=utf-8
|
||||
scriptencoding utf-8
|
||||
```
|
||||
to the head of your `.vimrc`.
|
||||
Still you have weird characters, use the unicode numbers. For powerline font
|
||||
|
||||
Reference in New Issue
Block a user