Closed izik1 closed 2 years ago
dont think I have touched it, as a matter of fact I would have preferred not to support coc in home-manager.
By "last person who touched it" I mean the neovim package in general. Sorry for the confusion.
Thank you for your contribution! I marked this issue as stale due to inactivity. If this remains inactive for another 7 days, I will close this issue. Please read the relevant sections below before commenting.
* If this is resolved, please consider closing it so that the maintainers know not to focus on this. * If this might still be an issue, but you are not interested in promoting its resolution, please consider closing it while encouraging others to take over and reopen an issue if they care enough. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
* If you are also experiencing this issue, please add details of your situation to help with the debugging process. * If you know how to solve the issue, please consider submitting a Pull Request that addresses this issue.
If you have nothing of substance to add, please refrain from commenting and allow the bot close the issue. Also, don't be afraid to manually close an issue, even if it holds valuable information.
Closed issues stay in the system for people to search, read, cross-reference, or even reopen--nothing is lost! Closing obsolete issues is an important way to help maintainers focus their time and effort.
This issue still persists.
nix-info -m
output:
"x86_64-darwin"
Darwin 21.2.0, macOS 10.16
(I'm actually using macOS 12.1 and I'm not sure why nix-info
gets it wrong)yes
yes
nix-env (Nix) 2.5.1
"darwin, home-manager, nixpkgs-22.05pre340506.5c37ad87222"
"darwin, home-manager, nixpkgs-22.05pre340506.5c37ad87222"
/nix/var/nix/profiles/per-user/root/channels/nixpkgs
I tried to enable neovim.coc
and am seeing:
[coc.nvim] "node" is not executable, checkout {node download url}
Fix in nix-community/home-manager#3048
Is there an existing issue for this?
Issue description
Title, elaborating: Attempted to enable CoC for neovim via
programs.neovim.coc.enable
, but CoC didn't seem to be loading. Turns out it definitely wasn't. Nothing showed up in the sourced files, functions, commands, etc... Adding the plugin (copied almost verbatim from below) directly to my neovim plugins viaprograms.neovim.plugins
did load it though. https://github.com/nix-community/home-manager/blob/d9fe208f3ccd7047a29eb31fd0cd3191c4445323/modules/programs/neovim.nix#L278Even more confusingly, the settings (
programs.neovim.coc.settings
) were copied over without issue.Aside:
programs.neovim.coc.enable
should probably enableprograms.neovim.withNodeJs
, since it's required.Relevant part of my dotfiles
Maintainer CC
@teto (as the last person who touched it)
System information