mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 22:13:50 -05:00
automatic collapsing setting and image in README.md
This commit is contained in:
@@ -340,3 +340,7 @@ Here's my setting. I use the patched font for vim-powerline.
|
|||||||
return winwidth('.') > 60 ? lightline#mode() : ''
|
return winwidth('.') > 60 ? lightline#mode() : ''
|
||||||
endfunction
|
endfunction
|
||||||
```
|
```
|
||||||
|
When the window width is too narrow, the mode component and the file information component collapse.
|
||||||
|
For example, the gundo buffer is narrow.
|
||||||
|

|
||||||
|
Nice, isn't it?
|
||||||
|
|||||||
Reference in New Issue
Block a user