aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-11-01 21:38:58 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-11-01 21:38:58 -0700
commita16e5fc02100eff07db854367929023af39a1d13 (patch)
treef4d3f9920c294bc9ce0a989edb70cc84930661bf
parent5741287039ea284115cceeb8b27504ccd1e205f3 (diff)
downloaddotfiles-a16e5fc02100eff07db854367929023af39a1d13.tar.gz
no fcitx for root vim
-rw-r--r--.vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index cdec7ba..51ce5b0 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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'