Replies: 1 comment 9 replies
-
|
this kind of works: ((nvimpager.override {
neovim = inputs.nixCats.packages.${pkg.system}.default;
}).overrideAttrs {
doCheck = false;
})had to remove the preCheck tests because some of them failed. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/lucc/nvimpager is interesting but i dont like the default styling, etc. it comes with. I think it can be interesting if you can take the neovim output from something like
github:BirdeeHub/nixCats-nvim?dir=templates/exampleand use that as the launcher for the pager.Beta Was this translation helpful? Give feedback.
All reactions