github-actions[bot]
6ef8ec38ed
Merge staging-next into staging
2024-09-24 12:05:42 +00:00
github-actions[bot]
bcd5388d39
Merge master into staging-next
2024-09-24 12:05:12 +00:00
nvimtor
fc1402425f
vimPlugins.aider-nvim: init at 2023-10-22
2024-09-24 10:36:21 +02:00
Gaétan Lepage
b4a4679372
vimPlugins.render-markdown-nvim: remove unneeded nvim-treesitter dependency ( #344143 )
2024-09-24 16:29:50 +08:00
Gaetan Lepage
b4cde4d7f1
luaPackages.neorg: init at 9.1.1-1
...
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-09-24 10:06:58 +02:00
github-actions[bot]
3cc1935cd9
Merge staging-next into staging
2024-09-24 06:05:33 +00:00
github-actions[bot]
f1436633c1
Merge master into staging-next
2024-09-24 06:05:07 +00:00
Aleksana
804a1802dd
vimPlugins.render-markdown-nvim: add nvim-treesitter dependency ( #343557 )
2024-09-24 11:18:56 +08:00
Gaetan Lepage
0ed2854362
vimPlugins.render-markdown-nvim: add nvim-treesitter dependency
2024-09-23 14:19:50 +02:00
Matthieu C.
e9f4eb9728
buildVimPlugin: enable structuredAttrs
...
it's a cool feature, let's enable it before release to find issues early
the neovimRequireCheckHook needed changes since now 'dependencies' is
seen as a bash array instead of a string:
1. we first expand it as a string
2. we replace ' ' with ',' (as before)
2024-09-23 11:23:24 +02:00
Matthieu C.
37575b3022
buildVimPlugin: deprecate addRtp
...
it has been doing nothing for a few years now. I doubt it's being used anywhere outside nixpkgs. Will remove it after release
2024-09-23 11:23:05 +02:00
Fabián Heredia Montiel
9b2a506736
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Matthieu Coudron
57bbd52af5
packages luarocks updater as pyproject package ( #343584 )
...
* luarocks-packages-updater: convert into pyproject package
* pluginupdate: move to its own folder
so we can copy just the folder when using this as a module
* luarocks-packages-updater: adress review
2024-09-22 21:15:41 +02:00
Matthieu Coudron
423788f5b8
buildNeovimPlugin: pass a derivation to luaAttr ( #343564 )
...
* buildNeovimPlugin: pass a derivation to luaAttr
and deprecate passing a string.
Passing a string is not a typical/good nixpkgs habit. We want to give more control on
which attribute to wrap, without having to add it to the lua package set
necessarily.
* vimPlugins: update plugin with new syntax
buildNeovimPlugin now accepts derivations instead of the lua package name. This PR reflects the change
2024-09-22 20:01:56 +02:00
Gaetan Lepage
d76fe5b2cb
vimPlugins.codesnap-nvim: 1.6.0 -> 1.6.1
...
Diff: https://github.com/mistricky/codesnap.nvim/compare/refs/tags/v1.6.0...v1.6.1
Changelog: https://github.com/mistricky/codesnap.nvim/releases/tag/v1.6.1
2024-09-22 18:41:24 +02:00
Gaetan Lepage
29a41744f6
vimPlugins.render-markdown-nvim: fix broken alias
2024-09-21 21:49:47 +02:00
github-actions[bot]
754402a237
Merge staging-next into staging
2024-09-21 00:13:41 +00:00
Gaétan Lepage
aa63a434d2
vimPlugins.earthly-vim: init at 2024-04-02 ( #340732 )
2024-09-20 23:05:09 +02:00
github-actions[bot]
7fc19ff961
Merge staging-next into staging
2024-09-20 18:05:01 +00:00
DataHearth
727404bba3
vimPlugins.earthly-vim: init at 2024-04-02
2024-09-20 18:58:01 +02:00
Gaétan Lepage
7dae93e1b8
luaPackages/vimPlugins: update on 2024-09-16 ( #342196 )
2024-09-20 18:33:03 +02:00
github-actions[bot]
1f0ce6a4e5
Merge staging-next into staging
2024-09-19 12:05:50 +00:00
Gaétan Lepage
cd7078f7ce
vimPlugins.vim-jjdescription: init at 2024-05-28 ( #342768 )
2024-09-19 08:15:41 +02:00
github-actions[bot]
f8ad48a5a2
Merge staging-next into staging
2024-09-19 00:14:04 +00:00
Gaétan Lepage
de24beec33
vimPlugins.syntax-tree-surfer: init at 2023-10-06 ( #340744 )
2024-09-18 21:44:24 +02:00
Joshua Peek
f62493c037
Add vimPlugins.mini-*
2024-09-18 08:58:30 -07:00
Austin Horstman
f1fcb9708b
vimPlugins: update treesitter grammars
2024-09-18 08:54:53 -05:00
Austin Horstman
c74dd26cc1
vimPlugins: update on 2024-09-16
2024-09-18 08:54:53 -05:00
jecaro
2d18277531
vimPlugins.vim-jjdescription: init at 2024-05-28
2024-09-18 14:42:16 +02:00
github-actions[bot]
b638e02a58
Merge staging-next into staging
2024-09-18 00:13:59 +00:00
linsui
cda53f6437
vimPlugins.render-markdown: rename to render-markdown.nvim
2024-09-17 23:24:45 +08:00
github-actions[bot]
73cf025711
Merge staging-next into staging
2024-09-17 12:05:50 +00:00
Gaetan Lepage
13076ec262
vimPlugins.sg-nvim: 2024-09-09 -> 2024-09-17; fix
2024-09-17 10:45:21 +02:00
Gaétan Lepage
e2d5fc9fbd
vimPlugins.tssorter-nvim: init at 2024-08-16 ( #338321 )
2024-09-17 10:40:32 +02:00
Gaétan Lepage
c19c4b0fb3
vimPlugins.sniprun: 1.3.15 -> 1.3.16 ( #342361 )
2024-09-17 10:38:13 +02:00
Gaetan Lepage
e6c375f305
vimPlugins.sniprun: 1.3.15 -> 1.3.16
...
Diff: https://github.com/michaelb/sniprun/compare/refs/tags/v1.3.15...v1.3.16
Changelog: https://github.com/michaelb/sniprun/releases/tag/v1.3.16
2024-09-17 09:47:31 +02:00
Alison Jenkins
5f2fe08418
vimPlugins.tailwind-tools-nvim: init at 2024-09-15
2024-09-16 20:06:41 +01:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging
2024-09-16 18:04:57 +00:00
Gaétan Lepage
209272d498
vimPlugins.avante-nvim: Init at 2024-09-15 ( #339921 )
2024-09-16 15:36:48 +02:00
github-actions[bot]
1c3463dc7a
Merge staging-next into staging
2024-09-16 12:06:19 +00:00
Gaétan Lepage
59debcbe59
vimPlugins.nvim-rip-substitute: init at 2024-08-30 ( #340531 )
2024-09-16 13:59:59 +02:00
Reinis Taukulis
2f227e4ff5
vimPlugins.avante-nvim: Init at 2024-09-15
2024-09-16 12:03:01 +03:00
Reinis Taukulis
b8581496df
neovimRequireCheckHook: Fix dependency list
...
Only the first space in $dependencies was subsituted.
https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion
> ${parameter/pattern/string}
> ${parameter//pattern/string}
> ${parameter/#pattern/string}
> ${parameter/%pattern/string}
> ...
> In the first form above, only the first match is replaced. If
> there are two slashes separating parameter and pattern (the second form
> above), all matches of pattern are replaced with string.
2024-09-16 11:37:19 +03:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging
2024-09-15 12:05:26 +00:00
Gaétan Lepage
36e512b952
vimPlugins.git-worktree-nvim: add plenary dependency ( #341864 )
2024-09-15 12:23:30 +02:00
github-actions[bot]
e2e6ce14a1
Merge staging-next into staging
2024-09-15 00:15:46 +00:00
Gaétan Lepage
c6e077b0b2
vimPlugins.lze: init at 0.1.1 ( #339387 )
2024-09-14 20:32:40 +02:00
Austin Horstman
fe89dcbcef
vimPlugins.git-worktree-nvim: add plenary dependency
2024-09-14 10:34:35 -05:00
BirdeeHub
6b1aa6159f
vimPlugins.lze: init at 0.1.1
...
I made this, and I almost completely deleted it because I was fully
on board with lz-n again. However, I have been using it and lz-n
simultaneosly and trying them out.
I wish to publish lze after all. I like it a lot.
It works completely differently from lz-n and has a different handler
api, but has a similar plugin spec.
Update pkgs/development/lua-modules/overrides.nix
Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-09-13 16:47:37 -07:00
PopeRigby
892944ffa7
vimPlugins.tssorter-nvim: init at 2024-08-16
2024-09-13 13:21:01 -07:00
github-actions[bot]
2616bf59e4
Merge staging-next into staging
2024-09-13 12:05:50 +00:00
Gaétan Lepage
da8415506f
Revert "vimPlugins.nvim-treesitter: collate grammars" ( #341079 )
2024-09-13 13:38:38 +02:00
Philip Taron
e630216c6b
[staging] perl: 5.38.2 -> 5.40.0 ( #333286 )
...
After discussing on Matrix in the [#staging](https://matrix.to/#/#staging:nixos.org ) room, I'm merging this as-is without waiting for changes to the `enableParallelBuilding = false;` line.
There are several in-the-wings PRs (one from @emilazy) that attempt to bring load-limit, which is a more sensible accounting of the work that a derivation is doing, into Nix itself. If and when that lands, we'll be able to just set `enableParallelBuilding = true;` again, without any specific casing around the `NIX_BUILD_CORES` stdenv variable.
2024-09-12 16:22:26 -07:00
github-actions[bot]
83e85079ff
Merge staging-next into staging
2024-09-12 18:04:48 +00:00
Gaétan Lepage
336c5dc9ef
vimPlugins.gina-vim: rename plugin to fix alias ( #341309 )
2024-09-12 17:43:11 +02:00
Gaétan Lepage
f1ca6cb56f
vimPlugins.vim-zscript: init at 2023-10-02 ( #339710 )
2024-09-12 17:34:02 +02:00
Gaetan Lepage
5475c70ea5
vimPlugins.gina-vim: fix by renaming to vim-gina
2024-09-12 15:27:48 +02:00
Gaetan Lepage
55de2fbfda
vimPlugins.himalaya-vim: fix url
2024-09-12 14:45:33 +02:00
github-actions[bot]
76f4ef688d
Merge staging-next into staging
2024-09-12 06:05:16 +00:00
PopeRigby
ef0222642c
vimPlugins.vim-zscript: init at 2023-10-02
2024-09-11 11:35:31 -07:00
PerchunPak
395d9b67e3
vimPlugins: truly resolve github repository redirects
...
In the update script, there was a bug where some deprecations in
`deprecated.json` were not deleted from the index file. And everything
the script did was updating deprecation dates.
This commit properly updates deprecated plugins and modifies dates to
actual ones.
2024-09-11 12:35:34 -05:00
Austin Horstman
cdc18ad994
vimPlugins.nvim-treesitter: update grammars
2024-09-11 12:35:34 -05:00
Austin Horstman
93a685d427
vimPlugins: update on 2024-09-11
2024-09-11 12:35:34 -05:00
PerchunPak
98ca865c9d
vimPlugins.nvim-treesitter: add workaround for #332580
...
A #319233 accidentally reverted #321550 . Last one caused a very annoying
regression to any Nix user (see #332580 ). I suppose this is a bug in
upstream grammar, so I workaround it this way until it is properly
resolved.
2024-09-10 21:25:57 +02:00
PerchunPak
7fc75e0242
Revert "vimPlugins.nvim-treesitter: collate grammars"
...
This reverts PR #319233 . It caused a lot of weird regressions and a lot
of headaches for me. Even a 20% improvement isn't worth it.
Also see https://github.com/NixOS/nixpkgs/pull/319233#issuecomment-2339271761
2024-09-10 06:34:47 +02:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging
2024-09-10 00:13:45 +00:00
github-actions[bot]
6811659137
Merge master into staging-next
2024-09-10 00:13:21 +00:00
traxys
d0142ea83c
vimPlugins.diagram-nvim: init at 2024-08-30
2024-09-09 22:16:39 +02:00
Callum Leslie
c5e664b7f2
vimPlugins.syntax-tree-surfer: init at 2023-10-06
2024-09-09 12:02:12 +01:00
linsui
89795ca293
vimPlugins.nvim-rip-substitute: init at 2024-08-30
2024-09-08 22:53:29 +08:00
github-actions[bot]
14cae7d650
Merge staging-next into staging
2024-09-08 12:05:15 +00:00
github-actions[bot]
3eeaa2e678
Merge master into staging-next
2024-09-08 12:04:49 +00:00
André Vitor de Lima Matos
597e1df3e5
vimPlugins: fix advanced-git-search-nvim override
2024-09-08 13:16:17 +02:00
github-actions[bot]
6dfa6f38c7
Merge staging-next into staging
2024-09-08 06:04:48 +00:00
github-actions[bot]
69276ad883
Merge master into staging-next
2024-09-08 06:04:18 +00:00
OTABI Tomoya
15ecc60006
coc-clangd: migrate from nodePackages ( #323476 )
2024-09-08 10:08:56 +09:00
OTABI Tomoya
ad60caf890
coc-pyright: migrate from nodePackages ( #327171 )
2024-09-08 10:03:49 +09:00
Marcus Ramberg
0724f3cc56
macvim: 178 -> 179, perl536 -> perl540
2024-09-07 19:09:51 +02:00
Philip Taron
4160ccc634
treewide: handle *Phases
variables __structuredAttrs
-agnostically ( #339117 )
2024-09-07 09:17:57 -07:00
github-actions[bot]
079813d5c4
Merge master into staging-next
2024-09-06 18:03:54 +00:00
Perchun Pak
44e71aeffd
vimPlugins.ranger-nvim: fix wrong patching
2024-09-06 12:42:27 +02:00
github-actions[bot]
769b11176d
Merge master into staging-next
2024-09-05 18:03:49 +00:00
github-actions[bot]
563bb0fbc2
Merge master into staging-next
2024-09-04 18:04:23 +00:00
PerchunPak
ad67b0f76a
vimPlugins.nvim-treesitter: workaround for duplicate grammars
...
See https://github.com/NixOS/nixpkgs/pull/339076#issuecomment-2329585080
2024-09-04 19:03:23 +02:00
OTABI Tomoya
b37c9c30e8
vimPlugins: add ddc.vim and related plugins ( #293289 )
2024-09-04 22:32:51 +09:00
github-actions[bot]
9b619f2f77
Merge master into staging-next
2024-09-03 12:05:18 +00:00
Gaétan Lepage
4355678360
vimPlugins.lsp-progress-nvim: init at 1.0.13-1 ( #337717 )
2024-09-03 08:08:00 +02:00
K900
1ca2d1d4e2
[staging-next] vim: 9.1.0689 -> 9.1.0707 ( #339177 )
2024-09-03 08:33:17 +03:00
Yueh-Shun Li
054c5f0e10
treewide: handle preDistPhases __structuredAttrs-agnostically
...
Always specify the preDistPhases attribute as a list instead of a string.
Append elements to the preDistPhases Bash variable using appendToVar
instead of string or Bash array concatenation.
Handle element insertion before a specific element using string
substitution as before, but handle both structured and unstructured
attributes.
2024-09-03 05:33:59 +08:00
Gaétan Lepage
48a3af7fc1
vimPlugins.nvim-various-textobjs: init at 2024-08-17 ( #338626 )
2024-09-02 23:22:35 +02:00
Gutyina Gergő
341610082b
vimPlugins.lsp-progress-nvim: init at 1.0.13-1
2024-09-01 15:24:33 +02:00
Thomas Gerbet
90534869fb
vim: 9.1.0689 -> 9.1.0707
...
Fixes 2 heap-buffer-overflows (GHSA-4ghr-c62x-cqfh / CVE-2024-43802, GHSA-wxf9-c5gx-qrwr).
https://www.openwall.com/lists/oss-security/2024/08/31/1
https://www.openwall.com/lists/oss-security/2024/08/25/1
2024-08-31 23:00:54 +02:00
Vinny Meller
976da7242c
vimPlugins.nvim-various-textobjs: init at 2024-08-17
2024-08-31 09:38:43 -04:00
github-actions[bot]
d83e365b06
Merge master into staging-next
2024-08-29 18:04:21 +00:00
toastal
7d2defc583
Revert "vimPlugins.lualine-nvim: add nvim-web-devicons dependency"
...
This reverts commit 7bbb7d34a1
@
https://github.com/NixOS/nixpkgs/pull/337579
The premise that the docs shows this as a requirement is incorrect. The
docs state that it is optional saying
> " If you want to have icons in your statusline choose one of these
*If* is the keyword here.
2024-08-29 19:32:24 +07:00
github-actions[bot]
e7712f7a07
Merge master into staging-next
2024-08-27 12:05:14 +00:00
Austin Horstman
7bbb7d34a1
vimPlugins.lualine-nvim: add nvim-web-devicons dependency
...
Listed as a requirement on their documentation
https://github.com/nvim-lualine/lualine.nvim
2024-08-26 17:53:42 -05:00
github-actions[bot]
132f2322d0
Merge master into staging-next
2024-08-26 12:05:25 +00:00
Robert Hensing
e184358796
Merge pull request #326430 from tweag/formatting-rebuild-fixes
...
Prevent some rebuilds for future Nix reformats
2024-08-26 12:48:52 +02:00
github-actions[bot]
d6ec3d9fd7
Merge master into staging-next
2024-08-26 00:13:15 +00:00
Pyrox
eaff6e79d4
coc-pyright: migrate from nodePackages
2024-08-25 17:30:39 -04:00
Gaétan Lepage
f8831f3a33
Merge pull request #330224 from redxtech/init-vimPlugins.moveline-nvim
...
vimPlugins.moveline-nvim: init at 2023.06.06
2024-08-25 23:28:57 +02:00
Gabe Dunn
f6be3f0973
vimPlugins.moveline-nvim: init at 2023.06.06
2024-08-25 13:50:57 -06:00
github-actions[bot]
42a36f336d
Merge master into staging-next
2024-08-25 18:03:42 +00:00
Gaetan Lepage
e69fc881bb
vimPlugins.sg-nvim: mark as broken
2024-08-25 18:13:36 +02:00
K900
b76567c281
Merge remote-tracking branch 'origin/master' into staging-next
2024-08-25 15:20:44 +03:00
nebunebu
8b999c92cd
vimPlugins.cellular-automation-nvim: init at 2024-06-30
2024-08-25 14:07:26 +02:00
ptdewey
192bd3730c
vimPlugins.darkearth-nvim: init at 2024-07-19
2024-08-25 13:55:08 +02:00
Gaétan Lepage
5715b0743d
Merge pull request #335477 from DylanBulfin/smart-move
...
vimPlugins.smart-open-nvim: init at 2024-06-12
2024-08-25 10:55:14 +02:00
Silvan Mosberger
323012ced2
vimPluginsUpdater: Format files with nixfmt
...
This is a rare case of a Nix file actually ending up in the build result.
We reformat this now, causing a rebuild, so that we won't cause a rebuild
in the treewide reformatting PR.
2024-08-25 04:59:10 +02:00
github-actions[bot]
981c565848
Merge master into staging-next
2024-08-25 00:14:11 +00:00
Gaétan Lepage
af44a237cf
Merge pull request #302900 from Xelden/netrw-nvim
...
vimPlugins.netrw-nvim: init at 2024-03-12
2024-08-25 01:37:37 +02:00
Franz Pletz
24a34ccee1
Merge pull request #319233 from stephen-huan/nvim-treesitter-collate
2024-08-25 01:27:38 +02:00
github-actions[bot]
64dfaf32be
Merge master into staging-next
2024-08-24 12:04:30 +00:00
PerchunPak
f000d70634
vimPlugins.peskcolor-vim: remove
...
Upstream went missing
2024-08-24 11:29:18 +02:00
Euan Kemp
31958e50af
vimPlugins: update ddc-* plugins
2024-08-24 03:17:45 +09:00
Euan Kemp
067065d5fb
vimPlugins.ddc-ui-pum: init at 2023-10-07
2024-08-24 03:17:45 +09:00
Euan Kemp
ebdf5e9126
vimPlugins.ddc-ui-native: init at 2024-01-10
2024-08-24 03:17:45 +09:00
Euan Kemp
fde6c03762
vimPlugins.ddc-filter-sorter_rank: init at 2023-09-11
2024-08-24 03:17:45 +09:00
Euan Kemp
64e3bc78e9
vimPlugins.ddc-filter-matcher_head: init at 2023-12-25
2024-08-24 03:17:45 +09:00
Euan Kemp
14cefb1028
vimPlugins.ddc-source-lsp: init at 2024-01-15
2024-08-24 03:17:45 +09:00
Euan Kemp
656a7235d6
vimPlugins.ddc-vim: init at 2024-02-09
2024-08-24 03:17:45 +09:00
github-actions[bot]
1f86c1b2e8
Merge master into staging-next
2024-08-23 18:04:09 +00:00
Matthieu Coudron
0f40abe5b6
Merge pull request #312311 from gepbird/middleclass-fix
...
vimPlugins.middleclass: build from lua package; vimPlugins.{animation,windows}-nvim: fix deps
2024-08-23 17:46:06 +02:00
github-actions[bot]
ceef45b437
Merge master into staging-next
2024-08-23 12:05:14 +00:00
Dylan Bulfin
91098b26e2
vimPlugins.smart-open-nvim: init at 2024-08-18
2024-08-23 07:33:14 -04:00
Gaetan Lepage
5b36ae93b0
vimPlugins.nvim-dap-rr: init at 2024-07-10
2024-08-23 13:21:48 +02:00
Gaétan Lepage
7e6c44f638
Merge pull request #333325 from giodamelio/giodamelio-init-vim-plugin-stay-centered
...
vimPlugins.stay-centered-nvim: init at 2024-04-13
2024-08-23 13:20:03 +02:00
Gaétan Lepage
06f1ee146f
Merge pull request #335126 from elythh/feat-init-comment-box-nvim
...
vimPlugins.comment-box-nvim: init at v1.0.2
2024-08-23 13:18:31 +02:00
Marc Jakobi
b370d4cb93
vimPlugins.rtp-nvim: init at 1.1.0
2024-08-23 12:42:29 +02:00
PerchunPak
2c16fd0449
vimPlugins.ranger-nvim: init at 2024-02-09
2024-08-23 12:31:01 +02:00
nebunebu
79b9459370
vimPlugins.helpview-nvim: init at 2024-08-12
2024-08-23 12:18:12 +02:00
Marc Jakobi
3fa807ef33
vimPlugins.lzn-auto-require: init at 0.1.0
2024-08-23 12:16:32 +02:00
Gutyina Gergő
cba879ba22
vimPlugins.windows-nvim: fix middleclass dependency and check
2024-08-23 10:47:25 +02:00
Gutyina Gergő
ee143910b7
vimPlugins.animation-nvim: add middleclass dependency and check
2024-08-23 10:43:41 +02:00
Gutyina Gergő
f81d55a089
vimPlugins.middleclass: build neovim plugin from lua package
2024-08-23 10:33:30 +02:00
Vladimír Čunát
2ecdea05e7
Merge #336642 : vim: 9.1.0679 -> 9.1.0689
...
...into staging
2024-08-23 07:02:56 +02:00
github-actions[bot]
eb0aa91a48
Merge staging-next into staging
2024-08-23 00:13:10 +00:00
Thomas Gerbet
cc390828ef
vim: 9.1.0679 -> 9.1.0689
...
Fixes GHSA-v2x2-cjcg-f9jm
https://www.openwall.com/lists/oss-security/2024/08/22/3
2024-08-23 00:38:42 +02:00
Gaétan Lepage
4a1c8b8257
Merge pull request #267414 from taranarmo/add-vim-emacs-bindings-plugin
...
vimPlugins.vim-emacs-bindings: init at 2016-10-07
2024-08-22 23:30:11 +02:00
Gaétan Lepage
1dccac6fa5
Merge pull request #293288 from euank/vim-plugin-pum
...
vimPlugins.pum-vim: init at 2024-01-18
2024-08-22 23:23:48 +02:00
Martin Weinelt
c0a12dc762
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 21:34:11 +02:00
Sergey Volkov
f39ae56808
vimPlugins.vim-emacs-bindings: init at 2016-10-07
2024-08-22 20:36:46 +02:00
Gaétan Lepage
6253ab7461
Merge pull request #266892 from vhsconnect/init-themedtabs.nvim
...
vimPlugins.themed-tabs-nvim: init at 2023-11-09
2024-08-22 20:12:30 +02:00
github-actions[bot]
3eb04240cf
Merge staging-next into staging
2024-08-22 18:04:25 +00:00
Gaétan Lepage
3a63fea3aa
Merge pull request #260055 from heywoodlh/vim-pets
...
vimPlugins.vim-pets: init
2024-08-22 20:04:22 +02:00
Gaétan Lepage
29e4620643
Merge pull request #296171 from DanNixon/vim-habamax
...
vimPlugins.vim-habamax: init at 2024-01-22
2024-08-22 18:56:57 +02:00
Euan Kemp
c9de427c19
vimPlugins.pum-vim: init at 2024-08-17
2024-08-23 01:32:12 +09:00
heywoodlh
21481c7aaf
vimPlugins.vim-pets: init at 2024-07-26
2024-08-22 09:59:35 -06:00
K900
5c68540f8b
Merge remote-tracking branch 'origin/staging-next' into staging
2024-08-22 13:20:38 +03:00