Matthieu Coudron
Matthieu Coudron
`vim.TSHighlighter` will not work anymore starting from https://github.com/neovim/neovim/pull/14145 (it was deprecated months ago and should pose no issue).
> I'm not clear about what you said above, could you explain it clearly? Maybe a screenshot or video would help. when bqf creates its preview window, I would like...
the only moment nodejs is passed is here pkgs/applications/editors/neovim/wrapper.nix but because of the makeOverridable in `wrapNeovim = neovim-unwrapped: lib.makeOverridable (neovimUtils.legacyWrapper neovim-unwrapped);` I am not sure one can actually override nodejs....
we discussed this on IRC, `# finalNeovim = hm.config.programs.neovim.finalPackage; # this runs, but it's not the final neovim with plugins I expect` works as expected, just that the package doesn't...
I dont think this should live in home-manager. Dev environments should be tailored per-project and this doesn't add value compared to just installing a ghc environment. If you find value...
Does https://github.com/nix-community/home-manager/pull/3256 fix it for you ? hope we can add tests later but just as a way to fix this quickly.
is the PR anywhere public ? could be interesting in case someone else want to help you
could you rename init.vim to init-home-manager.vim (that's how the lua initrc used to be called) ? it's mandatory to have a different name there my bad. Would be nice to...
fix the format and I merge ty !
I was surprised the zsh tests worked locally but apparently they just grep for stuff so having fewer newlines doesn't impact them @uvNikita