mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:20:15 +08:00
Small fixes to syntax in documentation.
This commit is contained in:
parent
f430246aff
commit
c07b28d199
|
@ -861,9 +861,10 @@ vim-xkblayout
|
|||
let g:airline#extensions#xkblayout#enabled = 1
|
||||
|
||||
* define path to the backend switcher library
|
||||
Linux (Install https://github.com/ierton/xkb-switch):
|
||||
Linux (Install https://github.com/ierton/xkb-switch): >
|
||||
let g:XkbSwitchLib = '/usr/local/lib/libxkbswitch.so'
|
||||
macOS (Install https://github.com/vovkasm/input-source-switcher):
|
||||
<
|
||||
macOS (Install https://github.com/vovkasm/input-source-switcher): >
|
||||
let g:XkbSwitchLib = '/usr/local/lib/libInputSourceSwitcher.dylib'
|
||||
|
||||
------------------------------------- *airline-keymap*
|
||||
|
|
Loading…
Reference in New Issue
Block a user