aboutsummaryrefslogtreecommitdiff
path: root/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-02 08:54:51 +0800
committerjdhao <jdhao@hotmail.com>2020-09-02 08:54:51 +0800
commitc6b71c1dea47aed287766e2d36674a70cf4ed810 (patch)
treecd1b0202d9c823d1e4dc648febf64a0060705631 /plugins.vim
parent2cbd9619e79681aceeb483825add9fe6908c43bf (diff)
remove global setting since it is not used anyway
Diffstat (limited to 'plugins.vim')
-rw-r--r--plugins.vim9
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins.vim b/plugins.vim
index 22e11b9..fe548a1 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -27,13 +27,8 @@ if g:is_win || g:is_mac
endif
endif
-" Set up directory to install the plugins based on whether you are installing
-" neovim system wide or for personal use.
-if g:nvim_system_wide
- let g:PLUGIN_HOME="/usr/local/share/nvim/site"
-else
- let g:PLUGIN_HOME=expand(stdpath('data') . '/plugged')
-endif
+" The directory to install plugins.
+let g:PLUGIN_HOME=expand(stdpath('data') . '/plugged')
"}}
"{{ Autocompletion related plugins