diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-27 19:57:37 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-27 19:57:37 +0800 |
| commit | a5ff42407bea5ac2e75cd083c0bb67f71bcb7bc7 (patch) | |
| tree | ac8da1741046c72cfd62def2dae1f12eb841a4bf | |
| parent | 240520193a801e90ff60894f61efa19e56593b98 (diff) | |
do not load menu(I have never used it)
| -rw-r--r-- | variables.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/variables.vim b/variables.vim index bcd0557..c6af956 100644 --- a/variables.vim +++ b/variables.vim @@ -3,6 +3,8 @@ " Disable Python2 support let g:loaded_python_provider=0 +let g:did_install_default_menus = 1 " do not load menu + " Path to Python 3 interpreter (must be an absolute path), make startup " faster. See https://neovim.io/doc/user/provider.html. if executable('python') |
