aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'