1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

[nvim 0.7] no more py2 support

This commit is contained in:
jdhao 2022-04-16 00:16:23 +08:00
parent 2ffba14a6c
commit 9082e124a5

View File

@ -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