diff options
| author | jdhao <jdhao@hotmail.com> | 2021-02-25 23:24:00 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-02-25 23:24:00 +0800 |
| commit | b9c24653384450e7b9a4ad856f2525c7bd219acd (patch) | |
| tree | ab70f0a222d66206dda7a582a3980a23d8a9e62e /core | |
| parent | 09c234035d7beaeca23bdc609993ffd3d4a1c7b4 (diff) | |
Add plugin vim-xkbswitch
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 811262c..d42c9c5 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -164,6 +164,10 @@ Plug 'tpope/vim-repeat' " Show the content of register in preview window " Plug 'junegunn/vim-peekaboo' Plug 'jdhao/better-escape.vim' + +if g:is_mac + Plug 'lyokha/vim-xkbswitch' +endif "}} "{{ Linting, formating @@ -651,6 +655,9 @@ endif """"""""""""""""""""""""""""nvim-minipyank settings""""""""""""""""""""""""" nmap p <Plug>(miniyank-autoput) nmap P <Plug>(miniyank-autoPut) + +""""""""""""""""""""""""""""vim-xkbswitch settings""""""""""""""""""""""""" +let g:XkbSwitchEnabled = 1 "}} "{{ Linting and formating |
