diff --git a/pages/vim-health.txt b/pages/vim-health.txt new file mode 100644 index 000000000..fcd69a3bc --- /dev/null +++ b/pages/vim-health.txt @@ -0,0 +1,15 @@ +Python 3 provider (optional) ~ +- WARNING No Python executable found that can `import neovim`. Using the first available executable for diagnostics. +- WARNING Could not load Python 3: + /usr/bin/python3 does not have the "neovim" module. + /usr/bin/python3.12 does not have the "neovim" module. + python3.11 not found in search path or not executable. + python3.10 not found in search path or not executable. + python3.9 not found in search path or not executable. + python3.8 not found in search path or not executable. + python3.7 not found in search path or not executable. + /usr/bin/python does not have the "neovim" module. + - ADVICE: + - See :help |provider-python| for more information. + - You may disable this provider (and warning) by adding `let g:loaded_python3_provider = 0` to your init.vim +- Executable: Not found