Commit Graph

391 Commits

Author SHA1 Message Date
Austin Horstman
cce7b734f9 vimPlugins.bitbake: preserve 6.0.2
BitBake removed contrib/vim after 6.0.2 because Vim 9.0.0067
includes the syntax files. Keep packaging the last tag that provides the
standalone plugin.
2026-08-17 16:17:39 -05:00
R. Ryantm
7a49beca50 vimPlugins.codediff-nvim: 2.66.0 -> 2.67.0 2026-08-15 17:43:32 +00:00
Gaétan Lepage
d267598365 vimPlugins.jupynvim: init at 0.4.4 (#550829) 2026-08-14 07:20:45 +00:00
R. Ryantm
dcf8e742dc vimPlugins.codesnap-nvim: 2.0.5 -> 2.1.0 2026-08-10 17:05:34 +00:00
Saad Nadeem
cbebe72fff vimPlugins.fff-nvim: 0.10.1 -> 0.10.3 2026-08-09 21:50:31 -04:00
alikaansun
c4999317c2 vimPlugins.jupynvim: init at 0.4.4
Assisted-by: Claude Code (Claude Opus 5)
Co-authored-by: Marc Jakobi <marc@jakobi.dev>
2026-08-09 18:17:40 +02:00
R. Ryantm
503efe5d66 vimPlugins.codediff-nvim: 2.53.1 -> 2.66.0 2026-08-06 23:43:08 +00:00
Daneo Van Overloop
abf51656f8 vimPlugins.kenjutu: init at 0.2.4
https://github.com/Yuki-bun/kenjutu
2026-08-01 16:51:40 +02:00
Gaétan Lepage
55096b0ce1 vimPlugins.hermes-nvim: init at 0.12.1 (#546167) 2026-07-31 23:50:51 +00:00
Ruddickmg
3d1ce5f5e0 vimPlugins.hermes-nvim: init at 0.12.1 2026-07-29 07:18:10 -10:00
Austin Horstman
2ae1ad9cdc vimPlugins.codediff-nvim: 2.49.2 -> 2.53.1 (#546778) 2026-07-28 19:16:08 +00:00
R. Ryantm
2ce1be73de vimPlugins.codediff-nvim: 2.49.2 -> 2.53.1 2026-07-28 18:15:44 +00:00
Austin Horstman
6e3ef72b9d vimPlugins.difftastic-nvim: 0.0.9 -> 0.1.1 2026-07-26 22:05:22 -05:00
Saad Nadeem
8ce69b14f4 vimPlugins.fff-nvim: fix illegal instructions by targetting a baseline CPU 2026-07-25 06:47:16 -04:00
LIN, Jian
328e42b4f8 b4: expose misc/ source tree via passthru.src-misc & emacs & vim plugin (#543347) 2026-07-25 08:08:13 +00:00
Farid Zakaria
9dca5046aa vimPlugins.b4-review-vim: init at 0.15.2
b4's `misc/vim` directory provides ftdetect/ftplugin/syntax files that
highlight the `b4 review` reply editor (activating for *.b4-review.eml
buffers). Package them as a Vim/Neovim plugin, sourced from the b4
package's `passthru.src-misc` so the version stays in lockstep with b4
itself, following the notmuch-vim/hurl precedent.

Assisted-by: Claude Code (Claude Opus 4.8)
2026-07-23 08:06:31 -07:00
R. Ryantm
a606e59f83 vimPlugins.fff-nvim: 0.10.0 -> 0.10.1 2026-07-23 06:13:28 +00:00
Saad Nadeem
fa33c15b8e vimPlugins.blink-pairs: 0.5.0 -> 0.6.0 2026-07-22 19:31:27 -04:00
Saad Nadeem
537df83fd5 vimPlugins.blink-pairs: add saadndm as maintainer 2026-07-22 19:31:26 -04:00
Saad Nadeem
4050db98fe vimPlugins.fff-nvim: 0.9.6 -> 0.10.0 2026-07-19 03:15:18 -04:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
kirillrdy
3e8d094c09 vimPlugins.avante-nvim: use stable releases instead of unstable commits from main (#538383) 2026-07-05 21:52:39 +00:00
Gaetan Lepage
fc004ec7b4 vimPlugins.avante-nvim: use stable releases instead of unstable commits from main 2026-07-05 20:13:06 +00:00
Gaetan Lepage
3f2694f060 vimPlugins.meson: remove meta.mainProgram and change meta.description 2026-07-05 14:33:33 +00:00
L0L1P0P1
124b2374a9 vimPlugins.avante-nvim: 0.0.27-unstable-2026-03-11 -> release-v0.1 2026-06-26 21:03:25 +03:30
·𐑑𐑴𐑕𐑑𐑩𐑤
0ab8999464 vimPlugins.mirth: init at mirth.version 2026-06-22 20:34:52 +07:00
Saad Nadeem
6eb7f83173 vimPlugins.fff-nvim: 0.9.4 -> 0.9.6 2026-06-22 03:21:25 -04:00
daskladas
82cc3b4418 vimPlugins.fff-nvim: 0.9.3 -> 0.9.4 2026-06-15 20:55:57 +02:00
bandithedoge
32256defcc vimPlugins.avante-nvim: copy compiled libraries instead of symlinking
Avoids installing avante-nvim-lib and rustc (+1 GB) into the user's
system closure
2026-06-14 17:45:09 +02:00
R. Ryantm
3c2052ac85 vimPlugins.codediff-nvim: 2.45.1 -> 2.49.2 2026-06-14 10:42:54 +00:00
R. Ryantm
8c778e2c43 vimPlugins.fff-nvim: 0.8.4 -> 0.9.3 2026-06-08 12:25:05 +00:00
Austin Horstman
9f33a10dd0 vimPlugins: normalize nvimSkipModules values 2026-06-07 09:31:03 -05:00
HexoKnight
3cf8ae56a2 vimPlugins.*: ensure passthru.vimPlugin = true 2026-06-06 17:31:12 +01:00
Gaetan Lepage
a26c36c801 vimPlugins.codesnap-nvim: 2.0.3 -> 2.0.5
Diff: https://github.com/mistricky/codesnap.nvim/compare/v2.0.3...v2.0.5

Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v2.0.5
2026-06-06 09:31:45 +00:00
R. Ryantm
c07d260dc3 vimPlugins.codediff-nvim: 2.45.0 -> 2.45.1 2026-06-05 11:33:34 +00:00
Austin Horstman
7eb0d8a31a vimPlugins: trim passing nvimSkipModules
Remove skip entries reported as passing after forcing nvimSkipModules =
[].
2026-06-03 16:34:04 -05:00
Ivy Pierlot
2fb8f5e5a4 vimPlugins.difftastic-nvim: init at 0.0.9
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
2026-06-03 11:23:30 +10:00
Saad Nadeem
139bf1b6b7 vimPlugins.fff-nvim: 0.8.0 -> 0.8.4 2026-05-30 15:39:23 -04:00
isabel
c70c207e6f vimPlugins.blink-pairs: 0.4.1 -> 0.5.0
Diff: https://github.com/Saghen/blink.pairs/compare/v0.4.1...v0.5.0

Changelog: https://github.com/Saghen/blink.pairs/blob/v0.5.0/CHANGELOG.md
2026-05-24 11:49:50 +01:00
Gaetan Lepage
906fc653fa vimPlugins.codesnap-nvim: 2.0.1 -> 2.0.3
Diff: https://github.com/mistricky/codesnap.nvim/compare/v2.0.1...v2.0.3

Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v2.0.3
2026-05-20 23:13:21 +00:00
R. Ryantm
60a82c2ba9 vimPlugins.codediff-nvim: 2.43.15 -> 2.45.0 2026-05-18 19:08:37 +00:00
Saad Nadeem
6ec314963f vimPlugins.fff-nvim: 0.6.4 -> 0.8.0 2026-05-15 19:17:18 -04:00
Gaétan Lepage
1526832882 statix: use molybdenumsoftware fork (#516044) 2026-05-06 23:02:49 +00:00
Perchun Pak
211b440d84 vimPlugins.zig-vim: move back to generated.nix 2026-05-04 11:48:51 +02:00
Shahar "Dawn" Or
c0df7eb00f statix: use molybdenumsoftware fork 2026-05-04 13:03:05 +07:00
Clément
d6c40e14e7 vimPlugins.tup: add missing meta attributes 2026-04-26 16:08:49 -07:00
Clément
bfd7e23a47 vimPlugins.meson: add missing meta attributes 2026-04-26 16:08:49 -07:00
Clément
67fa5bb216 vimPlugins.fzf-wrapped: add missing meta attribute 2026-04-26 16:08:49 -07:00
Saad Nadeem
98e608cdc7 vimPlugins.fff-nvim: 0.5.2 -> 0.6.4 2026-04-26 08:23:48 -04:00
R. Ryantm
44f1ac208b vimPlugins.codediff-nvim: 2.43.10 -> 2.43.15 2026-04-23 00:12:34 +00:00