neovim-nightly-overlay icon indicating copy to clipboard operation
neovim-nightly-overlay copied to clipboard

[maintainer=@GaetanLepage, @willruggiano]

Results 24 neovim-nightly-overlay issues
Sort by recently updated
recently updated
newest added

Pls reopen, does not work anymore, see https://github.com/573/nix-config-1/commit/a91916a48ba26fa555fd452947bc775d76548033, same error as OP. _Originally posted by @573 in https://github.com/nix-community/neovim-nightly-overlay/issues/99#issuecomment-1221617932_

nvim LSP can't find the `tsserver` binary. To replicate, use this config: ```nix { inputs.neovim-nightly-overlay.url = github:nix-community/neovim-nightly-overlay; outputs = inputs @ { }: let username = "m.manzanares"; system = "x86_64-darwin";...

Hi, I currently use this overlay on two darwin machines, x86 and arm. I keep noticing that my arm machine never hits the binary cache, while my x86 machine always...

Continuing https://github.com/neovim/neovim/issues/15019

Hi. The current instructions are for home-manager and nixos. Could some instructions be added for how to use this with just nix? I’ve read the nixpkgs documentation on overlays, many...

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.11.0 to 4.14.1. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v4.14.1 Changed Change Commit User Name from "GitHub Actions" to "github-actions[bot]" (#213) @​jooola Change Commit User Email from...

dependencies

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17. Release notes Sourced from cachix/install-nix-action's releases. install-nix-action-v17 curl for downloading the installer is now in quiet mode (since all the bugs have been addressed)...

dependencies

@mjlbach doesn't use nix anymore (know the sayting, "it's always the best who leave first") but now we have to deal with the aftermath. I dont use this repo and...

I have a flake that has this overlay as an input, and when used in other flake I get the`input /neovim-overlay/neovim-flake/nixpkgs follows a non-existent input "neovim-overlay/nikpkgs"` I believe this is...

~/.config/nixpkgs/overlays 35s ❯ cat neovim-nightly.nix (1) 11:50:12 import (builtins.fetchTarball { url = https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz; }) ❯ nix-env -iA nixpkgs.neovim-nightly 11:49:34 unpacking 'https://github.com/nix-community/neovim-nightly-overlay/archive/master.tar.gz'... unpacking 'https://github.com/edolstra/flake-compat/archive/b7547d3eed6f32d06102ead8991ec52ab0a4f1a7.tar.gz'... unpacking 'https://api.github.com/repos/neovim/neovim/tarball/c977d8b43cd6ecf7ad756f9b064eadea79fbd604'... unpacking 'https://api.github.com/repos/numtide/flake-utils/tarball/997f7efcb746a9c140ce1f13c72263189225f482'... unpacking 'https://api.github.com/repos/nixos/nixpkgs/tarball/6d8215281b2f87a5af9ed7425a26ac575da0438f'... error:...