Neovim provider options not working

programs.neovim.enable = true;
programs.neovim.withPython3 = true;
programs.neovim.defaultEditor = true;

I have my options as above. The python provider was working before, but just broke after the last update on unstable. I noticed that have been changes to the default provider options, but I would assume that the withPython3 option should still work.

I don’t know if this is an error on my end, or if it’s a bug and I should file a issue.

I think I found the issue neovim: set provider configuration to initrc by teto · Pull Request #487390 · NixOS/nixpkgs · GitHub

Edit: Nevermind, it seems that the merge was reverted.

I’ve had more time lately and i am trying to go through a bunch of changes I had in mind for neovim. Sorry for the turbulence @jw2. I hope to restore that PR though neovim: set provider configuration to initrc by teto · Pull Request #498687 · NixOS/nixpkgs · GitHub and since you are the first person I see using the python3 provider in a while I would like to ask:

  • on master the nvim-python3 executable is not installed along with the neovim wrapper anymore. Was that something you used and if yes why/how ?

NB: in your first post, you should have copy/pasted the error to help us help you :wink:

I was using it for the Coqtail plugin.I previously just enabled withPython3and worked, and now it doesnt. There was no error message on the nix side, when I do :che it just says that that the python3 provider is disabled.