mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-03-07 07:31:52 +08:00
Add vim-xkblayout extension to display keyboard layout
This commit is contained in:
BIN
doc/.airline.txt.swp
Normal file
BIN
doc/.airline.txt.swp
Normal file
Binary file not shown.
@@ -754,6 +754,18 @@ vim-capslock <https://github.com/tpope/vim-capslock>
|
||||
* enable/disable vim-capslock integration >
|
||||
let g:airline#extensions#capslock#enabled = 1
|
||||
|
||||
------------------------------------- *airline-xkblayout*
|
||||
vim-xkblayout
|
||||
|
||||
* enable/disable vim-xkblayout extension >
|
||||
let g:airline#extensions#xkblayout#enabled = 1
|
||||
|
||||
* define path to the backend switcher library
|
||||
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):
|
||||
let g:XkbSwitchLib = '/usr/local/lib/libInputSourceSwitcher.dylib'
|
||||
|
||||
------------------------------------- *airline-windowswap*
|
||||
vim-windowswap <https://github.com/wesQ3/vim-windowswap>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user