diff options
author | katherine <ageha@airen-no-jikken.icu> | 2023-11-01 21:38:58 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2023-11-01 21:38:58 -0700 |
commit | a16e5fc02100eff07db854367929023af39a1d13 (patch) | |
tree | f4d3f9920c294bc9ce0a989edb70cc84930661bf | |
parent | 5741287039ea284115cceeb8b27504ccd1e205f3 (diff) | |
download | dotfiles-a16e5fc02100eff07db854367929023af39a1d13.tar.gz |
no fcitx for root vim
-rw-r--r-- | .vimrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,7 +37,9 @@ Plug 'https://git.airen-no-jikken.icu/ageha/vim-easytags.git' Plug 'tommcdo/vim-exchange' -Plug 'lilydjwg/fcitx.vim' +if $USER != 'root' + Plug 'lilydjwg/fcitx.vim' +endif Plug 'airblade/vim-gitgutter' |