From a165e755130ff91646b686662dc7db85c7a18809 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Sun, 14 Apr 2024 10:28:03 +0300 Subject: [PATCH] m --- pages/vim-health.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/vim-health.txt 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