aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2023-12-02 17:34:13 -0700
committerkatherine <ageha@airen-no-jikken.icu>2023-12-02 17:34:13 -0700
commitbfc87ea75a77a723d3156990e658d3685f431f2f (patch)
treebd332134dde3b660081c9df21f302b44be0f6185
parentf18bdf7c821713e6909b37221800a50f1cc7ee6f (diff)
downloaddotfiles-bfc87ea75a77a723d3156990e658d3685f431f2f.tar.gz
disable vim easytags for root
-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'