aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 21c0fbf..99438fe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -32,8 +32,10 @@ endif
"FUNCTIONALITY
Plug 'junegunn/vim-easy-align'
-Plug 'xolox/vim-misc'
-Plug 'https://git.airen-no-jikken.icu/vim-easytags.git'
+if $USER != 'root'
+ Plug 'xolox/vim-misc'
+ Plug 'https://git.airen-no-jikken.icu/vim-easytags.git'
+endif
Plug 'tommcdo/vim-exchange'