mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-16 13:53:47 -05:00
Additional indicator tweaking for #6
This commit is contained in:
@@ -283,7 +283,7 @@ let g:airline_section_x = '%{PencilMode()}'
|
||||
If you don’t like the default indicators, you can specify different ones:
|
||||
|
||||
```vim
|
||||
let g:pencil#mode_indicators = {'hard': '✎ h', 'soft': '✎ s', 'off': '✎ ×',}
|
||||
let g:pencil#mode_indicators = {'hard': '✐ hard', 'soft': '✎ soft', 'off': '✎ off',}
|
||||
```
|
||||
|
||||
Note that `PencilMode()` will return blank for buffers in which _pencil_
|
||||
|
||||
Reference in New Issue
Block a user