neovim-nightly-overlay
                                
                                
                                
                                    neovim-nightly-overlay copied to clipboard
                            
                            
                            
                        [maintainer=@GaetanLepage, @willruggiano]
Hello, I am using this overlay to install neovim-nightly within home-manager. I managed to get all my python requirements working but the Node.js provider is not found. I tried to...
I've been using your overlay for a while with success, but after the last `flake.lock` update it stopped working. I'm pretty new to nix (problems, at least), so sorry if...
we could retreive instead the `vim-plugin-names` from nixpkgs and strips it of its 0.5-compat branch.
for lsp / treesitter / telescope should be possible to do `nix run neovim-treesitter` for instance. now that we have neovide / uivonim etc. we could even compose targets with...
for instance: - nvim-treesitter - nvim-haskell-language-server - nvim-telescope so that people can try out configurations that are sure to work/reproducible/pure (and thus can compare their config to those). I've start...
I was never able to pass the testsuite on nixos. the funny thing is that the list of failing test keeps changing - https://github.com/neovim/neovim/pull/13744 - Right now I have the...
would be nice to be able to run oldtests/functionaltests via the check flake, also add a target to generate the doc
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. Release notes Sourced from cachix/cachix-action's releases. cachix-action-v11 Allow pushFilter regex to start with a dash Add pathsToPush and cachixArgs Avoid pushing .drv.chroot files Self-hosted...
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. Release notes Sourced from cachix/install-nix-action's releases. install-nix-action-v18 Fix nodejs warnings & simplify maintenance Use python3 when determining number of cores Collapse installer log messages...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @peter-murray in...