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 | overseer.nvim | | Homepage | https://github.com/stevearc/overseer.nvim | | Nixpkgs | vimPlugins.overseer-nvim | ## Extra Information Required for Compiler.nvim.

enhancement

| Field | Description | |----------|-------------| | Plugin | `codesnap.nvim` | | Homepage | [`codesnap`](https://github.com/mistricky/codesnap.nvim) | | Nixpkgs | `false` | ## Extra Information From the repo's README: >📸 Snapshot...

enhancement

| Field | Description | |--------------|-------------| | Plugin | `dashborad` | | Nixpkgs | `nixpkgs-unstable` | | Nix-Darwin | `*` | - [x] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my...

bug

It seams `extraLuaPackages` doesn't work or am I missing something? This PR ensures `extraLuaPackages` are made available on the runtimepath.

Had a setting I wanted to take advantage of that wasn't supported in its current iteration... figured instead of changing that specific setting I'd help migrate it to the new...

| Field | Description | |--------------|-------------| | Plugin | `N/A` | N/A | Nixpkgs | `24.05` | 24.05 | Home Manager | `24.05` | 24.05 - [x] I have read...

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/4e3583423212f9303aa1a6337f8dffb415920e4f' (2024-07-01) → 'github:hercules-ci/flake-parts/9227223f6d922fee3c7b190b2cc238a99527bbb7' (2024-07-03) • Updated input 'home-manager': 'github:nix-community/home-manager/59ce796b2563e19821361abbe2067c3bb4143a7d' (2024-07-01) → 'github:nix-community/home-manager/e3582e5151498bc4d757e8361431ace8529e7bb7' (2024-07-05)...

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/4e3583423212f9303aa1a6337f8dffb415920e4f' (2024-07-01) → 'github:hercules-ci/flake-parts/9227223f6d922fee3c7b190b2cc238a99527bbb7' (2024-07-03) • Updated input 'home-manager': 'github:nix-community/home-manager/391ca6e950c2525b4f853cbe29922452c14eda82' (2024-07-01) → 'github:nix-community/home-manager/e1391fb22e18a36f57e6999c7a9f966dc80ac073' (2024-07-03)...

Fixes #1698. I have added an item to the notepad to not forget about considering the fundamental problem. -> Should `mkListOf` options be typed `maybeRaw (listOf ...)` ?

Refactor the update CI workflow to update the lock file and generated files _and then_ create the PR in a subsequent step. I haven't tested this yet (because testing CI...