nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

Configure Neovim with Nix! [maintainer=@GaetanLepage, @traxys, @mattsturgeon, @khaneliman]

Results 255 nixvim issues
Sort by recently updated
recently updated
newest added

Hello, i have trouble upgrading my flake using nix flake update, it started saying that one plugin requires "allowUnfree" (copilot-vim) and it doesnt seem to register that that one is...

bug

| Field | Description | |----------|-------------| | Plugin | `unison-language` | | Homepage | `https://github.com/unisonweb/unison/blob/trunk/docs/language-server.markdown#neovim` | | Nixpkgs | `https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=unison-ucm` | ## Extra Information Unison is a functional programming language,...

enhancement

Just a little POC from a discussion about testing options functionality working, as expected for when we add or don't add packages.

``` plugins-completion-cmp-all-sources> Running test for all-sources plugins-completion-cmp-all-sources> ERROR: please log in with :Codeium Auth ``` See https://github.com/nix-community/nixvim/pull/2035#issuecomment-2295036601

bug

| Field | Description | |----------|-------------| | Plugin | `grug-far` | | Homepage | `https://github.com/MagicDuck/grug-far.nvim` | | Nixpkgs | `false` | ## Extra Information it is a nice plugin for...

enhancement

| Field | Description | |----------|-------------| | Plugin | `sg.nvim` | | Homepage | `https://github.com/sourcegraph/sg.nvim` | | Nixpkgs | `false` | ## Extra Information They already provide a `flake.nix` with...

enhancement

This is printed while evaluating the tests: ``` warning: In a derivation named 'neovim-unwrapped-0.10.1', 'structuredAttrs' disables the effect of the derivation attribute 'disallowedRequisites'; use 'outputChecks..disallowedRequisites' instead ``` It's probably an...

bug

Hey all I'm new to nix and nixvim. I'm trying to wrap my head around using `plugins.lazy.plugins`. Can anyone show me how to use this with submodules ? I got...

As discussed on matrix, the current `helpers.enableExceptInTests` is problematic for a couple reasons: - It only works with `mkTestDerivationFromNixvimModule`, not `mkTestDerivationFromNvim` - We need to tell `helpers` whether or not...

| Field | Description | |----------|-------------| | Plugin | `flutter-tools` | | Homepage | `https://github.com/akinsho/flutter-tools.nvim` | | Nixpkgs | `https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/applications/editors/vim/plugins/generated.nix#L3880` | ## Extra Information > From `flutter-tools` README: > -...

enhancement