mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 14:03:51 -05:00
space for the patched font for powerline
This commit is contained in:
12
README.md
12
README.md
@@ -154,6 +154,18 @@ let g:lightline = {
|
||||
\ 'subseparator': { 'left': '', 'right': '' }
|
||||
\ }
|
||||
```
|
||||

|
||||
|
||||
If you have installed the font for powerline and your statusline looks like
|
||||

|
||||
|
||||
there's spaces right hand side, remove
|
||||
```vim
|
||||
set ambiwidth=double
|
||||
```
|
||||
from your `.vimrc`. If you want to keep this setting, try to use the patched font for vim-powerline.
|
||||
+ https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher
|
||||
|
||||
|
||||
If you will not install a patched font, use ascii characters like:
|
||||
```vim
|
||||
|
||||
Reference in New Issue
Block a user