4560 Commits

Author SHA1 Message Date
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 Horstman 239864d108 vimPlugins: update on 2026-07-20 (#543898) 2026-07-21 13:07:24 +00:00
Marc Jakobi 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
Vladimír Čunát 307e8e4aa0 staging-next 2026-07-15 (#541843) 2026-07-20 15:41:43 +00: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
nixpkgs-ci[bot] 6f30133495 Merge master into staging-next 2026-07-19 12:18:43 +00:00
Marc Jakobi 7414ba7d37 vimPlugins.fff-nvim: 0.9.6 -> 0.10.0 (#543440) 2026-07-19 08:58:29 +00:00
Marc Jakobi 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
nixpkgs-ci[bot] 167fd5c8c0 Merge master into staging-next 2026-07-17 00:32:06 +00:00
Gaétan Lepage 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
K900 45ae10c84d Merge remote-tracking branch 'origin/master' into staging-next 2026-07-15 10:52:37 +03: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
Emily e6b2583ec2 Revert "vim: fix build on darwin"
The ld64 issue has been fixed.

This reverts commit ade4a26bc1.
2026-07-15 03:26:25 +01:00
nixpkgs-ci[bot] f93d88c669 Merge master into staging-next 2026-07-14 18:24:25 +00: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
nixpkgs-ci[bot] fe8a2e36c3 Merge staging-next into staging 2026-07-12 18:20:06 +00:00
Austin Horstman 34c1ce7ebb vimPlugins.nvim-jdtls: add python3 to runtimeDeps 2026-07-11 20:52:22 -05:00
R. Ryantm 6cbdc11793 vim: 9.2.0541 -> 9.2.0782 2026-07-11 20:45:41 +00: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
nixpkgs-ci[bot] f255ed405b Merge master into staging-next 2026-07-07 18:41:28 +00:00
Marc Jakobi 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
Marc Jakobi c47d38d802 vimacs: drop 2026-07-07 19:31:00 +02:00
nixpkgs-ci[bot] d1d955afb1 Merge master into staging-next 2026-07-07 00:38:46 +00: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
nixpkgs-ci[bot] f185090602 Merge master into staging-next 2026-07-06 18:39:05 +00:00