nixvim icon indicating copy to clipboard operation
nixvim copied to clipboard

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

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

| Field | Description | |--------------|-------------| | Plugin | 'LSP' | | Nixpkgs | `24.05` | | Home Manager | not used | - [X] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html)...

bug

| Field | Description | |----------|--------------------------| | Plugin | `nvim-dbee` | | Homepage | [`kndndrj/nvim-dbee`] | | Nixpkgs | [`vimPlugins.nvim-dbee`] | ## Extra Information Interactive database client for neovim. ##...

enhancement

@stasjok has an implementation here: [stasjok/nixvim@`optimize-rtp` (commits)](https://github.com/stasjok/nixvim/commits/optimize-rtp/) (last two commits), where the rtp is optimized as a "performance" option. > In the codebase I need to check `wrapRc` and if...

tech debt

## Summary General cleanup and refactoring to the output module, with the goal of streamlining and simplifying the implementation. For example, the `files` submodule has `path` and `plugin` options that...

| Field | Description | |----------|-------------| | Plugin | `Lexima` | | Homepage | `https://github.com/cohama/lexima.vim` | | Nixpkgs | [Nixpkgs](https://search.nixos.org/packages?channel=unstable&show=vimPlugins.lexima-vim&from=0&size=50&sort=relevance&type=packages&query=lexima) | ## Extra Information Vim plugin for vscode-like auto-closing brackets...

enhancement

### Plugin Avante ### Nixpkgs Release unstable ### Home Manager Release unstable ### I have read the FAQ - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not...

bug

I have been managing my nixvim config in parallel with my lua config as i need to also use a Windows machine. I recently discovered the `nixvim-print-init` command to print...

- **dependencies: add nixpkgs-fmt** - **plugins/lsp/language-servers/nixd: use dependencies.nixpkgs-fmt**

…cs of copilot-chat to generate the required lua config the previous config that it was generating is like this ```lua require("CopilotChat").setup({ answer_header = "## Ai ", auto_follow_cursor = true, highlight_selection...

### Plugin blink-cmp-avante ### Homepage https://github.com/Kaiser-Yang/blink-cmp-avante ### Nixpkgs URL https://search.nixos.org/packages?channel=unstable&query=blink-cmp-avante ### Extra Information The docs of `blink-cmp-avante` specify to add `"avante"` source to `plugins.blink-cmp.settings.sources.default`. I, however, in my configuration decided...

enhancement