aboutsummaryrefslogtreecommitdiff
path: root/core/variables.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-04-09 23:05:38 +0800
committerjdhao <jdhao@hotmail.com>2021-04-09 23:05:38 +0800
commit82a97710c8d875ffa32db27acf051336cc84659d (patch)
treee79fc4cb63f3dda56f42c82dffc12b99a8418e87 /core/variables.vim
parent38e2b734083e56da748737a46e733ca3b18b87f3 (diff)
Disable unused provider
Diffstat (limited to 'core/variables.vim')
-rw-r--r--core/variables.vim11
1 files changed, 10 insertions, 1 deletions
diff --git a/core/variables.vim b/core/variables.vim
index 2002d23..b1c795f 100644
--- a/core/variables.vim
+++ b/core/variables.vim
@@ -8,7 +8,16 @@ let g:is_mac = has('macunix')
"{{ Builtin variables
" Disable Python2 support
-let g:loaded_python_provider=0
+let g:loaded_python_provider = 0
+
+" Disable perl provider
+let g:loaded_perl_provider = 0
+
+" Disable ruby provider
+let g:loaded_ruby_provider = 0
+
+" Disable node provider
+let g:loaded_node_provider = 0
let g:did_install_default_menus = 1 " do not load menu