From bfc87ea75a77a723d3156990e658d3685f431f2f Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 2 Dec 2023 17:34:13 -0700 Subject: disable vim easytags for root --- .vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.vimrc') 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' -- cgit v1.2.3