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

| Field | Description | |----------|-------------| | Plugin | `tiny-devicons-auto-colors.nvim` | | Homepage | [https://github.com/rachartier/tiny-devicons-auto-colors.nvim](https://github.com/rachartier/tiny-devicons-auto-colors.nvim) | | Nixpkgs | `false` | ## Extra Information This plugin allows `nvim-web-devicons` to use...

enhancement

| Field | Description | |--------------|-------------| | Plugin | `jupytext` | | Nixpkgs | `24.05 (some packages come from unstable)` | | Home Manager | `24.05` | - [x] I...

bug

| Field | Description | |--------------|-------------| | Plugin | `efmls-config` | ```json { "nodes": { "devshell": { "inputs": { "nixpkgs": [ "nixvim", "nixpkgs" ] }, "locked": { "lastModified": 1722113426, "narHash":...

bug

## Description To my understanding, Currently keymapsOnEvent does not support event pattern, even though it is based on autoCmd. It would be very convenient for setting up some keymaps only...

| Field | Description | |----------|-------------| | Plugin | `psalm` | | Homepage | `https://github.com/vimeo/psalm` | | Nixpkgs | `https://github.com/NixOS/nixpkgs/blob/7eee17a8a5868ecf596bbb8c8beb527253ea8f4d/pkgs/development/php-packages/psalm/default.nix` | ## Extra Information Psalm is a static analysis tool...

enhancement

| Field | Description | |----------|-------------| | Plugin | `nvchad/ui` | | Homepage | `https://github.com/NvChad/ui?tab=readme-ov-file#install` | | Nixpkgs | `false` | ## Extra Information It seems you can now use...

enhancement

Upon using the lazy.nvim plugin, i'm having a hardtime using the keys option and upon inspecting the other plugin manager it seems that lz-n have a more easier and more...

| Field | Description | |----------|-------------| | Plugin | `kulala.nvim` | | Homepage | `https://github.com/mistweaverco/kulala.nvim` | | Nixpkgs | `false` | ## Extra Information Requires Neovim 0.10.0+ and cURL ([complete...

enhancement

| Field | Description | |----------|-------------| | Plugin | `neoconf.nvim` | | Homepage | https://github.com/folke/neoconf.nvim | | Nixpkgs | https://github.com/NixOS/nixpkgs/blob/4e0c36e4dd53f35d5a6385bdae88895ec5832f70/pkgs/applications/editors/vim/plugins/generated.nix#L7314 | ## Extra Information This plugin allows you to override...

enhancement

Rather than having each option remove `lua` in their `apply` function, we can do this in the submodule type's `merge` function. Yes, it's a little annoying that we have to...