Commit Graph
737435 Commits
Author SHA1 Message Date
R. Ryantm 91c0a313d5 mieru: 3.10.0 -> 3.11.0 2025-01-13 07:27:12 +00:00
R. RyantmandEmery Hemingway 48a95e4cbb papeer: 0.8.2 -> 0.8.3 2025-01-13 06:02:05 +00:00
R. RyanTMandGitHub 171cf4b6ca roddhjav-apparmor-rules: 0-unstable-2024-12-25 -> 0-unstable-2025-01-12 (#373363) 2025-01-13 10:47:49 +05:30
Nick CaoandGitHub b55dbc3fe4 python313Packages.flask-marshmallow: 1.2.1 -> 1.3.0 (#373155) 2025-01-12 23:25:12 -05:00
226ba76998 stylelint: 16.12.0 -> 16.13.0 (#373216)
Co-authored-by: momeemt <me@momee.mt>
2025-01-13 03:18:16 +00:00
7401f56b0e tflint: 0.54.0 -> 0.55.0 (#373328)
Co-authored-by: momeemt <me@momee.mt>
2025-01-13 03:01:14 +00:00
OTABI TomoyaandGitHub 7545924f73 python312Packages.meinheld: fix build with GCC (#373119) 2025-01-13 11:57:52 +09:00
09858bf78b streamlink: 7.1.1 -> 7.1.2 (#373269)
Co-authored-by: DeeUnderscore <d.anzorge@gmail.com>
2025-01-13 01:34:53 +00:00
7c6f434candGitHub 50e93796c9 remind: 5.01.01 -> 5.02.02 (#373286) 2025-01-13 01:22:33 +00:00
cfa65e7553 aws-lc: 1.39.0 -> 1.42.0 (#369942)
Co-authored-by: theoparis <theo@tinted.dev>
2025-01-13 00:55:18 +00:00
R. Ryantm 8eafc30b44 tflint: 0.54.0 -> 0.55.0 2025-01-13 00:41:14 +00:00
EmilyandGitHub a2482da61b apko: 0.22.4 -> 0.22.6 (#371663) 2025-01-13 01:40:02 +01:00
EmilyandGitHub 3b1fbfa8a9 forgejo-runner: 5.0.4 -> 6.0.1 (#373033) 2025-01-13 01:39:11 +01:00
1876aa1c59 blade-formatter: 1.41.1 -> 1.42.0 (#373254)
Co-authored-by: lelgenio <lelgenio@lelgenio.com>
2025-01-13 00:20:06 +00:00
5327c2ee2f violet: 0.5.1 -> 0.5.2 (#373232)
Co-authored-by: oluceps <oluceps@users.noreply.github.com>
2025-01-13 00:16:16 +00:00
wxt 318850fcd7 python313Packages.flask-marshmallow: 1.2.1 -> 1.3.0 2025-01-13 08:08:17 +08:00
Peder Bergebakken SundtandGitHub ebc074d89f tiramisu: 2.0-unstable-2023-03-29 -> 2.0.20240610 (#371038) 2025-01-13 00:18:50 +01:00
Peder Bergebakken SundtandGitHub 5d06898f18 migrate-to-uv: init at 0.2.1 (#372744) 2025-01-13 00:08:27 +01:00
Gaétan LepageandGitHub fc6b5c7cd8 vimPlugins.blink-cmp: use sharedLibrary extension (#373302) 2025-01-12 23:55:50 +01:00
K900andGitHub 52c82fa049 enlightenment.efl: revert from libgbm to mesa to fix the build (#373308) 2025-01-13 01:54:36 +03:00
Gaétan LepageandGitHub 0066e2f473 vimPlugins.nvim-treesitter: remove explicit nvimRequireCheck (#373305) 2025-01-12 23:50:42 +01:00
Sergei Trofimovich 566063bf6d enlightenment.efl: revert from libgbm to mesa to fix the build
Without the change the build fails as
https://hydra.nixos.org/build/282796393:

    In file included from ../src/modules/evas/engines/gl_drm/evas_engine.c:2:
    ../src/modules/evas/engines/gl_drm/evas_engine.h:24:11: fatal error: EGL/eglmesaext.h: No such file or directory
       24 | # include <EGL/eglmesaext.h>
          |           ^~~~~~~~~~~~~~~~~~
2025-01-12 22:47:11 +00:00
Thiago Kenji OkadaandGitHub ba30dde64b mame: fix on darwin (#371422) 2025-01-12 22:46:40 +00:00
Gaétan LepageandGitHub 8fae40e41f openlinkhub: 0.4.4 -> 0.4.5 (#371438) 2025-01-12 23:46:24 +01:00
Austin Horstman f586e09b8f vimPlugins.blink-cmp: use sharedLibrary extension
Use builtin detection
2025-01-12 16:46:00 -06:00
Gaétan LepageandGitHub bc5c5a9d2c maskprocessor: init at 0.73 (#371349) 2025-01-12 23:44:13 +01:00
Gaétan LepageandGitHub 4ffc9a9278 vimPlugins.moveline-nvim: fix darwin support (#373298) 2025-01-12 23:41:39 +01:00
Austin Horstman c4e01e26fc vimPlugins.nvim-treesitter: remove explicit nvimRequireCheck 2025-01-12 16:39:40 -06:00
Ethan Carter Edwards d4b5a6b19c maskprocessor: init at 0.73
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2025-01-12 17:33:57 -05:00
Matthieu C. 3f2423e8a8 doc/neovim: move neovim to its own section
I wanted to add instructions on how to configure neovim via the new
wrapper but it was difficult mixing this with both the vim and old
wrapper.
Neovim differs enough from vim to warrant its own section IMO:
1. its wrapper is different (old wrapper close to vim's syntax, new one
   not so much)
2. treesitter is unique to neovim
3. the section about neovim plugins is unique to neovim as well. Not
   only that but it needs to expanded.

At some point the doc unique to vim is going to exceed vim's.
We can refer to vim's section to avoid duplication where it makes sense.
2025-01-12 23:33:32 +01:00
Gaétan LepageandGitHub 5d36278a29 vimPlugins: remove explicit nvimRequireCheck pt2 (#373283) 2025-01-12 23:30:36 +01:00
Arne KellerandGitHub e8afe8de44 sqlx-cli: 0.8.2 -> 0.8.3 (#373037) 2025-01-12 23:29:12 +01:00
Austin Horstman 2749f3be5a vimPlugins.moveline-nvim: fix darwin support 2025-01-12 16:28:44 -06:00
Arne KellerandGitHub 48962e31ce unifi: 8.6.9 -> 9.0.108 (#371428) 2025-01-12 23:22:42 +01:00
Arne KellerandGitHub eb00662716 lmstudio: 0.3.5 -> 0.3.6 (#372738) 2025-01-12 23:22:06 +01:00
Arne KellerandGitHub c725d24236 himalaya: 1.0.0-beta.4 -> 1.1.0 (#373026) 2025-01-12 23:20:47 +01:00
Arne KellerandGitHub 8420c1f518 actual-server: 24.12.0 -> 25.1.0 (#371818) 2025-01-12 23:10:35 +01:00
Nikolay KorotkiyandGitHub 11c78dd547 tootik: 0.14.0 -> 0.15.0 (#373281) 2025-01-13 02:10:17 +04:00
Austin Horstman 287f69e9d5 vimPlugins.sniprun: remove explicit nvimRequireCheck 2025-01-12 16:09:41 -06:00
Austin Horstman 7673412bb5 vimPlugins.nvim-spectre: remove explicit nvimRequireCheck 2025-01-12 16:08:55 -06:00
Austin Horstman 4f9026c30b vimPlugins.cord-nvim: remove explicit nvimRequireCheck 2025-01-12 15:53:51 -06:00
Austin Horstman cf783dcb76 vimPlugins.codesnap-nvim: remove explicit nvimRequireCheck 2025-01-12 15:53:12 -06:00
Austin Horstman 1c0cb7067b vimPlugins.blink-cmp: remove explicit nvimRequireCheck 2025-01-12 15:52:23 -06:00
Nikolay Korotkiy 7beef8d464 tootik: 0.14.1 → 0.15.0 2025-01-13 01:44:29 +04:00
Robert ScottandGitHub 0581f46777 elfutils: rebase cxx-header-collision.patch (#370365) 2025-01-12 21:32:17 +00:00
Alexis Hildebrandt e7ed322e3b remind: 5.01.01 -> 5.02.02 2025-01-12 22:15:18 +01:00
Austin Horstman e5c3b3874a vimPlugins.avante-nvim: remove explicit nvimRequireCheck 2025-01-12 15:05:52 -06:00
R. Ryantm 38df913e71 tootik: 0.14.0 -> 0.14.1 2025-01-12 20:55:57 +00:00
Weijia WangandGitHub 320649722a wxsqlite3: 4.10.0 -> 4.10.1 (#373272) 2025-01-12 21:52:31 +01:00
SandroandGitHub ab9b445d06 nixos/ytdl-sub: init module (#369990) 2025-01-12 21:42:47 +01:00