3514 Commits
Author SHA1 Message Date
Saad Nadeem 8ce69b14f4 vimPlugins.fff-nvim: fix illegal instructions by targetting a baseline CPU 2026-07-25 06:47:16 -04:00
LIN, JianandGitHub 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 4165703b83 vimPlugins.blink-lib: init at 0-unstable-2026-06-19
https://github.com/saghen/blink.lib
2026-07-22 03:46:09 -04:00
Austin HorstmanandGitHub 239864d108 vimPlugins: update on 2026-07-20 (#543898) 2026-07-21 13:07:24 +00:00
Marc JakobiandGitHub 9a482e761e vimPlugins.obsidian-nvim: remove unused dependency (#544108) 2026-07-21 11:47:44 +00:00
Saad Nadeem f7ba30f69e vimPlugins.obsidian-nvim: remove unused dependency 2026-07-21 05:18:28 -04:00
Benedikt Ritter 2f43b0f6db vimPlugins.none-ls-extras-nvim: 0-unstable-2026-06-06 -> 0-unstable-2026-07-17 2026-07-21 10:20:52 +02:00
Austin Horstman 961fdaadb3 vimPlugins.nvim-treesitter: update grammars 2026-07-20 09:52:10 -05:00
Austin Horstman 684111f82a vimPlugins.codecompanion-nvim: 19.19.0 -> 19.20.0 2026-07-20 09:52:10 -05:00
Austin Horstman 599fc01177 vimPlugins.kitty-scrollback-nvim: 9.2.0 -> 9.2.1 2026-07-20 09:52:09 -05:00
Austin Horstman 0da4faf53e vimPlugins: update on 2026-07-20 2026-07-20 09:52:09 -05:00
vimlinuz 6b552208ea vimPlugins.present-nvim: init at 0-unstable-2025-03-03
https://github.com/Chaitanyabsprip/present.nvim
2026-07-20 18:39:29 +05:45
Marc JakobiandGitHub 7414ba7d37 vimPlugins.fff-nvim: 0.9.6 -> 0.10.0 (#543440) 2026-07-19 08:58:29 +00:00
Marc JakobiandGitHub 1ed0eef85c vimPlugins.canola-nvim: init at 0.1.0-1 (#537646) 2026-07-19 08:57:45 +00:00
Saad Nadeem 4050db98fe vimPlugins.fff-nvim: 0.9.6 -> 0.10.0 2026-07-19 03:15:18 -04:00
Saad Nadeem 1fa9124cb7 vimPlugins.canola-nvim: init at 0.1.0-1 2026-07-19 03:01:00 -04:00
Gaétan LepageandGitHub 57c2f3161f vimPlugins.none-ls-extras-nvim: init at 0-unstable-2026-06-06 (#542260) 2026-07-16 21:04:04 +00:00
Austin Horstman 2dad175f41 vimPlugins.bitbake: 6.0.1 -> 6.0.2 2026-07-16 10:28:53 -05:00
Austin Horstman 1e213b7272 vimPlugins.command-t: 8.1 -> 8.2 2026-07-16 10:28:53 -05:00
Austin Horstman 75b92863ae vimPlugins.typst-preview-nvim: 1.4.2-unstable -> 1.5.0 2026-07-16 10:28:53 -05:00
Austin Horstman bebc151d6a vimPlugins.vague-nvim: 2.1.3 -> 2.1.4 2026-07-16 10:28:52 -05:00
Austin Horstman 1832ac1ae3 vimPlugins: update on 2026-07-16 2026-07-16 10:28:52 -05:00
Benedikt Ritter 8350dd2945 vimPlugins.none-ls-extras-nvim: init at 0-unstable-2026-06-06
https://github.com/nvimtools/none-ls-extras.nvim
2026-07-15 17:02:43 +02: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
Austin Horstman 311128d915 vimPlugins.codecompanion-nvim: 19.18.0 -> 19.19.0 2026-07-13 11:10:30 -05:00
Austin Horstman 2c81cda0c0 vimPlugins: update on 2026-07-13 2026-07-13 11:10:29 -05:00
Austin Horstman 34c1ce7ebb vimPlugins.nvim-jdtls: add python3 to runtimeDeps 2026-07-11 20:52:22 -05:00
Austin Horstman 8f741b30cc vimPlugins.zk-nvim: 0.4.9 -> 0.4.10 2026-07-09 13:13:53 -05:00
Austin Horstman febadd2d36 vimPlugins.helpview.nvim: 2.1.2-unstable-2026-05-14 -> 2.2.0 2026-07-09 13:13:53 -05:00
Austin Horstman 1d0b12dc52 vimPlugins.oklch-color-picker-nvim: 5.0.0 -> 5.0.2 2026-07-09 13:13:53 -05:00
Austin Horstman a4664ec29d vimPlugins.otter-nvim: 2.14.5 -> 2.14.6 2026-07-09 13:13:53 -05:00
Austin Horstman 5d487e0b1c vimPlugins.project-nvim: 5.1.0-1 -> 5.1.1-1 2026-07-09 13:13:52 -05:00
Austin Horstman 5a4943876c vimPlugins: update on 2026-07-09 2026-07-09 13:13:52 -05:00
Marc JakobiandGitHub b0f79d3e93 {vimacs,vimPlugins.vimacs}: drop (#539336) 2026-07-07 17:42:32 +00:00
Marc Jakobi a4b564f556 vimPlugins.vimacs: drop 2026-07-07 19:31:00 +02:00
Austin Horstman 8d941590b2 vimPlugins: update on 2026-07-06 2026-07-06 16:23:04 -05:00
Austin Horstman e4c90f9115 vimPlugins.nvim-test: fix unstable version date
Normalize the generated unstable version so the vim plugin updater can parse the package set.
2026-07-06 13:40:16 -05:00
Austin Horstman b447542da7 vimPlugins.neotest-nix: init at 2.2.0-1 2026-07-05 22:17:56 -05:00
kirillrdyandGitHub 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
Austin HorstmanandGitHub 08a5b5062b tree-sitter: make tree-sitter-grammars an overridable scope (#537058) 2026-07-05 03:27:45 +00:00
Marc JakobiandGitHub 509483f1c1 vimPlugins.{neovim-project,neovim-session-manager}: init (#536100) 2026-07-03 21:54:45 +00:00
Zain Kergaye 88ef80234b vimPlugins.neovim-session-manager: init at 0-unstable-2026-01-26
https://github.com/shatur/neovim-session-manager
2026-07-03 15:40:01 -06:00
PierreBorine 1c9a787ac4 vimPlugins.gitportal-nvim: update, moved to codeberg 2026-07-03 00:20:51 +02:00
leiserfg 3fe652d3da vimPlugins.nvim-test: 1.4.1 -> 1.4.1-unstable-2026-7-2
Make nvim-test dependent on the new tree-sitter instead of the legacy one.
2026-07-02 11:40:22 +02:00