You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enable `python3 provider` in Neovim. Testing by run `:echo has('python3')` in Neovim. If it returns `1`, then `python3 provider` is enabled.
31
+
- **Python 3.10 or later**.
32
+
- **Python3 provider**: You can check if it’s enabled by running `:echo has('python3')` in Neovim. If it returns `1`, then the Python3 provider is enabled.
33
+
- **rplugin**: This plugin uses the |remote plugin| system of Neovim. Make sure you have it enabled.
0 commit comments