diff options
| author | jdhao <jdhao@hotmail.com> | 2020-07-29 23:37:36 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-07-29 23:37:36 +0800 |
| commit | d5b1309db9cdc02654fce043f65bbf4f605b6a21 (patch) | |
| tree | 18fd881013ab3a21c9bcc6fb1d578c2cf6f2ea0d /plugins.vim | |
| parent | 1902646933e426cf20e3a365bd1402094e2966ff (diff) | |
remove IME toggle for Mac(it cause more issues than it solves
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins.vim b/plugins.vim index 1e187ab..3969e27 100644 --- a/plugins.vim +++ b/plugins.vim @@ -183,11 +183,6 @@ Plug 'tpope/vim-repeat' " Show the content of register in preview window " Plug 'junegunn/vim-peekaboo' - -" IME toggle for Mac -if g:is_mac - Plug 'rlue/vim-barbaric' -endif "}} "{{ Linting, formating |
