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

**Plugin affected**: all? **Nixpkgs channel**: 22.05 ## Description commit a38d531bf4d02974d9e3088146cbaf896f2fcb00 breaks my config. I am using the `extraConfigLuaPre` options, where I define some variables. In `extraConfigLuaPost` I am using those...

bug

There should be a way to set config specific to certain filetypes using `ftplugin` files, for both performance and convenience. For examples for setting mappings that are only relevant on...

enhancement

Attempting to use lsp-lines by enabling it results in a runtime error when you start neovim. config: ``` plugins.lsp-lines.enable = true; ``` Error: ``` Error detected while processing /nix/store/x63x75izcri00gqir1r5ib1snmnhdj14-init.vim: line...

Fixes incorrectly hard coded binary name for jdtls.

I tried to add more settings to the plugin with suggestions by @GaetanLepage. `checks` failed with this error: ``` error: builder for '/nix/store/jm8y8klh0zvjbn4fkkspj840mkda5kv7-plugins-utils-ccc-example.drv' failed with exit code 1; last 8...

Hi, I'd like to use the "unstable" variant of nixvim, but am running nixos on `stateVersion` 23.11 with the home-managed version of nixvim. I tried the following, which seemed useful...

bug

since `nixfmt` package was renamed, this PR replaces the package by the new `nixfmt-rfc-style`. Related to https://github.com/nix-community/nixvim/issues/1374

| Field | Description | |--------------|-------------| | Plugin | `none-ls.sources.formatting` | | Nixpkgs | `unstable` | | Home Manager | `24.05 ` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html)...

bug

Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. ``` Flake lock file updates: • Updated input 'flake-parts': 'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01) → 'github:hercules-ci/flake-parts/9126214d0a59633752a136528f5f3b9aa8565b7d' (2024-04-01) • Updated input 'home-manager': 'github:nix-community/home-manager/c0ef0dab55611c676ad7539bf4e41b3ec6fa87d2' (2024-03-28) → 'github:nix-community/home-manager/80546b220e95a575c66c213af1b09fe255299438' (2024-04-02)...

This PR adds the nvim-surround plugin. The previous plugin vim-surround is removed but can be enabled by adding it to extraPlugins since it does not require particular configuration. closes #1346.