-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python3 provider can not work in nvchad #1417
Comments
because its disabled by default in the options file, just enable it |
local enable_providers = {
"python3_provider",
"node_provider",
-- and so on
}
for _, plugin in pairs(enable_providers) do
vim.g["loaded_" .. plugin] = nil
vim.cmd("runtime " .. plugin)
end |
It works! Thanks a lot for your help. @siduck |
Okay, I had the same trouble. The key part is to set |
in which file do I have to add: local enable_providers = {
|
@coderprem custom init.lua or any file that gets loaded in custom init.lua edit: put it anywhere |
Describe the bug
Can not use python3 provider and related plugins in nvchad.
However,I installed python3 and pynvim package and I'm sure I set the right path.
To Reproduce
Expected behavior
Let it work properly.
Desktop (please complete the following information):
NVIM v0.7.2
Build type: Release
LuaJIT 2.1.0-beta3
Additional context
I Checked this in terminal
The text was updated successfully, but these errors were encountered: