mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
health.vim: Do not check intentionally disabled providers.
Closes #6107
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
" Associating the plugin with the Python host is the first step because plugins
|
||||
" will be passed as command-line arguments
|
||||
|
||||
if exists('g:loaded_python_provider')
|
||||
if get(g:, 'loaded_python_provider', 0)
|
||||
finish
|
||||
endif
|
||||
let g:loaded_python_provider = 1
|
||||
|
||||
Reference in New Issue
Block a user