diff options
| author | jdhao <jdhao@hotmail.com> | 2022-04-16 00:16:23 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-04-16 00:16:23 +0800 |
| commit | 9082e124a52ed65bb55a672a3954076608cd3db9 (patch) | |
| tree | 7268d581181f931359ea0e60631c54b0326d9a22 /core/globals.vim | |
| parent | 2ffba14a6c7093b0c20f8c0f104b6836e91307a5 (diff) | |
[nvim 0.7] no more py2 support
Diffstat (limited to 'core/globals.vim')
| -rw-r--r-- | core/globals.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/globals.vim b/core/globals.vim index e305f12..a5a7581 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -7,9 +7,6 @@ let g:logging_level = 'info' "}} "{{ Builtin variables -" Disable Python2 support -let g:loaded_python_provider = 0 - " Disable perl provider let g:loaded_perl_provider = 0 |
