Add vim-xkblayout extension to display keyboard layout

This commit is contained in:
YoungHoon Rhiu
2017-01-18 12:34:14 +09:00
parent a2431f2adb
commit d60323d623
5 changed files with 44 additions and 1 deletions

BIN
doc/.airline.txt.swp Normal file

Binary file not shown.

View File

@@ -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>