diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 70e45094f269..b9599f4a2e66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -392,14 +392,10 @@ Here is a Git history diagram showing the flow of commits between the three bran } }%% gitGraph commit id:" " - branch staging-next branch staging + commit id:" " + branch staging-next - checkout master - checkout staging - checkout master - commit id:" " - checkout staging-next merge master id:"automatic" checkout staging merge staging-next id:"automatic " @@ -659,9 +655,11 @@ This goes hand in hand with [Writing good commit messages](#writing-good-commit- For the code quality assessment, you cannot do anything yourself as only the committer can do this and they already have your code to look at. In order to minimise the need for back and forth though, do take a look over your code changes yourself and try to put yourself into the shoes of someone who didn't just write that code. -Would you immediately know what the code does by glancing at it? +Would you immediately know what the code does or why it is needed by glancing at it? If not, reviewers will notice this and will ask you to clarify the code by refactoring it and/or adding a few explanations in code comments. Doing this preemptively can save you and the committer a lot of time. +To better convey the "story" of your change, consider dividing your change into multiple atomic commits. +There is a balance to strike however: over-fragmentation causes friction. The code artefacts are the hardest for committers to assess because PRs touch all sorts of components: applications, libraries, NixOS modules, editor plugins and many many other things. Any individual committer can only really assess components that they themselves know how to use however and yet they must still be convinced somehow. @@ -689,7 +687,9 @@ Ask them nicely whether they still intend to review your PR and find yourself an ### How can I get a committer to look at my PR? -- Simply wait. Reviewers frequently browse open PRs and may happen to run across yours and take a look. +- Improve skimmability: use a simple descriptive PR title (details go in commit titles) outlining _what_ is done and _why_. +- Improve discoverability: apply all relevant labels, tick all relevant PR body checkboxes. +- Wait. Reviewers frequently browse open PRs and may happen to run across yours and take a look. - Get non-committers to review/approve. Many committers filter open PRs for low-hanging fruit that are already been reviewed. - [@-mention](https://github.blog/news-insights/mention-somebody-they-re-notified/) someone and ask them nicely - Post in one of the channels made for this purpose if there has been no activity for at least one week @@ -710,7 +710,7 @@ Don't worry about it. If there is a build failure however and it happened due to a package related to your change, you need to investigate it of course. If ofBorg reveals the build to be broken on some platform and you don't have access to that platform, you should set your package's `meta.broken` accordingly. -When in any doubt, please simply ask via a comment in your PR or through one of the help channels. +When in any doubt, please ask via a comment in your PR or through one of the help channels. ## I received a review on my PR, how do I get it over the finish line? @@ -730,6 +730,13 @@ There may be constraints you had to work with which they're not aware of or qual There are some further pitfalls and realities which this section intends to make you aware of. +### Aim to reduce cycles + +Please be prepared for it to take a while before the reviewer gets back to you after you respond. +This is simply the reality of community projects at the scale of Nixpkgs. +As such, make sure to respond to _all_ feedback, either by applying suggested changes or argue in favor of something else or no change. +It wastes everyone time waiting for a couple of days just for the reviewer to remind you to address something they asked for. + ### A reviewer requested a bunch of insubstantial changes on my PR The people involved in Nixpkgs care about code quality because, once in Nixpkgs, it needs to be maintained for many years to come. @@ -742,11 +749,11 @@ It is convention to mark review comments that are not critical to the PR as nitp As the PR author, you should still take a look at these as they will often reveal best practices and unwritten rules that usually have good reasons behind them and you may want to incorporate them into your modus operandi. Please keep in mind that reviewers almost always mean well here. -Their intent is not to denounce your code, they simply want your code to be as good as it can be. +Their intent is not to denounce your code, they want your code to be as good as it can be. Through their experience, they may also take notice of a seemingly insignificant issues that have caused significant burden before. Sometimes however, they can also get a bit carried away and become too perfectionistic. -If you feel some of the requests are unreasonable or merely a matter of personal preference, try to nicely remind the reviewers that you may not intend this code to be 100% perfect or that you have different taste in some regards and press them on whether they think that these requests are *critical* to the PR's success. +If you feel some of the requests are unreasonable, out of scope, or merely a matter of personal preference, try to nicely remind the reviewers that you may not intend this code to be 100% perfect or that you have different taste in some regards and press them on whether they think that these requests are *critical* to the PR's success. While we do have a set of [official standards for the Nix community](https://github.com/NixOS/rfcs/), we don't have standards for everything and there are often multiple valid ways to achieve the same goal. Unless there are standards forbidding the patterns used in your code or there are serious technical, maintainability or readability issues with your code, you can insist to keep the code the way you made it and disregard the requests. @@ -768,9 +775,11 @@ If someone left an approving review on your PR and didn't merge a few days later Please see it as your responsibility to actively remind reviewers of your open PRs. -The easiest way to do so is to simply cause them a Github notification. -Github notifies people involved in the PR when you add a comment to your PR, push your PR or re-request their review. +The easiest way to do so is to cause them a Github notification. +Github notifies people involved in the PR whenever you add a comment to your PR, push your PR or re-request their review. Doing any of that will get you people's attention again. +Everyone deserves proper attention, and yes that includes you! +However please be mindful that committers can sadly not always give everyone the attention they deserve. It may very well be the case that you have to do this every time you need the committer to follow up upon your PR. Again, this is a community project so please be mindful of people's circumstances here; be nice when requesting reviews again. diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 32e1faf84fa4..f44254be32e4 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -9733,6 +9733,12 @@ githubId = 3874017; name = "Jappie Klooster"; }; + jappie3 = { + name = "Jappie3"; + matrix = "@jappie:jappie.dev"; + github = "Jappie3"; + githubId = 42720120; + }; jaredmontoya = { name = "Jared Montoya"; github = "jaredmontoya"; @@ -18864,6 +18870,12 @@ githubId = 10908495; name = "Ran Xiao"; }; + ryan4yin = { + email = "xiaoyin_c@qq.com"; + github = "ryan4yin"; + githubId = 22363274; + name = "Ryan Yin"; + }; ryanartecona = { email = "ryanartecona@gmail.com"; github = "ryanartecona"; diff --git a/maintainers/scripts/luarocks-packages.csv b/maintainers/scripts/luarocks-packages.csv index f502e569aa43..5b1aed463def 100644 --- a/maintainers/scripts/luarocks-packages.csv +++ b/maintainers/scripts/luarocks-packages.csv @@ -1,16 +1,16 @@ name,rockspec,ref,server,version,luaversion,maintainers alt-getopt,,,,,,arobyn ansicolors,,,,,,Freed-Wu -bit32,,,,5.3.0-1,5.1,lblasc argparse,,,,,, basexx,,,,,, binaryheap,,,,,,vcunat +bit32,,,,5.3.0-1,5.1,lblasc busted,,,,,, busted-htest,,,,,,mrcjkb cassowary,,,,,,alerque cldr,,,,,,alerque -compat53,,,,,,vcunat commons.nvim,,,,,,mrcjkb +compat53,,,,,,vcunat cosmo,,,,,, coxpcall,,,,1.17.0-1,, cqueues,,,,,,vcunat @@ -50,6 +50,7 @@ lua-cjson,,,,,, lua-cmsgpack,,,,,, lua-curl,,,,,, lua-ffi-zlib,,,,,, +lua-iconv,,,,7.0.0,, lua-lsp,,,,,, lua-messagepack,,,,,, lua-protobuf,,,,,,lockejan @@ -62,6 +63,8 @@ lua-rtoml,https://raw.githubusercontent.com/lblasc/lua-rtoml/main/lua-rtoml-0.2- lua-subprocess,https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec,,,,5.1,scoder12 lua-term,,,,,, lua-toml,,,,,, +lua-utils.nvim,,,,,,mrcjkb +lua-yajl,,,,,,pstn lua-zlib,,,,,,koral lua_cliargs,,,,,, luabitop,https://raw.githubusercontent.com/teto/luabitop/master/luabitop-1.0.2-3.rockspec,,,,, @@ -97,12 +100,9 @@ luaunbound,,,,,, luaunit,,,,,,lockejan luautf8,,,,,,pstn luazip,,,,,, -lua-utils.nvim,,,,,,mrcjkb -lua-yajl,,,,,,pstn -lua-iconv,,,,7.0.0,, +lush.nvim,,,https://luarocks.org/dev,,,teto luuid,,,,20120509-2,, luv,,,,1.48.0-2,, -lush.nvim,,,https://luarocks.org/dev,,,teto lyaml,,,,,,lblasc lz.n,,,,,,mrcjkb lze,,,,,,birdee @@ -112,8 +112,8 @@ markdown,,,,,, mediator_lua,,,,,, middleclass,,,,,, mimetypes,,,,,, -mpack,,,,,, moonscript,https://raw.githubusercontent.com/leafo/moonscript/master/moonscript-dev-1.rockspec,,,,,arobyn +mpack,,,,,, neorg,,,,,,GaetanLepage neotest,,,,,,mrcjkb nlua,,,,,,teto @@ -126,10 +126,10 @@ plenary.nvim,https://raw.githubusercontent.com/nvim-lua/plenary.nvim/master/plen psl,,,,0.3,, rapidjson,,,,,, rest.nvim,,,,,5.1,teto -rocks.nvim,,,,,,mrcjkb -rocks-git.nvim,,,,,,mrcjkb rocks-config.nvim,,,,,,mrcjkb rocks-dev.nvim,,,,,,mrcjkb +rocks-git.nvim,,,,,,mrcjkb +rocks.nvim,,,,,,mrcjkb rtp.nvim,,,,,,mrcjkb rustaceanvim,,,,,,mrcjkb say,,,,,, @@ -139,10 +139,10 @@ std._debug,,,,,, std.normalize,,,,,, stdlib,,,,41.2.2,,vyp teal-language-server,,,http://luarocks.org/dev,,, -telescope.nvim,,,,,5.1, telescope-manix,,,,,, +telescope.nvim,,,,,5.1, tiktoken_core,,,,,,natsukium -tl,,,,,,mephistophiles +tl,,,,0.15.3-1,,mephistophiles toml-edit,,,,,5.1,mrcjkb tree-sitter-norg,,,,,5.1,mrcjkb vstruct,,,,,, diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index d524dcc839bb..2bdd389a03be 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -52,7 +52,7 @@ - The Rust rewrite of the `switch-to-configuration` program is now used for system activation by default. If you experience any issues, please report them. - The original Perl script can still be used for now by setting `system.switch.enableNg` to `false`. + The original Perl script is deprecated and is planned for removal in the 25.05 release. It will remain accessible until then by setting `system.switch.enableNg` to `false`. - Support for mounting filesystems from block devices protected with [dm-verity](https://docs.kernel.org/admin-guide/device-mapper/verity.html) was added through the `boot.initrd.systemd.dmVerity` option. diff --git a/nixos/modules/programs/wayland/sway.nix b/nixos/modules/programs/wayland/sway.nix index 7c5f49ce6d79..1fae6b120074 100644 --- a/nixos/modules/programs/wayland/sway.nix +++ b/nixos/modules/programs/wayland/sway.nix @@ -144,7 +144,19 @@ in services.displayManager.sessionPackages = lib.optional (cfg.package != null) cfg.package; # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050913 - xdg.portal.config.sway.default = lib.mkDefault [ "wlr" "gtk" ]; + # https://github.com/emersion/xdg-desktop-portal-wlr/blob/master/contrib/wlroots-portals.conf + # https://github.com/emersion/xdg-desktop-portal-wlr/pull/315 + xdg.portal.config.sway = { + # Use xdg-desktop-portal-gtk for every portal interface... + default = "gtk"; + # ... except for the ScreenCast, Screenshot and Secret + "org.freedesktop.impl.portal.ScreenCast" = "wlr"; + "org.freedesktop.impl.portal.Screenshot" = "wlr"; + # ignore inhibit bc gtk portal always returns as success, + # despite sway/the wlr portal not having an implementation, + # stopping firefox from using wayland idle-inhibit + "org.freedesktop.impl.portal.Inhibit" = "none"; + }; } (import ./wayland-session.nix { diff --git a/nixos/modules/services/networking/ntp/ntpd.nix b/nixos/modules/services/networking/ntp/ntpd.nix index e7ea8866d79b..bdc5adb394c2 100644 --- a/nixos/modules/services/networking/ntp/ntpd.nix +++ b/nixos/modules/services/networking/ntp/ntpd.nix @@ -1,4 +1,9 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: with lib; @@ -8,10 +13,8 @@ let cfg = config.services.ntp; - stateDir = "/var/lib/ntp"; - configFile = pkgs.writeText "ntp.conf" '' - driftfile ${stateDir}/ntp.drift + driftfile /var/lib/ntp/ntp.drift restrict default ${toString cfg.restrictDefault} restrict -6 default ${toString cfg.restrictDefault} @@ -25,7 +28,12 @@ let ${cfg.extraConfig} ''; - ntpFlags = [ "-c" "${configFile}" "-u" "ntp:ntp" ] ++ cfg.extraFlags; + ntpFlags = [ + "-c" + "${configFile}" + "-u" + "ntp:ntp" + ] ++ cfg.extraFlags; in @@ -58,7 +66,14 @@ in recommended in section 6.5.1.1.3, answer "No" of https://support.ntp.org/Support/AccessRestrictions ''; - default = [ "limited" "kod" "nomodify" "notrap" "noquery" "nopeer" ]; + default = [ + "limited" + "kod" + "nomodify" + "notrap" + "noquery" + "nopeer" + ]; }; restrictSource = mkOption { @@ -69,7 +84,13 @@ in The default flags allow peers to be added by ntpd from configured pool(s), but not by other means. ''; - default = [ "limited" "kod" "nomodify" "notrap" "noquery" ]; + default = [ + "limited" + "kod" + "nomodify" + "notrap" + "noquery" + ]; }; servers = mkOption { @@ -96,14 +117,13 @@ in type = types.listOf types.str; description = "Extra flags passed to the ntpd command."; example = literalExpression ''[ "--interface=eth0" ]''; - default = []; + default = [ ]; }; }; }; - ###### implementation config = mkIf config.services.ntp.enable { @@ -113,34 +133,57 @@ in environment.systemPackages = [ pkgs.ntp ]; services.timesyncd.enable = mkForce false; - systemd.services.systemd-timedated.environment = { SYSTEMD_TIMEDATED_NTP_SERVICES = "ntpd.service"; }; + systemd.services.systemd-timedated.environment = { + SYSTEMD_TIMEDATED_NTP_SERVICES = "ntpd.service"; + }; - users.users.ntp = - { isSystemUser = true; - group = "ntp"; - description = "NTP daemon user"; - home = stateDir; - }; - users.groups.ntp = {}; + users.users.ntp = { + isSystemUser = true; + group = "ntp"; + description = "NTP daemon user"; + home = "/var/lib/ntp"; + }; + users.groups.ntp = { }; - systemd.services.ntpd = - { description = "NTP Daemon"; + systemd.services.ntpd = { + description = "NTP Daemon"; - wantedBy = [ "multi-user.target" ]; - wants = [ "time-sync.target" ]; - before = [ "time-sync.target" ]; + wantedBy = [ "multi-user.target" ]; + wants = [ "time-sync.target" ]; + before = [ "time-sync.target" ]; - preStart = - '' - mkdir -m 0755 -p ${stateDir} - chown ntp ${stateDir} - ''; + serviceConfig = { + ExecStart = "@${ntp}/bin/ntpd ntpd -g ${builtins.toString ntpFlags}"; + Type = "forking"; + StateDirectory = "ntp"; - serviceConfig = { - ExecStart = "@${ntp}/bin/ntpd ntpd -g ${builtins.toString ntpFlags}"; - Type = "forking"; - }; + # Hardening options + PrivateDevices = true; + PrivateIPC = true; + PrivateTmp = true; + ProtectClock = false; + ProtectHome = true; + + ProtectHostname = true; + ProtectKernelLogs = true; + ProtectKernelModules = true; + ProtectKernelTunables = true; + ProtectSystem = true; + + RestrictNamespaces = true; + RestrictRealtime = true; + LockPersonality = true; + MemoryDenyWriteExecute = true; + AmbientCapabilities = [ + "CAP_SYS_TIME" + ]; + + ProtectControlGroups = true; + ProtectProc = "invisible"; + ProcSubset = "pid"; + RestrictSUIDSGID = true; }; + }; }; diff --git a/nixos/modules/system/activation/switchable-system.nix b/nixos/modules/system/activation/switchable-system.nix index 883584a32ce2..d1326a18e5fe 100644 --- a/nixos/modules/system/activation/switchable-system.nix +++ b/nixos/modules/system/activation/switchable-system.nix @@ -1,13 +1,19 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: let - - perlWrapped = pkgs.perl.withPackages (p: with p; [ ConfigIniFiles FileSlurp ]); - + perlWrapped = pkgs.perl.withPackages ( + p: with p; [ + ConfigIniFiles + FileSlurp + ] + ); in - { - options.system.switch = { enable = lib.mkOption { type = lib.types.bool; @@ -36,6 +42,17 @@ in config = lib.mkMerge [ (lib.mkIf (config.system.switch.enable && !config.system.switch.enableNg) { + warnings = [ + '' + The Perl implementation of switch-to-configuration will be deprecated + and removed in the 25.05 release of NixOS. Please migrate to the + newer implementation by removing `system.switch.enableNg = false` + from your configuration. If you are unable to migrate due to any + issues with the new implementation, please create an issue and tag + the maintainers of `switch-to-configuration-ng`. + '' + ]; + system.activatableSystemBuilderCommands = '' mkdir $out/bin substitute ${./switch-to-configuration.pl} $out/bin/switch-to-configuration \ diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 0821a2e15ced..5e60805718f6 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -715,6 +715,7 @@ in { nsd = handleTest ./nsd.nix {}; ntfy-sh = handleTest ./ntfy-sh.nix {}; ntfy-sh-migration = handleTest ./ntfy-sh-migration.nix {}; + ntpd = handleTest ./ntpd.nix {}; ntpd-rs = handleTest ./ntpd-rs.nix {}; nvidia-container-toolkit = runTest ./nvidia-container-toolkit.nix; nvmetcfg = handleTest ./nvmetcfg.nix {}; diff --git a/nixos/tests/ntpd.nix b/nixos/tests/ntpd.nix new file mode 100644 index 000000000000..1864044b64d4 --- /dev/null +++ b/nixos/tests/ntpd.nix @@ -0,0 +1,25 @@ +import ./make-test-python.nix ( + { lib, ... }: + { + name = "ntpd"; + + meta = { + maintainers = with lib.maintainers; [ pyrox0 ]; + }; + + nodes.machine = { + services.ntp = { + enable = true; + }; + }; + + testScript = '' + start_all() + + machine.wait_for_unit('ntpd.service') + machine.wait_for_console_text('Listen normally on 10 eth*') + machine.succeed('systemctl is-active ntpd.service') + machine.succeed('ntpq -p') + ''; + } +) diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix index afa42fc767ac..dac1dbe0d0f7 100644 --- a/pkgs/applications/editors/tiled/default.nix +++ b/pkgs/applications/editors/tiled/default.nix @@ -70,7 +70,7 @@ stdenv.mkDerivation rec { bsd2 # libtiled and tmxviewer gpl2Plus # all the rest ]; - maintainers = with maintainers; [ dywedir ]; + maintainers = with maintainers; [ dywedir ryan4yin ]; platforms = platforms.linux; }; } diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 2cca961bd128..135264002033 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -185,12 +185,12 @@ final: prev: LazyVim = buildVimPlugin { pname = "LazyVim"; - version = "2024-10-04"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "LazyVim"; repo = "LazyVim"; - rev = "13a4a84e3485a36e64055365665a45dc82b6bf71"; - sha256 = "115z6yc6hn84z3p76p2lzgxw645jy0wab92l4sy3vy5j2ydpnqk4"; + rev = "2f6c1f60834108359b3404748453a65843909a03"; + sha256 = "0zk6drcg8psqjal2cxwl7518shhlgh0x6mch8czg1bsplb252yhl"; }; meta.homepage = "https://github.com/LazyVim/LazyVim/"; }; @@ -329,12 +329,12 @@ final: prev: SchemaStore-nvim = buildVimPlugin { pname = "SchemaStore.nvim"; - version = "2024-10-18"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "b0o"; repo = "SchemaStore.nvim"; - rev = "30eacb81f0202c0d5718fb27e3ec0b03945a03c7"; - sha256 = "0q75ql3fg84nb8vhfxgi1wpmpfz7yk0wqkiw3l7zf1j5xmqskl4y"; + rev = "fa562602268fc7335fd2b7581ddf9e67e70f18b6"; + sha256 = "1gw352inr9k8lxaicyrzwrnj0mwbw4y15hgakc3x9lrk00fmpwgn"; }; meta.homepage = "https://github.com/b0o/SchemaStore.nvim/"; }; @@ -401,12 +401,12 @@ final: prev: SpaceVim = buildVimPlugin { pname = "SpaceVim"; - version = "2024-09-17"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "SpaceVim"; repo = "SpaceVim"; - rev = "533c40395c2073340a613f9569b4d20ab84d498a"; - sha256 = "0750hgh193avdwlnm4k9sa2rg27vsirrn79dda48hbiss1x8sn69"; + rev = "24ca491c539f19fee4822abeb55a23d68aaf0621"; + sha256 = "1sa11vi0k3cjw4d8r1z9bxkj5s1i41fmjsvqi3ywnb4dqcnfi6x4"; }; meta.homepage = "https://github.com/SpaceVim/SpaceVim/"; }; @@ -655,7 +655,7 @@ final: prev: align-nvim = buildVimPlugin { pname = "align.nvim"; - version = "2024-10-20"; + version = "2024-04-10"; src = fetchFromGitHub { owner = "Vonr"; repo = "align.nvim"; @@ -1352,12 +1352,12 @@ final: prev: bufferline-nvim = buildVimPlugin { pname = "bufferline.nvim"; - version = "2024-07-18"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "akinsho"; repo = "bufferline.nvim"; - rev = "0b2fd861eee7595015b6561dade52fb060be10c4"; - sha256 = "068gg98w88q0j3c1wrlggsp0986yppa8vlbnzy7wy4g7kn0aqfsn"; + rev = "5c528bee3dd797d5bd6bae5f229411939b25b203"; + sha256 = "0pv3hylmcl781jy5y1085h247ibvjnhvwwkvz8wvbsx6gl0npcy6"; }; meta.homepage = "https://github.com/akinsho/bufferline.nvim/"; }; @@ -1616,12 +1616,12 @@ final: prev: cmake-tools-nvim = buildVimPlugin { pname = "cmake-tools.nvim"; - version = "2024-09-20"; + version = "2024-10-20"; src = fetchFromGitHub { owner = "Civitasv"; repo = "cmake-tools.nvim"; - rev = "f1f917b584127b673c25138233cebf1d61a19f35"; - sha256 = "1f7rg7ya307bpjnj7ymsj9q9m0pqhd3dql269hn1a3klpgh853f8"; + rev = "d8eb4372fff47028c36f6bec6a8318b166092ed0"; + sha256 = "13k9x6arank1760wmi9rz8rjcbc3qlalsb8krzn3xf1g34ikbq1l"; }; meta.homepage = "https://github.com/Civitasv/cmake-tools.nvim/"; }; @@ -1652,11 +1652,11 @@ final: prev: cmp-async-path = buildVimPlugin { pname = "cmp-async-path"; - version = "2024-10-11"; + version = "2024-10-21"; src = fetchgit { url = "https://codeberg.org/FelipeLema/cmp-async-path/"; - rev = "e3206e521ce89fe0e97cc8f14e4fc8c131f369e4"; - sha256 = "0r6kb1c25m4wwxdx1mxkakfl2qhmmfivvmxx1wp3c8f16rny5m6i"; + rev = "d6d1ffa2075039632a2d71e8fa139818e15ac757"; + sha256 = "1x10v0kd0i2pdxknzdn3zgqdn4hgbivgnczsj56wc32jzcs6k49i"; }; meta.homepage = "https://codeberg.org/FelipeLema/cmp-async-path/"; }; @@ -1867,12 +1867,12 @@ final: prev: cmp-git = buildVimPlugin { pname = "cmp-git"; - version = "2024-08-20"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "petertriho"; repo = "cmp-git"; - rev = "50d526dff0f6bc441b51fc269d9fdc99a50c76af"; - sha256 = "084mka6ar0bz7sqd8iv9nhz1y552fab6imjxzb4ak3aagzlml5r7"; + rev = "741b6a759dbbcc55e9e5d72e2a84099cf6f4af9c"; + sha256 = "0n94bzjj5siqwccsbssyyjkcvaav16wqlk58vihvv2blqhqhg6j4"; }; meta.homepage = "https://github.com/petertriho/cmp-git/"; }; @@ -2659,12 +2659,12 @@ final: prev: conform-nvim = buildVimPlugin { pname = "conform.nvim"; - version = "2024-10-16"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "stevearc"; repo = "conform.nvim"; - rev = "f5bd8419f8a29451e20bdb1061a54fe13d5c8de3"; - sha256 = "0s8q34ibc48dx2mavz4m04gjyjh0z4al7xhbb6c9m620gmgpxvsz"; + rev = "5fbea7d7043bae2499d643c97b407f6da44abff4"; + sha256 = "1h40h4h3hwwxvyhzk0qh614vq6habhbvkwf87lny8bqc53bl9jgz"; fetchSubmodules = true; }; meta.homepage = "https://github.com/stevearc/conform.nvim/"; @@ -2792,12 +2792,12 @@ final: prev: coq_nvim = buildVimPlugin { pname = "coq_nvim"; - version = "2024-10-17"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "ms-jpq"; repo = "coq_nvim"; - rev = "a23759c0d6f48f5b6b5b1504f24d2021fb87f374"; - sha256 = "0cx46c93bzss1rdxncy6ypscmanj5ywzdmzgn01cby05z44188q0"; + rev = "db12581bea4e83b8d8142c15daa9632d796636cf"; + sha256 = "0gr52xnb8574qk3rbi1jzlsmiqa4nifkc7sy43xjfd0q9px9zln4"; }; meta.homepage = "https://github.com/ms-jpq/coq_nvim/"; }; @@ -2924,12 +2924,12 @@ final: prev: ctrlp-vim = buildVimPlugin { pname = "ctrlp.vim"; - version = "2024-09-22"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "ctrlpvim"; repo = "ctrlp.vim"; - rev = "31be4c36b713a9637c7b530ee52127000a05ea39"; - sha256 = "19jz2vbj4m95w4zdgbmx2c5prmflz3wpg3rf9glcfwi2j5zz1ynx"; + rev = "475a864e7f01dfc5c93965778417cc66e77f3dcc"; + sha256 = "1xakj4yqra10hws4jh0h3x68x74qs2khk1318ckfq11zgz6d877s"; }; meta.homepage = "https://github.com/ctrlpvim/ctrlp.vim/"; }; @@ -2948,12 +2948,12 @@ final: prev: darkearth-nvim = buildVimPlugin { pname = "darkearth-nvim"; - version = "2024-10-15"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "ptdewey"; repo = "darkearth-nvim"; - rev = "37234dfdf8dfa934fedb49b1618f10bacdaf504d"; - sha256 = "08r9l7l9cl05gpijmpkg0787byzmjvk8799lswdvpxkgz7y9jj6a"; + rev = "0d14f2cbd813c4732f01f996658ef67d25c70c51"; + sha256 = "1cn2p0cqx8fr67ylk61aacq4mw06ypfrliw3v3gad18fpyxdfxq9"; }; meta.homepage = "https://github.com/ptdewey/darkearth-nvim/"; }; @@ -3068,12 +3068,12 @@ final: prev: debugprint-nvim = buildVimPlugin { pname = "debugprint.nvim"; - version = "2024-10-12"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "andrewferrier"; repo = "debugprint.nvim"; - rev = "954f0b6c1c2e9338a71442a64ccf464a20ee9134"; - sha256 = "09z2f0fv1gfnvkn2z5f5s9a5cgxna09rach6v7cmcia9f5wg2ncf"; + rev = "f71c14e8b6a3b276ca2fcc0963cbdf599f06b443"; + sha256 = "1x1aynjvazhzv6pqbi51m9x93cjna9q68xzc5qjnls783allpy8n"; }; meta.homepage = "https://github.com/andrewferrier/debugprint.nvim/"; }; @@ -3176,12 +3176,12 @@ final: prev: denops-vim = buildVimPlugin { pname = "denops.vim"; - version = "2024-10-06"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "vim-denops"; repo = "denops.vim"; - rev = "ce5d290493b29968fd3afa4c1190ea27a876861d"; - sha256 = "01z91hnf98mjjqkm3idwvfihpahxrxxlaz0b8ffjcmvikk6x1dsw"; + rev = "3a38e081f922e0134671236edd3e6dcbb251d10c"; + sha256 = "1ddxvgcsayirs4my3agakxm98z6qv7z9nryayfqv26g7k2k3znh9"; }; meta.homepage = "https://github.com/vim-denops/denops.vim/"; }; @@ -3586,12 +3586,12 @@ final: prev: dropbar-nvim = buildVimPlugin { pname = "dropbar.nvim"; - version = "2024-10-08"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "Bekaboo"; repo = "dropbar.nvim"; - rev = "35988affc74c0cebb1484bcdfccfed523c0e7267"; - sha256 = "0ap101wxi1y3f2dx6x9b0ag0gbibifhqj2ybn13z5kab8pindc2r"; + rev = "61d1403532bf6fb3a28caef8394e34234cf674e6"; + sha256 = "14qsbjli3vgw60hpz3bbp3gs2m9paj5gllmz7mxchapzb2mj6clq"; }; meta.homepage = "https://github.com/Bekaboo/dropbar.nvim/"; }; @@ -4069,19 +4069,19 @@ final: prev: flutter-tools-nvim = buildVimPlugin { pname = "flutter-tools.nvim"; - version = "2024-10-11"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "nvim-flutter"; repo = "flutter-tools.nvim"; - rev = "6bf887bb9442b80a67f36e7465a66de4202d8a3f"; - sha256 = "1y4fksq8lrz2v15vinvvgj3bbqavyx8nsajmf5r81bgmkpqa8bhr"; + rev = "3d6979b900c8787906427fece1344a25c8e17eba"; + sha256 = "1w1brizgrwb3726bcfrybgcckl6mnic5l3qkyir61h5xcz7zw721"; }; meta.homepage = "https://github.com/nvim-flutter/flutter-tools.nvim/"; }; focus-nvim = buildVimPlugin { pname = "focus.nvim"; - version = "2024-10-20"; + version = "2024-07-16"; src = fetchFromGitHub { owner = "nvim-focus"; repo = "focus.nvim"; @@ -4105,12 +4105,12 @@ final: prev: formatter-nvim = buildVimPlugin { pname = "formatter.nvim"; - version = "2024-10-17"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "mhartington"; repo = "formatter.nvim"; - rev = "04547bdfe89035731a2815a3875b87f77d43e36d"; - sha256 = "1ih28z1y6g8r20si698zispkwra5mll0g8b1lc6778cjfd4dy32j"; + rev = "db71fdb31cee8ae33573b5cf1910e477360678b2"; + sha256 = "13p4ksy1jqbj322y0qb21rbjrrrsg8zm2nmyh1ahlxlif49ch5vb"; }; meta.homepage = "https://github.com/mhartington/formatter.nvim/"; }; @@ -4249,12 +4249,12 @@ final: prev: fzf-lua = buildNeovimPlugin { pname = "fzf-lua"; - version = "2024-10-13"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "ibhagwan"; repo = "fzf-lua"; - rev = "5dec364c9dedec00dcd6d06e323d7bc7f8d6b596"; - sha256 = "1fr43zyqbxmnzvynjwsiivlj76wblwrvrx5860sg0a675kbkmi83"; + rev = "fc0f2b5781587d388b743c2c114127a7036d1a31"; + sha256 = "08k9xmnkjian4mr5ak7fzbw5v14rlhr6zl6a9nk4xq155p5qlk2s"; }; meta.homepage = "https://github.com/ibhagwan/fzf-lua/"; }; @@ -4429,12 +4429,12 @@ final: prev: gitsigns-nvim = buildNeovimPlugin { pname = "gitsigns.nvim"; - version = "2024-09-27"; + version = "2024-10-20"; src = fetchFromGitHub { owner = "lewis6991"; repo = "gitsigns.nvim"; - rev = "863903631e676b33e8be2acb17512fdc1b80b4fb"; - sha256 = "15mp1yh989njsj6fmklr4vxgzkbj4lmwzrgjqayqdf687vpkjrm3"; + rev = "ee7634ab4f0a6606438fe13e16cbf2065589a5ed"; + sha256 = "134xgywyjcg731iya93w14p48dq4cp21q36fb4jf7c4vgnnzy7ld"; }; meta.homepage = "https://github.com/lewis6991/gitsigns.nvim/"; }; @@ -4489,12 +4489,12 @@ final: prev: go-nvim = buildVimPlugin { pname = "go.nvim"; - version = "2024-10-19"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "ray-x"; repo = "go.nvim"; - rev = "51676b430fc9288073769319ba0ccb2a3bcd79c9"; - sha256 = "03aj4fx8s54wihqa2q025kkwvavxivnska1jv73qz0shcbzhbg4s"; + rev = "12ab6ac0fdd03b1ec9ee4e5378dd204f744a55bf"; + sha256 = "0ckmvsqwms66h50xrh27rhn7f58ziqcrdzr08vf07k13ljnlsqkh"; }; meta.homepage = "https://github.com/ray-x/go.nvim/"; }; @@ -4921,12 +4921,12 @@ final: prev: highlight-undo-nvim = buildVimPlugin { pname = "highlight-undo.nvim"; - version = "2024-10-07"; + version = "2024-10-20"; src = fetchFromGitHub { owner = "tzachar"; repo = "highlight-undo.nvim"; - rev = "ee2f6355e08719fea902e7c478aa7351934f2bb6"; - sha256 = "0p97grvp0dkp475napzdhjx7yxjl77d4iag207j5zcvgkyyk9rb0"; + rev = "c87a6ec1ded241ef223269077cbd5f97a6f0d5bf"; + sha256 = "0rxsqa5i37sgf1n67xy11qsfzc0x78bkw7jsp8lwn98nvsddbp6c"; }; meta.homepage = "https://github.com/tzachar/highlight-undo.nvim/"; }; @@ -5536,12 +5536,12 @@ final: prev: knap = buildVimPlugin { pname = "knap"; - version = "2024-06-13"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "frabjous"; repo = "knap"; - rev = "0040760bb504a713ea5988c7c490a15faf477c57"; - sha256 = "1l09cc3mi9w9y6g23cylxd5jsrwh451bbmi7w7amymwz17419wsf"; + rev = "7db44d0bb760120142cc1e8f43e44976de59c2f6"; + sha256 = "10vp6m9b0q6ivsb50z284pfzvf1i5dnb3v5hxbysh3hwn7bg4zq5"; }; meta.homepage = "https://github.com/frabjous/knap/"; }; @@ -5572,12 +5572,12 @@ final: prev: kulala-nvim = buildVimPlugin { pname = "kulala.nvim"; - version = "2024-10-19"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "mistweaverco"; repo = "kulala.nvim"; - rev = "af1de146bf661306789a9f7c546a08ae5b7ff9c8"; - sha256 = "1x5hv1npwd04bfmivkn4m2bri1nngrhlfx8imqqbph7frqhpnv9c"; + rev = "9bfa4e9ac82ca3429bd2edcc70e15623545c8d3f"; + sha256 = "1hxqhna4jby2xds11l95ygg6ifs0g5lin8yq696gv5wsl0c571vl"; }; meta.homepage = "https://github.com/mistweaverco/kulala.nvim/"; }; @@ -5596,12 +5596,12 @@ final: prev: langmapper-nvim = buildVimPlugin { pname = "langmapper.nvim"; - version = "2024-09-19"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "Wansmer"; repo = "langmapper.nvim"; - rev = "ac74a80cb86e8b51e4a13ccb2ee540d544fe1c62"; - sha256 = "1b2sjsi81r7m1pxxkisl4b2w2cag3v2i4andhn89gv6afzakvzka"; + rev = "95d99504e823a7ae7e5f68567a86d76f8d24c082"; + sha256 = "0zs9yg9iknr2klvkq92fhd5z8w31k1nz0bc5h2rjhcvhis3mq1fm"; }; meta.homepage = "https://github.com/Wansmer/langmapper.nvim/"; }; @@ -5644,12 +5644,12 @@ final: prev: lazy-nvim = buildVimPlugin { pname = "lazy.nvim"; - version = "2024-10-02"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "folke"; repo = "lazy.nvim"; - rev = "1159bdccd8910a0fd0914b24d6c3d186689023d9"; - sha256 = "1rf17rh54y862x984372qkrh5mn4dpwxdiyzriwqypvf2zavi3aq"; + rev = "cf8ecc2c5e4332760431a33534240b0cbc6680ab"; + sha256 = "1zly0l298xai6a88m9vbxrqrf6cx1pvs735s51gdxnkvmn63p0ac"; }; meta.homepage = "https://github.com/folke/lazy.nvim/"; }; @@ -5680,12 +5680,12 @@ final: prev: lean-nvim = buildVimPlugin { pname = "lean.nvim"; - version = "2024-10-19"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "Julian"; repo = "lean.nvim"; - rev = "5acde1275e0d278bfe7373243b1f29165f6b213e"; - sha256 = "0ramsr7f7sh8f1q80zi13v0l9qc3jw7iz8xrna0c9swzdc28vrs5"; + rev = "bcdcfef2052f5f66f4765c7815d20b723a46367c"; + sha256 = "0b7fkrb1fd6pwm94v1zqvv2m7vsnvj0gmchpid23hfjbbi0kh80x"; }; meta.homepage = "https://github.com/Julian/lean.nvim/"; }; @@ -6052,12 +6052,12 @@ final: prev: lsp-overloads-nvim = buildVimPlugin { pname = "lsp-overloads.nvim"; - version = "2024-06-27"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "Issafalcon"; repo = "lsp-overloads.nvim"; - rev = "93e11c9a01f81daa4a5644e772a7a77f53dc270f"; - sha256 = "1765fwsqxa8w6rznrhhrmxbxk8mhwxh540sllj9rfkx1nh5lszg9"; + rev = "7d766bfccbff2ab0be8089ea4d1493089f67a408"; + sha256 = "0mrd87qpw3c71z90hbifdf3wxqh8xwgqs5d7zlvifrjfvir1494d"; }; meta.homepage = "https://github.com/Issafalcon/lsp-overloads.nvim/"; }; @@ -6207,12 +6207,12 @@ final: prev: luasnip = buildNeovimPlugin { pname = "luasnip"; - version = "2024-09-12"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "l3mon4d3"; repo = "luasnip"; - rev = "e808bee352d1a6fcf902ca1a71cee76e60e24071"; - sha256 = "1yf50bwcg94bprbczcki7c1n318m6ar99m8h1yrmn6m0w4cbvf8r"; + rev = "787dee55ca364cc9119787165418fe93b74c1842"; + sha256 = "02hn5irdyx8lmq3jp943klkxl9xxzvws1bsczlj1fnhzv53dinm5"; fetchSubmodules = true; }; meta.homepage = "https://github.com/l3mon4d3/luasnip/"; @@ -6353,12 +6353,12 @@ final: prev: mason-lspconfig-nvim = buildVimPlugin { pname = "mason-lspconfig.nvim"; - version = "2024-09-08"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "williamboman"; repo = "mason-lspconfig.nvim"; - rev = "25c11854aa25558ee6c03432edfa0df0217324be"; - sha256 = "0wqbb6a6p5iq7h47snbcbrh1x7nqf9v959a2zq08pw5b9f7qclal"; + rev = "7446f47b3dfb7df801f31a6f6783c2ad119a6935"; + sha256 = "0v7fmnmm9rc63gfw3s3gy6ggi7jilkvhichivfm6wpc0i4sy36jv"; }; meta.homepage = "https://github.com/williamboman/mason-lspconfig.nvim/"; }; @@ -6557,12 +6557,12 @@ final: prev: mini-base16 = buildVimPlugin { pname = "mini.base16"; - version = "2024-09-10"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "echasnovski"; repo = "mini.base16"; - rev = "aaa564b9c6d34466d542494393ab51efc99b9d0b"; - sha256 = "1sj97196vi3qkfkxpdr4ajd3li42pvzmd1zpcr0ggab05rnpawrq"; + rev = "ddf5076aad744bc5f393f8103ad798adf4ed241b"; + sha256 = "1kjka663skxvv424c10m0sz5sv2y3359hcc0gpazi3gs0sma6d4y"; }; meta.homepage = "https://github.com/echasnovski/mini.base16/"; }; @@ -6749,12 +6749,12 @@ final: prev: mini-hues = buildVimPlugin { pname = "mini.hues"; - version = "2024-10-08"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "echasnovski"; repo = "mini.hues"; - rev = "40d515229a7ed19c423bcfea8646f6e4354dcfc6"; - sha256 = "1v94yljlpwzbqa4g44n1wvc3hi5wyj6w7mvjx4qg954ak81yfv1j"; + rev = "98ab5fa84d67ff59d895139e331c43fa9a80a044"; + sha256 = "1jzffgvlq2d3nxmilxbcr63j30iscschah4jx5s88lgj2d2d4gbm"; }; meta.homepage = "https://github.com/echasnovski/mini.hues/"; }; @@ -6857,12 +6857,12 @@ final: prev: mini-nvim = buildVimPlugin { pname = "mini.nvim"; - version = "2024-10-18"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "echasnovski"; repo = "mini.nvim"; - rev = "9618cf56e76cc0caab54ad60116a8d72f99d7b3b"; - sha256 = "0vqyspxincyhck5fmx4b35y0k5m33d76c6v7n9cq1a2c970grlij"; + rev = "77533e69cc4fadb7f4c25f23255ae0890a058818"; + sha256 = "1w3k703f50422k82s7rm1j9vwymd6r4xmfzy0vgi5zvls2yp22k4"; }; meta.homepage = "https://github.com/echasnovski/mini.nvim/"; }; @@ -6893,12 +6893,12 @@ final: prev: mini-pick = buildVimPlugin { pname = "mini.pick"; - version = "2024-09-28"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "echasnovski"; repo = "mini.pick"; - rev = "6d66ae9eb0b75261f1842788dda611285b6f065f"; - sha256 = "0j60nbyk9nrgfmjg6p7chnhc5vmpg997kkn6rkjkpyrrz8ybi181"; + rev = "b7ee06ca0b692023d87a17ba855012047c6bec6f"; + sha256 = "1f2r6qzzwg3fpmwih5n07m3zq0b8pi629m24dgc1mp8sdpkd1sa3"; }; meta.homepage = "https://github.com/echasnovski/mini.pick/"; }; @@ -6977,12 +6977,12 @@ final: prev: mini-test = buildVimPlugin { pname = "mini.test"; - version = "2024-10-07"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "echasnovski"; repo = "mini.test"; - rev = "958508a7d4fc11292e88c8a8103fe95e33050c8e"; - sha256 = "19qxwszjnaqfbyr232prax3pbrll2p51ci4r0404hnnyy5i94s6w"; + rev = "86a64d5a4bf9d73ebf5875edaae0d878f64f5e48"; + sha256 = "02zslska1g4ixy51slbvlxbjzcys0spc4wh200q8mwv4ipiignrn"; }; meta.homepage = "https://github.com/echasnovski/mini.test/"; }; @@ -7001,12 +7001,12 @@ final: prev: mini-visits = buildVimPlugin { pname = "mini.visits"; - version = "2024-09-06"; + version = "2024-10-20"; src = fetchFromGitHub { owner = "echasnovski"; repo = "mini.visits"; - rev = "ef2f388158f3651e4b45faac2897d1bacbb0c398"; - sha256 = "1rizwl2dyvj1iz7sqn5sfdaalcjpmhg4zklhjijvpmkylw3da4nh"; + rev = "1367fc23527a4bba8d5e9bf6ba004bc25963722b"; + sha256 = "0a9xjrvm6y8ln8qbm9ypgdynsfghpvsvdagm37qpsqxg04xvb77l"; }; meta.homepage = "https://github.com/echasnovski/mini.visits/"; }; @@ -7061,24 +7061,24 @@ final: prev: modicator-nvim = buildVimPlugin { pname = "modicator.nvim"; - version = "2024-06-19"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "mawkler"; repo = "modicator.nvim"; - rev = "d1d327fd4bdfc3af4cfdf83b85c2eaefa71de7a8"; - sha256 = "1w1rybbh6dhzc0qvw5mr0kv0qcpqxasdhwzghl5g1k9rq520q42y"; + rev = "e349636d905e03305f1eda9c081e63560598f118"; + sha256 = "011zrs2ydfw5y582f2l3f7xim45vzbsd04v7kcbxdnmlhwhv8qws"; }; meta.homepage = "https://github.com/mawkler/modicator.nvim/"; }; modus-themes-nvim = buildVimPlugin { pname = "modus-themes.nvim"; - version = "2024-10-15"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "miikanissi"; repo = "modus-themes.nvim"; - rev = "54647ef5282e7166c1878ab1527a2c0de54c085d"; - sha256 = "0mrnm422j85pxjjq4l7ghjkpm50b1fs7ii89frpnivz4ppfljz11"; + rev = "566af300a3dfdefa64cbe7a0b205ad5bfcb4c337"; + sha256 = "1717880na8awnamdrp19bnqkibxyy0hy86l49c23ixm7s6aq99hk"; }; meta.homepage = "https://github.com/miikanissi/modus-themes.nvim/"; }; @@ -7433,12 +7433,12 @@ final: prev: neoconf-nvim = buildVimPlugin { pname = "neoconf.nvim"; - version = "2024-10-19"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "folke"; repo = "neoconf.nvim"; - rev = "a5af8418318f2bcc7513d52b001d68d551bf3b55"; - sha256 = "1vfa38spyl5x5l2p2vaqxiqidrx6lg2sgmwjz95zyv39sjxsal8y"; + rev = "7c14e042eff455a55b958c500d69aae9166c2e78"; + sha256 = "0zvadvi27ciz9xp3gj7j7l3xdviyyhrxrqzx0wjayydhzpx57k75"; }; meta.homepage = "https://github.com/folke/neoconf.nvim/"; }; @@ -7505,12 +7505,12 @@ final: prev: neogit = buildVimPlugin { pname = "neogit"; - version = "2024-10-19"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "NeogitOrg"; repo = "neogit"; - rev = "c41a654d6148e1858d98e37cea371993eac0b126"; - sha256 = "0nja882dpdaipvfzpqx8l8jxjpx5nrgqn6rxp54gph73cx8ipqr7"; + rev = "5e51097f964c01bc457f3a0f6fb7287d6782c04e"; + sha256 = "0wfhwbqpc7ni7qs1cdajy44m4avygk1ic6pzn6mxs3j28vk3kkm9"; }; meta.homepage = "https://github.com/NeogitOrg/neogit/"; }; @@ -7735,12 +7735,12 @@ final: prev: neotest-golang = buildVimPlugin { pname = "neotest-golang"; - version = "2024-10-14"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "fredrikaverpil"; repo = "neotest-golang"; - rev = "ea1c3a77f147e29583cd756b44ee69d9007bebba"; - sha256 = "0mjd5ngdkk65f5xj31wriv6zsq2gg99ljplv3b9jih5h5b637yry"; + rev = "11db9a2c571df5d55b4b9a890159a1d15f5cb287"; + sha256 = "10hmcpvqzd7krdbrcwyhwqgxnf3wz3c4dfq9z6yj7kz4ar6s7q69"; }; meta.homepage = "https://github.com/fredrikaverpil/neotest-golang/"; }; @@ -8000,12 +8000,12 @@ final: prev: nerdcommenter = buildVimPlugin { pname = "nerdcommenter"; - version = "2024-08-08"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "preservim"; repo = "nerdcommenter"; - rev = "3f860f2d981547c18f2c9599e3c358ea488c3be4"; - sha256 = "0z5fbzyfplljjbzsj84xp323b0hgiz5asizgsny9kjzx0b4m96ns"; + rev = "66c07e4083ab02ed2540ac289cc602c70b858c13"; + sha256 = "1ghfcdz1k3wmi4xbk0ac5zc5karscj85xkb6s2by9h06hd712vi1"; }; meta.homepage = "https://github.com/preservim/nerdcommenter/"; }; @@ -8168,12 +8168,12 @@ final: prev: nlsp-settings-nvim = buildVimPlugin { pname = "nlsp-settings.nvim"; - version = "2024-10-18"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "tamago324"; repo = "nlsp-settings.nvim"; - rev = "522c89562e3ca1eeb8f29435db2d4e9e4995c55e"; - sha256 = "1zpdrw9hslybsjkqrgfqw5lvn5zszb1k4wvqb11gnaxd1xbvm426"; + rev = "59d6a63d1fd4c9aabe6c0516f47200384fc7470f"; + sha256 = "0i7w2dwcf8s1bgagf28mbp5vh9cbr2arfpv2z0n86p4s35bdr2q4"; }; meta.homepage = "https://github.com/tamago324/nlsp-settings.nvim/"; }; @@ -8396,12 +8396,12 @@ final: prev: nvim-bacon = buildVimPlugin { pname = "nvim-bacon"; - version = "2024-05-09"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "Canop"; repo = "nvim-bacon"; - rev = "ad7b522ae85b7aab4981bcd34e9b513ce5849eda"; - sha256 = "1baki6dfiahilkcgfdspbfj2mv3pf06nj7yamvranzpj04jadlx3"; + rev = "61169ad66eceb59ef01808a5f1b6aeb0b00c6a9a"; + sha256 = "0ynl38agz9v32qx6wcy2znhbc8pm5c3zd8gyslkl34jbnca8ijmk"; }; meta.homepage = "https://github.com/Canop/nvim-bacon/"; }; @@ -8456,12 +8456,12 @@ final: prev: nvim-cmp = buildNeovimPlugin { pname = "nvim-cmp"; - version = "2024-10-20"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "hrsh7th"; repo = "nvim-cmp"; - rev = "82bd4b59432d44cf5e2a5ce3a40a037a575a6623"; - sha256 = "0x2n004m0ar8bv4x20qpirld7ih235pm1q39im6cff8rffxf4qwm"; + rev = "29fb4854573355792df9e156cb779f0d31308796"; + sha256 = "17jlw4am9mr4cffxlq30lklqmrx8n4fssl1fsqf07djizp31f2vl"; }; meta.homepage = "https://github.com/hrsh7th/nvim-cmp/"; }; @@ -8696,12 +8696,12 @@ final: prev: nvim-fzf = buildVimPlugin { pname = "nvim-fzf"; - version = "2024-10-04"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "vijaymarupudi"; repo = "nvim-fzf"; - rev = "8bdbafa84c52662ec1a861a2cb67ed8ac45e37eb"; - sha256 = "0dwy9lj5rg6m6i2jhs8y8riww41if9rh2ddx952h4wk65hdmx8cj"; + rev = "305aa90aeb8409b4bd2af1812a4b6e157ee93953"; + sha256 = "1r9k54f82gjy0wiy52fnaiwj8bkazhyhawyxmjg4za46rjdijmvj"; }; meta.homepage = "https://github.com/vijaymarupudi/nvim-fzf/"; }; @@ -8732,19 +8732,19 @@ final: prev: nvim-genghis = buildVimPlugin { pname = "nvim-genghis"; - version = "2024-09-14"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "chrisgrieser"; repo = "nvim-genghis"; - rev = "ca258b1e466d131e17eacf0c632abe932bce20ab"; - sha256 = "0l8qpj143s3csav39ixzhag6pyk6jfajvf469m9hg19m6wfbfg1v"; + rev = "ed3c34d1e4dec2d62370a3a1b84c64a4d4d9b28f"; + sha256 = "19cmgr1ffchpaijmvwpgnpz6n054r1sndrlz6k56aw0p87f0jyvf"; }; meta.homepage = "https://github.com/chrisgrieser/nvim-genghis/"; }; nvim-gomove = buildVimPlugin { pname = "nvim-gomove"; - version = "2024-10-20"; + version = "2022-07-19"; src = fetchFromGitHub { owner = "booperlv"; repo = "nvim-gomove"; @@ -8780,12 +8780,12 @@ final: prev: nvim-highlite = buildVimPlugin { pname = "nvim-highlite"; - version = "2024-10-15"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "Iron-E"; repo = "nvim-highlite"; - rev = "eb4ed4979fcea945b0da879754d91930663bbf8a"; - sha256 = "1aazg7xdxp6ac13rgiiwzxwy88qwqfxi3jzg8vrzrphav4ibx6sx"; + rev = "8f224b2fb1d8c0a40f865245a62a5fd58d32e5b7"; + sha256 = "0vdxg5048j7vpp2q0pc4v4rkkdpdzvfa1arfa1kd6ippl2v35m0k"; }; meta.homepage = "https://github.com/Iron-E/nvim-highlite/"; }; @@ -8935,12 +8935,12 @@ final: prev: nvim-lspconfig = buildVimPlugin { pname = "nvim-lspconfig"; - version = "2024-10-19"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "neovim"; repo = "nvim-lspconfig"; - rev = "fd49d5863e873891be37afac79b1f56fb34bb5d3"; - sha256 = "0sf9v5dj7hgxrp3d96hqwr8j3my8hmjxz9k0mqipysz0rhl926nb"; + rev = "edd9591199d1c78c0cb20514231f7f936f9412a2"; + sha256 = "0c63k4f0fazy3f01cbsawjxz54yxhc1sd1nqv474j4hdn4s5p6m1"; }; meta.homepage = "https://github.com/neovim/nvim-lspconfig/"; }; @@ -9091,12 +9091,12 @@ final: prev: nvim-nu = buildVimPlugin { pname = "nvim-nu"; - version = "2024-08-23"; + version = "2024-10-20"; src = fetchFromGitHub { owner = "LhKipp"; repo = "nvim-nu"; - rev = "ca92d6defc08dbfa3b27ab36bfc99d97a259c3de"; - sha256 = "03nybdgdx7yswn5ybyhwdvjckdv4qz7pi8whgcqdlnqrpmh51sdm"; + rev = "daa2385a5620c5634230fc90416d16ff4bd4e82d"; + sha256 = "1m95y6lh8ln4vvx3jryrzjnc9a8vn5p7835i5dixh8dscxbm26gk"; }; meta.homepage = "https://github.com/LhKipp/nvim-nu/"; }; @@ -9367,12 +9367,12 @@ final: prev: nvim-treesitter = buildVimPlugin { pname = "nvim-treesitter"; - version = "2024-10-20"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "nvim-treesitter"; repo = "nvim-treesitter"; - rev = "9a94cc23cb5499222923bf6119f6199edf84f381"; - sha256 = "1kda4nai5r4xj12v5hg8am6lbg8r0niksij0p62r2jjj9bj4bs63"; + rev = "9210b9a4fa106247333495e19c843710f4d62102"; + sha256 = "0d1gf3ilaqbgxyr41rzqry75l7brcfdqcwqmw1widylfcc259sl7"; }; meta.homepage = "https://github.com/nvim-treesitter/nvim-treesitter/"; }; @@ -9403,7 +9403,7 @@ final: prev: nvim-treesitter-pairs = buildVimPlugin { pname = "nvim-treesitter-pairs"; - version = "2024-10-20"; + version = "2023-07-23"; src = fetchFromGitHub { owner = "theHamsta"; repo = "nvim-treesitter-pairs"; @@ -9499,12 +9499,12 @@ final: prev: nvim-ufo = buildVimPlugin { pname = "nvim-ufo"; - version = "2024-09-08"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "kevinhwang91"; repo = "nvim-ufo"; - rev = "203c9f434feec57909ab4b1e028abeb3349b7847"; - sha256 = "1w4d7h53p4xpx8pz2shn253900xhqgw5r7y103y60ywf53cr2k03"; + rev = "c96bb3bb853ff6253fe74f057df03e61fafd2403"; + sha256 = "090f9ivv57sz18pkgnciybgas8kjnvsfwpw8ipml7rs8hvng2gz7"; }; meta.homepage = "https://github.com/kevinhwang91/nvim-ufo/"; }; @@ -9655,12 +9655,12 @@ final: prev: octo-nvim = buildVimPlugin { pname = "octo.nvim"; - version = "2024-10-17"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "pwntester"; repo = "octo.nvim"; - rev = "a83ca8bcee6cf4a9288bbfd1b97a51ba32068c21"; - sha256 = "03pwwkb06b7dfd0m5w98b05dfggn1vnpcxk531p0vsmiy263qyyh"; + rev = "c3faeae3f1030611d529e9242f8d9d4a4c877bc1"; + sha256 = "11agy3lvlciqa300q9fcbhjn8ksgzfjshpjg40g2dhflgz8kwrbf"; }; meta.homepage = "https://github.com/pwntester/octo.nvim/"; }; @@ -9764,12 +9764,12 @@ final: prev: onedarkpro-nvim = buildVimPlugin { pname = "onedarkpro.nvim"; - version = "2024-10-17"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "olimorris"; repo = "onedarkpro.nvim"; - rev = "035d63a2fd13885d526f1b90b0aa16a949310ec1"; - sha256 = "1wpyy0kax9v7177njpc3l3sz77zd39ysglppgmgb8sjs9a4qh6bs"; + rev = "b50de0e605081486bd5b9ab2d42832bacfc167e7"; + sha256 = "1kk20ia8nzzrlz7anqh62c85f4p0kpdpwi447fvf51m8n884f3b2"; }; meta.homepage = "https://github.com/olimorris/onedarkpro.nvim/"; }; @@ -9848,12 +9848,12 @@ final: prev: orgmode = buildVimPlugin { pname = "orgmode"; - version = "2024-10-17"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "nvim-orgmode"; repo = "orgmode"; - rev = "05d69831e57996d09d9c6d9b135d141d6c051035"; - sha256 = "05scr3vhdhq11sk4fbqbndska8nfsw63mqpx7kllalzvkcdw31pi"; + rev = "625f060d8c68f5000a21a8d0f7ca5c4541df86f1"; + sha256 = "0gpa9jf3czflrr8sf6rg0s2d52s5s8fn3g3fdgvlpj4w6bbzfzgv"; }; meta.homepage = "https://github.com/nvim-orgmode/orgmode/"; }; @@ -10582,12 +10582,12 @@ final: prev: render-markdown-nvim = buildVimPlugin { pname = "render-markdown.nvim"; - version = "2024-10-19"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "MeanderingProgrammer"; repo = "render-markdown.nvim"; - rev = "e1a2289106a9ce5ea1b20b78c90aef4d890950b7"; - sha256 = "15xf4d6fsl68fqv31y6dk3kr2818z4jlc236gdg4kn7mxgyj3azm"; + rev = "25eb261f0bb97c136864215bb90d191c189a6e08"; + sha256 = "1qdrxgrry0bxl5h9fmml7hwq3agc86hgdz90rcqiyqn4b6f460a0"; }; meta.homepage = "https://github.com/MeanderingProgrammer/render-markdown.nvim/"; }; @@ -10797,6 +10797,18 @@ final: prev: meta.homepage = "https://github.com/tiagovla/scope.nvim/"; }; + scretch-nvim = buildVimPlugin { + pname = "scretch.nvim"; + version = "2024-06-12"; + src = fetchFromGitHub { + owner = "0xJohnnyboy"; + repo = "scretch.nvim"; + rev = "0b2fbd0ed285f74baab7396a4a08c7bb7a3653c1"; + sha256 = "sha256-BqCVe7dY6WNJZS2XTNcnvB9d+HoM0wUItmmVskEaVHQ="; + }; + meta.homepage = "https://github.com/0xJohnnyboy/scretch.nvim/"; + }; + scrollbar-nvim = buildVimPlugin { pname = "scrollbar.nvim"; version = "2024-08-18"; @@ -11776,12 +11788,12 @@ final: prev: telescope-file-browser-nvim = buildVimPlugin { pname = "telescope-file-browser.nvim"; - version = "2024-09-21"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "nvim-telescope"; repo = "telescope-file-browser.nvim"; - rev = "3b8a1e17187cfeedb31decbd625da62398a8ff34"; - sha256 = "1vll5da8k1a0wqs44f7kcn6i0iwrzisiyja2z44x48b3maqkr2p3"; + rev = "626998e5c1b71c130d8bc6cf7abb6709b98287bb"; + sha256 = "066b5mhn35ia6v4fi61zgyswqplfip74qch6j4afqk2kvn5x35jl"; }; meta.homepage = "https://github.com/nvim-telescope/telescope-file-browser.nvim/"; }; @@ -12343,12 +12355,12 @@ final: prev: tokyonight-nvim = buildVimPlugin { pname = "tokyonight.nvim"; - version = "2024-10-04"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "folke"; repo = "tokyonight.nvim"; - rev = "2c85fad417170d4572ead7bf9fdd706057bd73d7"; - sha256 = "1rqycwyk98fb9ris55wvicsg0mywfsv0j2z7ccn94zigzm9jhhh1"; + rev = "19f39b53ef5e148bf94ea3696df36175af7e31e6"; + sha256 = "1812nv74m24nx21lg9zbqrqd8jnp8q51lj6m9z5pqhb5xi3hrgy1"; }; meta.homepage = "https://github.com/folke/tokyonight.nvim/"; }; @@ -12440,12 +12452,12 @@ final: prev: trouble-nvim = buildVimPlugin { pname = "trouble.nvim"; - version = "2024-10-02"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "folke"; repo = "trouble.nvim"; - rev = "254145ffd528b98eb20be894338e2d5c93fa02c2"; - sha256 = "0bn9bxybczjk537dyfnawbkd23i3zb2mwb6bbmrl3354053z678d"; + rev = "2f3b537f2207ce32f4459f9d56746ee013b5e01b"; + sha256 = "0why49ss11pgsjafblcwyz0k446m10pn03zy9yxafck1kfpshh97"; }; meta.homepage = "https://github.com/folke/trouble.nvim/"; }; @@ -12476,12 +12488,12 @@ final: prev: ts-comments-nvim = buildVimPlugin { pname = "ts-comments.nvim"; - version = "2024-07-24"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "folke"; repo = "ts-comments.nvim"; - rev = "98d7d4dec0af1312d38e288f800bbf6ff562b6ab"; - sha256 = "12g6rwrj67wk4fxxl31rsras5jw6a73xngrazlw095xhz6sd9l71"; + rev = "2002692ad1d3f6518d016550c20c2a890f0cbf0e"; + sha256 = "1fwscqdqcza46zhbm76bfhfmz5x92cpl1hl5myfm8zkqax9kxk3l"; }; meta.homepage = "https://github.com/folke/ts-comments.nvim/"; }; @@ -12630,14 +12642,26 @@ final: prev: meta.homepage = "https://github.com/chrisbra/unicode.vim/"; }; + unimpaired-nvim = buildVimPlugin { + pname = "unimpaired.nvim"; + version = "2024-04-09"; + src = fetchFromGitHub { + owner = "tummetott"; + repo = "unimpaired.nvim"; + rev = "8e504ba95dd10a687f4e4dacd5e19db221b88534"; + sha256 = "sha256-CNU4cigMjbvOdUzUXze9ZDmTZRuYtj4dCuuLVZkMTQg="; + }; + meta.homepage = "https://github.com/tummetott/unimpaired.nvim/"; + }; + unison = buildVimPlugin { pname = "unison"; - version = "2024-10-17"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "unisonweb"; repo = "unison"; - rev = "b1ac7ba1b984dc5bbabee7e136fea5674218e791"; - sha256 = "05df053ddczcv243kd5bcyz1h2p2kwivqqk8rmangs3h66dzvp98"; + rev = "5f3f532ce25266a0d14b89e9cae9bb5c9ea03a6d"; + sha256 = "1mwbas56d1q3rgin2wl7w61r6l73dla8106pa9z6268714ldc4ds"; }; meta.homepage = "https://github.com/unisonweb/unison/"; }; @@ -13676,12 +13700,12 @@ final: prev: vim-commentary = buildVimPlugin { pname = "vim-commentary"; - version = "2024-04-08"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "tpope"; repo = "vim-commentary"; - rev = "c4b8f52cbb7142ec239494e5a2c4a512f92c4d07"; - sha256 = "1v16mnjm8gr540w6smvwbpn1zmjimzwi74a8d165a1yacnmdm6pf"; + rev = "64a654ef4a20db1727938338310209b6a63f60c9"; + sha256 = "0jniidmrr1iddb7s5qxac30l30f4cmyia4b56xqcqv00ysk3kbni"; }; meta.homepage = "https://github.com/tpope/vim-commentary/"; }; @@ -14588,12 +14612,12 @@ final: prev: vim-graphql = buildVimPlugin { pname = "vim-graphql"; - version = "2024-08-06"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "jparise"; repo = "vim-graphql"; - rev = "9caa247f88991ebfa45df21cbe1c8bec50039f6b"; - sha256 = "0903may6c1yna3nqjib9x9zapd3qpq7p9inaxkb9173a5laksgfv"; + rev = "f2e77545b4ed1f8104a0014e9b75cff257c3cc27"; + sha256 = "13974aikzkdiji8z8hr2dzjmfjxbh9kfsxss9nbbcczz7a1yq005"; }; meta.homepage = "https://github.com/jparise/vim-graphql/"; }; @@ -15442,12 +15466,12 @@ final: prev: vim-lsp-settings = buildVimPlugin { pname = "vim-lsp-settings"; - version = "2024-09-27"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "mattn"; repo = "vim-lsp-settings"; - rev = "02cd145c223ddf1dfb3069303400946d1907ccec"; - sha256 = "1853ngvr86366dr38c3b9rv0246ybvw6gg16025rrfvlbi2wbcxl"; + rev = "e608a9da13d9601e05c64c554db20519f41205fc"; + sha256 = "09c21x5rh30kr635syg0flp2dvhxd37xmf7ywvmzmcwqgybyms3d"; }; meta.homepage = "https://github.com/mattn/vim-lsp-settings/"; }; @@ -15563,24 +15587,24 @@ final: prev: vim-matchtag = buildVimPlugin { pname = "vim-matchtag"; - version = "2024-10-10"; + version = "2024-10-21"; src = fetchFromGitHub { owner = "leafOfTree"; repo = "vim-matchtag"; - rev = "008aee75e4003cb11cf7eea800c849182693275b"; - sha256 = "0a17nw3f3jl599d6i6jbga11mmlayqbm65dr2gjw4a88z2djkvsj"; + rev = "1bd1d36d49c8d0448eca51fa3c4304ab83928ef5"; + sha256 = "0hj7g7jqz1iidch4cpm15f6czlaw1z10z053mqz9m5kd5syzxvbl"; }; meta.homepage = "https://github.com/leafOfTree/vim-matchtag/"; }; vim-matchup = buildVimPlugin { pname = "vim-matchup"; - version = "2024-10-18"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "andymass"; repo = "vim-matchup"; - rev = "57d3a4bbf4c9a0ab73f2cb90c4a9c93fef4c420f"; - sha256 = "1b0qvf0kd69b4y5r0c32ajy8gyj63c8bmknc43hycicij3dh3bsz"; + rev = "2328f4a3082093fe61f6d8004572f905cc1b58f4"; + sha256 = "0fqgg6gsld4ff8sm7vh85qsn29rsxhvvbpylk4msymnw70bqcrv0"; }; meta.homepage = "https://github.com/andymass/vim-matchup/"; }; @@ -16247,12 +16271,12 @@ final: prev: vim-polyglot = buildVimPlugin { pname = "vim-polyglot"; - version = "2022-10-14"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "sheerun"; repo = "vim-polyglot"; - rev = "bc8a81d3592dab86334f27d1d43c080ebf680d42"; - sha256 = "061md5vjkqb4n9cbjg5dypq1y3p8gr106v4yqvrwwsdjwzsafzn3"; + rev = "692e359ad9344d6e69626131f5c96743560e4d53"; + sha256 = "17cvnndxisridnhzanrswnapzdcmsb6ki95snn9krpcsibh2q5g2"; }; meta.homepage = "https://github.com/sheerun/vim-polyglot/"; }; @@ -16955,12 +16979,12 @@ final: prev: vim-spirv = buildVimPlugin { pname = "vim-spirv"; - version = "2024-10-10"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "kbenzie"; repo = "vim-spirv"; - rev = "11f7c6d26baf79a29ac8d2321810a5e3f7a45397"; - sha256 = "10wkfiqg4ccl671j8wc1kghck0jah7b74l4i648ybjly00ikybbh"; + rev = "3c3f0763af38e32580c92815f696966e522da68c"; + sha256 = "0dqv3zq248pv5xpcjy3ssr324l47zdwf9bdrrq94m69l98j7whkh"; }; meta.homepage = "https://github.com/kbenzie/vim-spirv/"; }; @@ -17832,12 +17856,12 @@ final: prev: vimade = buildVimPlugin { pname = "vimade"; - version = "2024-10-14"; + version = "2024-10-22"; src = fetchFromGitHub { owner = "TaDaa"; repo = "vimade"; - rev = "0330c53f4541908317c33582692d518b2bf5cce1"; - sha256 = "1gfkpnymvwqi91nskp8g2cld8v6dz72pn59ac4y6d5fafq83y5gn"; + rev = "d64aadb710e7a57193a713a600fd136855744eea"; + sha256 = "1z9vk7wanmhqh2b3vwks772qavgxrzshay3h3ihpkpg6xg20rsmj"; }; meta.homepage = "https://github.com/TaDaa/vimade/"; }; @@ -17953,12 +17977,12 @@ final: prev: vimtex = buildVimPlugin { pname = "vimtex"; - version = "2024-10-17"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "lervag"; repo = "vimtex"; - rev = "4dd3be5cc4e8f6ee7401e303a8211efb4d91bcf6"; - sha256 = "11a84xcm0rm4mv8521pi5a9dgiv8lys11nrda5kwh5vlrzxdwdwx"; + rev = "f59b2784e8e4a2cce741cc697b403428af4cf131"; + sha256 = "1v2pr2swnp0q7v3qfkpnm2k3wp8wa17dxrcn9cyaslcprcb5a340"; }; meta.homepage = "https://github.com/lervag/vimtex/"; }; @@ -18133,12 +18157,12 @@ final: prev: wiki-vim = buildVimPlugin { pname = "wiki.vim"; - version = "2024-09-16"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "lervag"; repo = "wiki.vim"; - rev = "8188ff7b62b7695eae44257bd6202d8494fee655"; - sha256 = "0w7h0xdhdxn7lniyx4qrxhfnq892z4p4p2pf2jgbsnhzj3dhhv87"; + rev = "e2f39f25ef6b5d3676161affa98d4df45b87c42a"; + sha256 = "0rc4k76m2b4ba1q6hyl8hnmgzzfnd77c6qp4bf6vihc4k8vhk2gq"; }; meta.homepage = "https://github.com/lervag/wiki.vim/"; }; @@ -18626,12 +18650,12 @@ final: prev: nvchad-ui = buildVimPlugin { pname = "nvchad-ui"; - version = "2024-10-19"; + version = "2024-10-24"; src = fetchFromGitHub { owner = "nvchad"; repo = "ui"; - rev = "3839b74f58602bec36db8150333c8b09966e42ed"; - sha256 = "1jxc2jr0vg1yca5md124zcvj6ncmqydmz8fhbzmaak5h8fgqy3qi"; + rev = "785bcbbf84eadcf3a831f9247577969e33c8f2ca"; + sha256 = "09zv0c17xqj39kswvnxddpxdv75sqz8h39kv6f3cszz9plgqq741"; }; meta.homepage = "https://github.com/nvchad/ui/"; }; @@ -18674,12 +18698,12 @@ final: prev: rose-pine = buildVimPlugin { pname = "rose-pine"; - version = "2024-10-08"; + version = "2024-10-23"; src = fetchFromGitHub { owner = "rose-pine"; repo = "neovim"; - rev = "d396005db5bbd1d4ec7772a7c96c96f4c4802328"; - sha256 = "1ahcvljrk073mwr2ipmlf3gd2k7gp1n6g921q2s2v4i0136v2lyr"; + rev = "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e"; + sha256 = "00gyn9s5c76fk1sqyg48aldbq2d8m33xia48vik8grj9wp12kbpx"; }; meta.homepage = "https://github.com/rose-pine/neovim/"; }; @@ -18696,18 +18720,6 @@ final: prev: meta.homepage = "https://github.com/samodostal/image.nvim/"; }; - scretch-nvim = buildVimPlugin { - pname = "scretch.nvim"; - version = "2024-10-20"; - src = fetchFromGitHub { - owner = "0xJohnnyboy"; - repo = "scretch.nvim"; - rev = "0b2fbd0ed285f74baab7396a4a08c7bb7a3653c1"; - sha256 = "sha256-BqCVe7dY6WNJZS2XTNcnvB9d+HoM0wUItmmVskEaVHQ="; - }; - meta.homepage = "https://github.com/0xJohnnyboy/scretch.nvim/"; - }; - tinykeymap = buildVimPlugin { pname = "tinykeymap"; version = "2024-02-17"; @@ -18720,18 +18732,6 @@ final: prev: meta.homepage = "https://github.com/tomtom/tinykeymap_vim/"; }; - unimpaired-nvim = buildVimPlugin { - pname = "unimpaired.nvim"; - version = "2024-10-17"; - src = fetchFromGitHub { - owner = "tummetott"; - repo = "unimpaired.nvim"; - rev = "8e504ba95dd10a687f4e4dacd5e19db221b88534"; - sha256 = "sha256-CNU4cigMjbvOdUzUXze9ZDmTZRuYtj4dCuuLVZkMTQg="; - }; - meta.homepage = "https://github.com/tummetott/unimpaired.nvim/"; - }; - vim-advanced-sorters = buildVimPlugin { pname = "vim-advanced-sorters"; version = "2024-08-16"; diff --git a/pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix b/pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix index 097a8662715e..a9d985a5d6e9 100644 --- a/pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix +++ b/pkgs/applications/editors/vim/plugins/nvim-treesitter/generated.nix @@ -491,12 +491,12 @@ }; dtd = buildGrammar { language = "dtd"; - version = "0.0.0+rev=809266e"; + version = "0.0.0+rev=cd1316e"; src = fetchFromGitHub { owner = "tree-sitter-grammars"; repo = "tree-sitter-xml"; - rev = "809266ed1694d64dedc168a18893cc254e3edf7e"; - hash = "sha256-Kxmk9v2oTTYtoLQ2n0LyNziouG56ZSgcirS8JukUmZE="; + rev = "cd1316e476ec40da6ce1fb5749c9d7e6b4f1090c"; + hash = "sha256-RTWvOUAs3Uql9DKsP1jf9FZZHaZORE40GXd+6g6RQZw="; }; location = "dtd"; meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-xml"; @@ -526,12 +526,12 @@ }; editorconfig = buildGrammar { language = "editorconfig"; - version = "0.0.0+rev=f5b5ac3"; + version = "0.0.0+rev=777f774"; src = fetchFromGitHub { owner = "ValdezFOmar"; repo = "tree-sitter-editorconfig"; - rev = "f5b5ac3f718523fe9d5ee926f64eb177306afdb6"; - hash = "sha256-l5ryC0wINO/oN8FNrngR7QnDAhiX65y0Hw5AExvAfBo="; + rev = "777f774d6381f1bb84adffa02a4e476fb61486ae"; + hash = "sha256-7CN2fT5wwsuSwQzq7uBj26OPYRtZ6rwLNz99SKhBU74="; }; meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-editorconfig"; }; @@ -614,12 +614,12 @@ }; erlang = buildGrammar { language = "erlang"; - version = "0.0.0+rev=f1919a3"; + version = "0.0.0+rev=4095e99"; src = fetchFromGitHub { owner = "WhatsApp"; repo = "tree-sitter-erlang"; - rev = "f1919a34af3a9c79402c4a3d6c52986e9c2ea949"; - hash = "sha256-0e01hr/QDZI+NSRoiTSQZftvpdCHKc6ZkEyxxbKIQyA="; + rev = "4095e9993acc89cb311ab1be8614c21b1cf768a4"; + hash = "sha256-+mp0h7qaJN30eqNIDJem5iOnnWATR1X4D6dB4gyGlfM="; }; meta.homepage = "https://github.com/WhatsApp/tree-sitter-erlang"; }; @@ -846,12 +846,12 @@ }; gitcommit = buildGrammar { language = "gitcommit"; - version = "0.0.0+rev=67ab180"; + version = "0.0.0+rev=db0e0c4"; src = fetchFromGitHub { owner = "gbprod"; repo = "tree-sitter-gitcommit"; - rev = "67ab180883ba5ce3f5b0a5f4288cc6d9f9d83a5d"; - hash = "sha256-5ieeIuUcaky3gWcrCrPXEGzfqom3Kv6rR8CEaWk797k="; + rev = "db0e0c4fb9095fdc42a7af34019c0616c071e9eb"; + hash = "sha256-rMLYEU4WdCInfNNAOuESCceavgWTy9NS8kgkTRaK1OE="; }; meta.homepage = "https://github.com/gbprod/tree-sitter-gitcommit"; }; @@ -1574,12 +1574,12 @@ }; lua = buildGrammar { language = "lua"; - version = "0.0.0+rev=99fc677"; + version = "0.0.0+rev=34e60e7"; src = fetchFromGitHub { owner = "MunifTanjim"; repo = "tree-sitter-lua"; - rev = "99fc677e6971c425e8d407f59c77ab897e585c92"; - hash = "sha256-Q2LtrifoKf16N1dRBf2xLi12kpMkcFncZL4jaVbtK3M="; + rev = "34e60e7f45fc313463c68090d88d742a55d1bd7a"; + hash = "sha256-v+fFcIOv+bu+2IGI/Lh/Xbqd5BzbBjaa51ECd0hG7Ow="; }; meta.homepage = "https://github.com/MunifTanjim/tree-sitter-lua"; }; @@ -1640,24 +1640,24 @@ }; markdown = buildGrammar { language = "markdown"; - version = "0.0.0+rev=be81c59"; + version = "0.0.0+rev=5cdc549"; src = fetchFromGitHub { owner = "MDeiml"; repo = "tree-sitter-markdown"; - rev = "be81c59efc552bd875650fe078bf6b78d57330ca"; - hash = "sha256-gqZYUJWijD0UQAQeElx/VxAILI2WZtvC/+Eno3AiCTU="; + rev = "5cdc549ab8f461aff876c5be9741027189299cec"; + hash = "sha256-dLj233xHPCJbawUVqkxxhHXbu/CrJIHcCyLXTgsWMFo="; }; location = "tree-sitter-markdown"; meta.homepage = "https://github.com/MDeiml/tree-sitter-markdown"; }; markdown_inline = buildGrammar { language = "markdown_inline"; - version = "0.0.0+rev=be81c59"; + version = "0.0.0+rev=5cdc549"; src = fetchFromGitHub { owner = "MDeiml"; repo = "tree-sitter-markdown"; - rev = "be81c59efc552bd875650fe078bf6b78d57330ca"; - hash = "sha256-gqZYUJWijD0UQAQeElx/VxAILI2WZtvC/+Eno3AiCTU="; + rev = "5cdc549ab8f461aff876c5be9741027189299cec"; + hash = "sha256-dLj233xHPCJbawUVqkxxhHXbu/CrJIHcCyLXTgsWMFo="; }; location = "tree-sitter-markdown-inline"; meta.homepage = "https://github.com/MDeiml/tree-sitter-markdown"; @@ -2634,12 +2634,12 @@ }; sql = buildGrammar { language = "sql"; - version = "0.0.0+rev=a8b10c7"; + version = "0.0.0+rev=f551a8f"; src = fetchFromGitHub { owner = "derekstride"; repo = "tree-sitter-sql"; - rev = "a8b10c76759a372d0f92bb070b4f5c993e0ce5f9"; - hash = "sha256-wfoov9KfIadouF3HTJ9hOpnIouCHvDffgSrXow8zQ5I="; + rev = "f551a8fa69dc9aea479b93fae34c3ea7be15f931"; + hash = "sha256-U+PnjYITbHOT+EtoF0lI8LNhcc811ZEqFjRTsSMtprA="; }; meta.homepage = "https://github.com/derekstride/tree-sitter-sql"; }; @@ -2745,12 +2745,12 @@ }; swift = buildGrammar { language = "swift"; - version = "0.0.0+rev=a6ec57a"; + version = "0.0.0+rev=d351cb3"; src = fetchFromGitHub { owner = "alex-pinkus"; repo = "tree-sitter-swift"; - rev = "a6ec57ad4d12c68d952ba1f869bd373a7ac95832"; - hash = "sha256-mdBrUgq8uux7p/DEm4jBNtB5a4UFDTrNRXX4hexKN7s="; + rev = "d351cb321c28f0a3e66242ef2f61b1f890ec4b44"; + hash = "sha256-7b9wNyHF2ZKMhMcqaFVb1xGcxWdZOS5k1CBvg4RVqXE="; }; generate = true; meta.homepage = "https://github.com/alex-pinkus/tree-sitter-swift"; @@ -2891,12 +2891,12 @@ }; tlaplus = buildGrammar { language = "tlaplus"; - version = "0.0.0+rev=da9cf97"; + version = "0.0.0+rev=8a8413f"; src = fetchFromGitHub { owner = "tlaplus-community"; repo = "tree-sitter-tlaplus"; - rev = "da9cf9793686e236327aadfbad449414c895bf84"; - hash = "sha256-VlYgKg9K/veFqxHWqF3nEYsrRGub2xK9txFK71Kn9JA="; + rev = "8a8413f1d08e7ee40b347206d26eac4324db9fd9"; + hash = "sha256-k34gkAd0ueXEAww/Hc1mtBfn0Kp1pIBQtjDZ9GQeB4Q="; }; meta.homepage = "https://github.com/tlaplus-community/tree-sitter-tlaplus"; }; @@ -3160,12 +3160,12 @@ }; vimdoc = buildGrammar { language = "vimdoc"; - version = "0.0.0+rev=2249c44"; + version = "0.0.0+rev=59c5392"; src = fetchFromGitHub { owner = "neovim"; repo = "tree-sitter-vimdoc"; - rev = "2249c44ecd3f5cf22da3dcccfb74f816ddb29245"; - hash = "sha256-v+XSWGm2Wdn9/rxNFMqXYACkGn6AvxZdxkClLuKnWGU="; + rev = "59c539286e7487b267bc7808b16833f9e3ad6793"; + hash = "sha256-YDeyD9z/pXISAD7IVfzEenNy2qPORLMqG466c+6yQf0="; }; meta.homepage = "https://github.com/neovim/tree-sitter-vimdoc"; }; @@ -3248,16 +3248,27 @@ }; xml = buildGrammar { language = "xml"; - version = "0.0.0+rev=809266e"; + version = "0.0.0+rev=cd1316e"; src = fetchFromGitHub { owner = "tree-sitter-grammars"; repo = "tree-sitter-xml"; - rev = "809266ed1694d64dedc168a18893cc254e3edf7e"; - hash = "sha256-Kxmk9v2oTTYtoLQ2n0LyNziouG56ZSgcirS8JukUmZE="; + rev = "cd1316e476ec40da6ce1fb5749c9d7e6b4f1090c"; + hash = "sha256-RTWvOUAs3Uql9DKsP1jf9FZZHaZORE40GXd+6g6RQZw="; }; location = "xml"; meta.homepage = "https://github.com/tree-sitter-grammars/tree-sitter-xml"; }; + xresources = buildGrammar { + language = "xresources"; + version = "0.0.0+rev=630af80"; + src = fetchFromGitHub { + owner = "ValdezFOmar"; + repo = "tree-sitter-xresources"; + rev = "630af80f563ede09a652a808277950c36306e3a3"; + hash = "sha256-kQmswwZgevQFayhU0Q+UnLh+lnjgvr+m48FtYWUv3Bw="; + }; + meta.homepage = "https://github.com/ValdezFOmar/tree-sitter-xresources"; + }; yaml = buildGrammar { language = "yaml"; version = "0.0.0+rev=7b03fee"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 6b170299b217..ffea81bcf232 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -200,19 +200,6 @@ in blink-cmp = callPackage ./blink-cmp { }; - # The GitHub repository returns 404, which breaks the update script - vim-pony = buildVimPlugin { - pname = "vim-pony"; - version = "2018-07-27"; - src = fetchFromGitHub { - owner = "jakwings"; - repo = "vim-pony"; - rev = "b26f01a869000b73b80dceabd725d91bfe175b75"; - sha256 = "0if8g94m3xmpda80byfxs649w2is9ah1k8v3028nblan73zlc8x8"; - }; - meta.homepage = "https://github.com/jakwings/vim-pony/"; - }; - chadtree = super.chadtree.overrideAttrs { buildInputs = [ python3 @@ -1240,6 +1227,19 @@ in nvimRequireCheck = "lean"; }; + LeaderF = super.LeaderF.overrideAttrs { + nativeBuildInputs = [ python3.pkgs.setuptools ]; + buildInputs = [ python3 ]; + # rm */build/ to prevent dependencies on gcc + # strip the *.so to keep files small + buildPhase = '' + patchShebangs . + ./install.sh + rm autoload/leaderf/fuzzyMatch_C/build/ -r + ''; + stripDebugList = [ "autoload/leaderf/python" ]; + }; + leap-ast-nvim = super.leap-ast-nvim.overrideAttrs { dependencies = with self; [ leap-nvim @@ -1248,6 +1248,17 @@ in nvimRequireCheck = "leap-ast"; }; + leetcode-nvim = super.leetcode-nvim.overrideAttrs { + dependencies = with self; [ + nui-nvim + plenary-nvim + telescope-nvim + ]; + + doInstallCheck = true; + nvimRequireCheck = "leetcode"; + }; + lens-vim = super.lens-vim.overrideAttrs { # remove duplicate g:lens#animate in doc/lens.txt # https://github.com/NixOS/nixpkgs/pull/105810#issuecomment-740007985 @@ -2510,6 +2521,19 @@ in dependencies = with self; [ denops-vim ]; }; + # The GitHub repository returns 404, which breaks the update script + vim-pony = buildVimPlugin { + pname = "vim-pony"; + version = "2018-07-27"; + src = fetchFromGitHub { + owner = "jakwings"; + repo = "vim-pony"; + rev = "b26f01a869000b73b80dceabd725d91bfe175b75"; + sha256 = "0if8g94m3xmpda80byfxs649w2is9ah1k8v3028nblan73zlc8x8"; + }; + meta.homepage = "https://github.com/jakwings/vim-pony/"; + }; + vim-sensible = super.vim-sensible.overrideAttrs { patches = [ ./patches/vim-sensible/fix-nix-store-path-regex.patch ]; }; @@ -2675,17 +2699,6 @@ in nvimRequireCheck = "yazi"; }; - leetcode-nvim = super.leetcode-nvim.overrideAttrs { - dependencies = with self; [ - nui-nvim - plenary-nvim - telescope-nvim - ]; - - doInstallCheck = true; - nvimRequireCheck = "leetcode"; - }; - YouCompleteMe = super.YouCompleteMe.overrideAttrs { buildPhase = '' substituteInPlace plugin/youcompleteme.vim \ @@ -2716,18 +2729,6 @@ in --replace "'zoxide_executable', 'zoxide'" "'zoxide_executable', '${zoxide}/bin/zoxide'" ''; }; - LeaderF = super.LeaderF.overrideAttrs { - nativeBuildInputs = [ python3.pkgs.setuptools ]; - buildInputs = [ python3 ]; - # rm */build/ to prevent dependencies on gcc - # strip the *.so to keep files small - buildPhase = '' - patchShebangs . - ./install.sh - rm autoload/leaderf/fuzzyMatch_C/build/ -r - ''; - stripDebugList = [ "autoload/leaderf/python" ]; - }; } // ( let diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index c35abdb75ab3..1420ff4fd04b 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1,550 +1,238 @@ repo,branch,alias -https://github.com/euclidianAce/BetterLua.vim/,, -https://github.com/vim-scripts/BufOnly.vim/,, -https://github.com/jackMort/ChatGPT.nvim/,HEAD, -https://github.com/chrisbra/CheckAttach/,, -https://github.com/vim-scripts/Colour-Sampler-Pack/,, -https://github.com/CopilotC-Nvim/CopilotChat.nvim/,HEAD, -https://github.com/whonore/Coqtail/,, -https://github.com/vim-scripts/DoxygenToolkit.vim/,, -https://github.com/numToStr/FTerm.nvim/,, -https://github.com/antoinemadec/FixCursorHold.nvim/,, -https://github.com/vim-scripts/Improved-AnsiEsc/,, -https://github.com/ionide/Ionide-vim/,HEAD, -https://github.com/martinda/Jenkinsfile-vim-syntax/,, -https://github.com/autozimu/LanguageClient-neovim/,, -https://github.com/vigoux/LanguageTool.nvim/,, -https://github.com/LazyVim/LazyVim/,, -https://github.com/Yggdroot/LeaderF/,, -https://github.com/Valloric/MatchTagAlways/,, -https://github.com/numToStr/Navigator.nvim/,, -https://github.com/overcache/NeoSolarized/,, -https://github.com/GCBallesteros/NotebookNavigator.nvim/,HEAD, -https://github.com/chrisbra/NrrwRgn/,, -https://github.com/vim-scripts/PreserveNoEOL/,, -https://github.com/henriklovhaug/Preview.nvim/,HEAD, -https://github.com/yssl/QFEnter/,, -https://github.com/chrisbra/Recover.vim/,, -https://github.com/vim-scripts/Rename/,, -https://github.com/vim-scripts/ReplaceWithRegister/,, -https://github.com/b0o/SchemaStore.nvim/,, -https://github.com/sunjon/Shade.nvim/,, -https://github.com/vim-scripts/ShowMultiBase/,, -https://github.com/tmhedberg/SimpylFold/,, -https://github.com/vim-scripts/SmartCase/,, -https://github.com/jaredgorski/SpaceCamp/,, -https://github.com/SpaceVim/SpaceVim/,, -https://github.com/chrisbra/SudoEdit.vim/,, -https://github.com/hsitz/VimOrganizer/,, -https://github.com/VundleVim/Vundle.vim/,, -https://github.com/esneider/YUNOcommit.vim/,, -https://github.com/vim-scripts/YankRing.vim/,, -https://github.com/ycm-core/YouCompleteMe/,, -https://github.com/vim-scripts/a.vim/,, -https://github.com/mileszs/ack.vim/,, -https://github.com/eikenb/acp/,, -https://github.com/aznhe21/actions-preview.nvim/,, -https://github.com/aaronhallaert/advanced-git-search.nvim/,HEAD, -https://github.com/Mofiqul/adwaita.nvim/,HEAD, -https://github.com/stevearc/aerial.nvim/,, -https://github.com/Numkil/ag.nvim/,, -https://github.com/derekelkins/agda-vim/,, -https://github.com/aduros/ai.vim/,HEAD, -https://github.com/joshuavial/aider.nvim/,HEAD, -https://github.com/slashmili/alchemist.vim/,, -https://github.com/dense-analysis/ale/,, -https://github.com/vim-scripts/align/,, -https://github.com/Vonr/align.nvim/,HEAD, -https://github.com/goolord/alpha-nvim/,HEAD, -https://github.com/anuvyklack/animation.nvim/,HEAD, -https://github.com/Olical/aniseed/,, -https://github.com/pearofducks/ansible-vim/,, -https://github.com/ckarnell/antonys-macro-repeater/,, -https://github.com/solarnz/arcanist.vim/,, -https://github.com/vim-scripts/argtextobj.vim/,, -https://github.com/otavioschwanck/arrow.nvim/,, -https://github.com/AstroNvim/astrotheme/,, -https://github.com/prabirshrestha/async.vim/,, -https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD, -https://github.com/prabirshrestha/asyncomplete-file.vim/,HEAD, -https://github.com/prabirshrestha/asyncomplete-lsp.vim/,, -https://github.com/prabirshrestha/asyncomplete-omni.vim/,HEAD, -https://github.com/prabirshrestha/asyncomplete-tags.vim/,HEAD, -https://github.com/prabirshrestha/asyncomplete-ultisnips.vim/,HEAD, -https://github.com/prabirshrestha/asyncomplete.vim/,, -https://github.com/skywind3000/asyncrun.vim/,, -https://github.com/skywind3000/asynctasks.vim/,, -https://github.com/vmchale/ats-vim/,, -https://github.com/ray-x/aurora/,, -https://github.com/hotwatermorning/auto-git-diff/,, -https://github.com/asiryk/auto-hlsearch.nvim/,HEAD, -https://github.com/jiangmiao/auto-pairs/,, -https://github.com/okuuva/auto-save.nvim/,HEAD, -https://github.com/rmagatti/auto-session/,, -https://github.com/m4xshen/autoclose.nvim/,HEAD, -https://github.com/gaoDean/autolist.nvim/,, -https://github.com/vim-scripts/autoload_cscope.vim/,, -https://github.com/nullishamy/autosave.nvim/,HEAD, -https://github.com/rafi/awesome-vim-colorschemes/,, -https://github.com/AhmedAbdulrahman/aylin.vim/,, -https://github.com/ayu-theme/ayu-vim/,, -https://github.com/taybart/b64.nvim/,HEAD, -https://github.com/m00qek/baleia.nvim/,HEAD, -https://github.com/ribru17/bamboo.nvim/,, -https://github.com/romgrk/barbar.nvim/,, -https://github.com/utilyre/barbecue.nvim/,, -https://github.com/RRethy/base16-nvim/,, -https://github.com/chriskempson/base16-vim/,, -https://github.com/nvchad/base46/,HEAD, -https://github.com/jamespwilliams/bat.vim/,HEAD, -https://github.com/vim-scripts/bats.vim/,, -https://github.com/rbgrouleff/bclose.vim/,, -https://github.com/max397574/better-escape.nvim/,, -https://github.com/LunarVim/bigfile.nvim/,, -https://github.com/APZelos/blamer.nvim/,HEAD, -https://github.com/HampusHauffman/block.nvim/,HEAD, -https://github.com/blueballs-theme/blueballs-neovim/,, -https://github.com/uloco/bluloco.nvim/,, -https://github.com/rockerBOO/boo-colorscheme-nvim/,, -https://github.com/nat-418/boole.nvim/,HEAD, -https://github.com/turbio/bracey.vim/,, -https://github.com/fruit-in/brainfuck-vim/,, -https://github.com/famiu/bufdelete.nvim/,, -https://github.com/jlanzarotta/bufexplorer/,, -https://github.com/AndrewRadev/bufferize.vim/,HEAD, -https://github.com/akinsho/bufferline.nvim/,, -https://github.com/kwkarlwang/bufjump.nvim/,HEAD, -https://github.com/bullets-vim/bullets.vim/,, -https://github.com/mattn/calendar-vim/,,mattn-calendar-vim -https://github.com/itchyny/calendar.vim/,, -https://github.com/bkad/camelcasemotion/,, -https://github.com/tyru/caw.vim/,, -https://github.com/uga-rosa/ccc.nvim/,HEAD, -https://github.com/Eandrju/cellular-automaton.nvim/,HEAD, -https://github.com/ms-jpq/chadtree/,HEAD, -https://github.com/vim-scripts/changeColorScheme.vim/,, -https://github.com/sudormrfbin/cheatsheet.nvim/,, -https://github.com/yunlingz/ci_dark/,, -https://github.com/declancm/cinnamon.nvim/,HEAD, -https://github.com/projekt0n/circles.nvim/,, -https://github.com/zootedb0t/citruszest.nvim/,, -https://github.com/xavierd/clang_complete/,, -https://github.com/p00f/clangd_extensions.nvim/,HEAD, -https://github.com/rhysd/clever-f.vim/,, -https://github.com/bbchung/clighter8/,, -https://github.com/ekickx/clipboard-image.nvim/,, -https://github.com/laytan/cloak.nvim/,HEAD, -https://github.com/asheq/close-buffers.vim/,HEAD, -https://github.com/Civitasv/cmake-tools.nvim/,, -https://github.com/winston0410/cmd-parser.nvim/,, -https://github.com/tzachar/cmp-ai/,HEAD, https://codeberg.org/FelipeLema/cmp-async-path/,, -https://github.com/crispgm/cmp-beancount/,HEAD, -https://github.com/hrsh7th/cmp-buffer/,, -https://github.com/hrsh7th/cmp-calc/,, -https://github.com/vappolinario/cmp-clippy/,HEAD, -https://github.com/hrsh7th/cmp-cmdline/,, -https://github.com/dmitmel/cmp-cmdline-history/,HEAD, -https://github.com/PaterJason/cmp-conjure/,, -https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD, -https://github.com/hrsh7th/cmp-copilot/,HEAD, -https://github.com/delphinus/cmp-ctags/,HEAD, -https://github.com/rcarriga/cmp-dap/,HEAD, -https://github.com/uga-rosa/cmp-dictionary/,HEAD, -https://github.com/dmitmel/cmp-digraphs/,HEAD, -https://github.com/hrsh7th/cmp-emoji/,, -https://github.com/mtoohey31/cmp-fish/,HEAD, -https://github.com/tzachar/cmp-fuzzy-buffer/,HEAD, -https://github.com/tzachar/cmp-fuzzy-path/,HEAD, -https://github.com/petertriho/cmp-git/,HEAD, -https://github.com/max397574/cmp-greek/,HEAD, -https://github.com/kdheepak/cmp-latex-symbols/,, -https://github.com/octaltree/cmp-look/,HEAD, -https://github.com/notomo/cmp-neosnippet/,HEAD, -https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/,HEAD, -https://github.com/David-Kunz/cmp-npm/,HEAD, -https://github.com/hrsh7th/cmp-nvim-lsp/,, -https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,, -https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/,HEAD, -https://github.com/hrsh7th/cmp-nvim-lua/,, -https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD, -https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,, -https://github.com/hrsh7th/cmp-omni/,, -https://github.com/jc-doyle/cmp-pandoc-references/,, -https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD, -https://github.com/hrsh7th/cmp-path/,, -https://github.com/lukas-reineke/cmp-rg/,HEAD, -https://github.com/dcampos/cmp-snippy/,HEAD, -https://github.com/f3fora/cmp-spell/,, -https://github.com/nzlov/cmp-tabby/,HEAD, -https://github.com/tzachar/cmp-tabnine/,, -https://github.com/andersevenrud/cmp-tmux/,, -https://github.com/ray-x/cmp-treesitter/,, -https://github.com/lukas-reineke/cmp-under-comparator/,, -https://github.com/dmitmel/cmp-vim-lsp/,HEAD, -https://github.com/pontusk/cmp-vimwiki-tags/,HEAD, -https://github.com/hrsh7th/cmp-vsnip/,, -https://github.com/tamago324/cmp-zsh/,HEAD, -https://github.com/saadparwaiz1/cmp_luasnip/,, -https://github.com/chrisgrieser/cmp_yanky/,HEAD, -https://github.com/lalitmee/cobalt2.nvim/,, -https://github.com/vn-ki/coc-clap/,, -https://github.com/neoclide/coc-denite/,, -https://github.com/antoinemadec/coc-fzf/,, -https://github.com/josa42/coc-lua/,, -https://github.com/neoclide/coc-neco/,, -https://github.com/coc-extensions/coc-svelte/,, -https://github.com/iamcco/coc-tailwindcss/,, -https://github.com/neoclide/coc.nvim/,release, -https://github.com/manicmaniac/coconut.vim/,HEAD, -https://github.com/Exafunction/codeium.nvim/,HEAD, -https://github.com/Exafunction/codeium.vim/,HEAD, -https://github.com/mistricky/codesnap.nvim/,HEAD, -https://github.com/gorbit99/codewindow.nvim/,HEAD, -https://github.com/metakirby5/codi.vim/,, -https://github.com/tjdevries/colorbuddy.nvim/,, -https://github.com/lilydjwg/colorizer/,, -https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD, -https://github.com/wincent/command-t/,, -https://github.com/LudoPinelli/comment-box.nvim/,HEAD, -https://github.com/numtostr/comment.nvim/,, -https://github.com/rhysd/committia.vim/,, -https://github.com/hrsh7th/compe-conjure/,, -https://github.com/GoldsteinE/compe-latex-symbols/,, -https://github.com/tzachar/compe-tabnine/,, -https://github.com/tamago324/compe-zsh/,, -https://github.com/xeluxee/competitest.nvim/,HEAD, -https://github.com/krady21/compiler-explorer.nvim/,HEAD, -https://github.com/Zeioth/compiler.nvim/,HEAD, -https://github.com/steelsojka/completion-buffers/,, -https://github.com/nvim-lua/completion-nvim/,, +https://git.sr.ht/~sircmpwn/hare.vim,HEAD, +https://git.sr.ht/~whynothugo/lsp_lines.nvim,, +https://github.com/0xJohnnyboy/scretch.nvim/,HEAD, +https://github.com/3rd/diagram.nvim/,HEAD, +https://github.com/3rd/image.nvim/,HEAD, +https://github.com/907th/vim-auto-save/,, +https://github.com/aaronhallaert/advanced-git-search.nvim/,HEAD, +https://github.com/abecodes/tabout.nvim/,HEAD, https://github.com/aca/completion-tabnine/,, -https://github.com/nvim-treesitter/completion-treesitter/,, -https://github.com/chikatoike/concealedyank.vim/,, -https://github.com/rhysd/conflict-marker.vim/,, -https://github.com/stevearc/conform.nvim/,HEAD, -https://github.com/Olical/conjure/,, -https://github.com/wellle/context.vim/,, -https://github.com/Shougo/context_filetype.vim/,, -https://github.com/zbirenbaum/copilot-cmp/,HEAD, -https://github.com/AndreM222/copilot-lualine/,HEAD, -https://github.com/zbirenbaum/copilot.lua/,HEAD, -https://github.com/github/copilot.vim/,, -https://github.com/ms-jpq/coq.artifacts/,HEAD, -https://github.com/ms-jpq/coq.thirdparty/,HEAD, -https://github.com/jvoorhis/coq.vim/,, -https://github.com/ms-jpq/coq_nvim/,, -https://github.com/isovector/cornelis/,HEAD, -https://github.com/lfilho/cosco.vim/,, -https://github.com/nixprime/cpsm/,, -https://github.com/saecki/crates.nvim/,, -https://github.com/godlygeek/csapprox/,, -https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD, -https://github.com/chrisbra/csv.vim/,, -https://github.com/JazzCore/ctrlp-cmatcher/,, -https://github.com/FelikZ/ctrlp-py-matcher/,, +https://github.com/AckslD/nvim-FeMaco.lua/,HEAD, +https://github.com/AckslD/nvim-neoclip.lua/,, +https://github.com/AckslD/nvim-whichkey-setup.lua/,, +https://github.com/aduros/ai.vim/,HEAD, +https://github.com/AhmedAbdulrahman/aylin.vim/,, +https://github.com/ahmedkhalf/lsp-rooter.nvim/,, +https://github.com/ahmedkhalf/project.nvim/,, +https://github.com/airblade/vim-gitgutter/,, +https://github.com/airblade/vim-rooter/,, +https://github.com/ajmwagar/vim-deus/,, +https://github.com/akinsho/bufferline.nvim/,, +https://github.com/akinsho/flutter-tools.nvim/,HEAD, +https://github.com/akinsho/git-conflict.nvim/,HEAD, +https://github.com/akinsho/toggleterm.nvim/,, +https://github.com/aklt/plantuml-syntax/,, +https://github.com/aktersnurra/no-clown-fiesta.nvim/,, +https://github.com/Alexis12119/nightly.nvim/,, +https://github.com/alfaix/neotest-gtest/,HEAD, +https://github.com/allendang/nvim-expand-expr/,, +https://github.com/Almo7aya/openingh.nvim/,, +https://github.com/AlphaTechnolog/pywal.nvim/,, +https://github.com/altercation/vim-colors-solarized/,, +https://github.com/altermo/ultimate-autopair.nvim/,HEAD, +https://github.com/alvan/vim-closetag/,, +https://github.com/alvarosevilla95/luatab.nvim/,, +https://github.com/alx741/vim-hindent/,, +https://github.com/alx741/vim-stylishask/,, https://github.com/amiorin/ctrlp-z/,, -https://github.com/ctrlpvim/ctrlp.vim/,, -https://github.com/scottmckendry/cyberdream.nvim/,, -https://github.com/ptdewey/darkearth-nvim/,HEAD, -https://github.com/dart-lang/dart-vim-plugin/,, -https://github.com/rizzatti/dash.vim/,HEAD, -https://github.com/nvimdev/dashboard-nvim/,, -https://github.com/Shougo/ddc-filter-matcher_head/,HEAD, -https://github.com/Shougo/ddc-filter-sorter_rank/,HEAD, -https://github.com/Shougo/ddc-source-lsp/,HEAD, -https://github.com/Shougo/ddc-ui-native/,HEAD, -https://github.com/Shougo/ddc-ui-pum/,HEAD, -https://github.com/Shougo/ddc.vim/,HEAD, +https://github.com/amrbashir/nvim-docs-view/,HEAD, +https://github.com/andersevenrud/cmp-tmux/,, +https://github.com/andersevenrud/nordic.nvim/,, +https://github.com/andersevenrud/nvim_context_vt/,, +https://github.com/AndreM222/copilot-lualine/,HEAD, +https://github.com/andrep/vimacs/,, +https://github.com/andreshazard/vim-logreview/,, https://github.com/andrewferrier/debugprint.nvim/,HEAD, -https://github.com/Verf/deepwhite.nvim/,, -https://github.com/kristijanhusak/defx-git/,, -https://github.com/kristijanhusak/defx-icons/,, -https://github.com/Shougo/defx.nvim/,, -https://github.com/Raimondi/delimitMate/,, -https://github.com/neoclide/denite-extra/,, -https://github.com/neoclide/denite-git/,, -https://github.com/Shougo/denite.nvim/,, -https://github.com/vim-denops/denops.vim/,HEAD, -https://github.com/Shougo/deol.nvim/,, +https://github.com/andrewferrier/wrapping.nvim/,HEAD, +https://github.com/AndrewRadev/bufferize.vim/,HEAD, +https://github.com/AndrewRadev/sideways.vim/,, +https://github.com/AndrewRadev/splitjoin.vim/,, +https://github.com/AndrewRadev/switch.vim/,, +https://github.com/AndrewRadev/tagalong.vim/,, +https://github.com/andviro/flake8-vim/,, +https://github.com/andweeb/presence.nvim/,, +https://github.com/andymass/vim-matchup/,, +https://github.com/andys8/vim-elm-syntax/,, +https://github.com/andythigpen/nvim-coverage/,HEAD, +https://github.com/antoinemadec/coc-fzf/,, +https://github.com/antoinemadec/FixCursorHold.nvim/,, +https://github.com/anuvyklack/animation.nvim/,HEAD, +https://github.com/anuvyklack/fold-preview.nvim/,HEAD, +https://github.com/anuvyklack/keymap-layer.nvim/,HEAD, +https://github.com/anuvyklack/pretty-fold.nvim/,HEAD, +https://github.com/anuvyklack/windows.nvim/,, +https://github.com/ap/vim-css-color/,, +https://github.com/APZelos/blamer.nvim/,HEAD, +https://github.com/aquach/vim-mediawiki-editor/,HEAD, +https://github.com/arkav/lualine-lsp-progress/,, +https://github.com/arnamak/stay-centered.nvim/,HEAD, +https://github.com/arthurxavierx/vim-unicoder/,, +https://github.com/artur-shaik/vim-javacomplete2/,, +https://github.com/aserowy/tmux.nvim/,HEAD, +https://github.com/asheq/close-buffers.vim/,HEAD, +https://github.com/asiryk/auto-hlsearch.nvim/,HEAD, +https://github.com/aspeddro/cmp-pandoc.nvim/,HEAD, +https://github.com/AstroNvim/astrotheme/,, +https://github.com/autozimu/LanguageClient-neovim/,, +https://github.com/avm99963/vim-jjdescription/,HEAD, +https://github.com/axelf4/vim-strip-trailing-whitespace/,, +https://github.com/axelvc/template-string.nvim/,HEAD, +https://github.com/axieax/urlview.nvim/,, +https://github.com/ayu-theme/ayu-vim/,, +https://github.com/aznhe21/actions-preview.nvim/,, +https://github.com/b0o/SchemaStore.nvim/,, +https://github.com/b3nj5m1n/kommentary/,, +https://github.com/backdround/improved-search.nvim/,HEAD, +https://github.com/bakpakin/fennel.vim/,, +https://github.com/barreiroleo/ltex_extra.nvim/,HEAD, +https://github.com/bazelbuild/vim-bazel/,, +https://github.com/bbchung/clighter8/,, +https://github.com/Bekaboo/dropbar.nvim/,HEAD, +https://github.com/BeneCollyridam/futhark-vim/,, +https://github.com/benizi/vim-automkdir/,, +https://github.com/benlubas/molten-nvim/,HEAD, +https://github.com/bfredl/nvim-luadev/,HEAD, +https://github.com/bhurlow/vim-parinfer/,, +https://github.com/Bilal2453/luvit-meta/,HEAD, +https://github.com/bitc/vim-hdevtools/,, +https://github.com/bkad/camelcasemotion/,, +https://github.com/blazkowolf/gruber-darker.nvim/,, +https://github.com/bling/vim-bufferline/,, +https://github.com/blueballs-theme/blueballs-neovim/,, +https://github.com/blueyed/vim-diminactive/,, +https://github.com/bluz71/vim-nightfly-colors/,,nightfly +https://github.com/bogado/file-line/,, +https://github.com/bohlender/vim-smt2/,, +https://github.com/booperlv/nvim-gomove/,HEAD, +https://github.com/brennanfee/vim-gui-position/,, +https://github.com/brenoprata10/nvim-highlight-colors/,HEAD, +https://github.com/bronson/vim-trailing-whitespace/,, +https://github.com/bronson/vim-visual-star-search/,HEAD, +https://github.com/brooth/far.vim/,, +https://github.com/brymer-meneses/grammar-guard.nvim/,HEAD, +https://github.com/bullets-vim/bullets.vim/,, +https://github.com/buoto/gotests-vim/,, +https://github.com/cakebaker/scss-syntax.vim/,, +https://github.com/calops/hmts.nvim/,, +https://github.com/camspiers/lens.vim/,, +https://github.com/camspiers/snap/,, +https://github.com/Canop/nvim-bacon/,HEAD, +https://github.com/cappyzawa/trim.nvim/,, +https://github.com/carlitux/deoplete-ternjs/,, +https://github.com/catppuccin/nvim/,,catppuccin-nvim +https://github.com/catppuccin/vim/,HEAD,catppuccin-vim +https://github.com/cbochs/grapple.nvim/,HEAD, +https://github.com/ccarpita/rtorrent-syntax-file/,, +https://github.com/cespare/vim-toml/,, +https://github.com/chaoren/vim-wordmotion/,, +https://github.com/chentoast/marks.nvim/,, +https://github.com/chikamichi/mediawiki.vim/,HEAD, +https://github.com/chikatoike/concealedyank.vim/,, +https://github.com/chikatoike/sourcemap.vim/,, +https://github.com/chipsenkbeil/distant.nvim/,HEAD, +https://github.com/chkno/vim-haskell-module-name/,, +https://github.com/chomosuke/term-edit.nvim/,HEAD, +https://github.com/chr4/nginx.vim/,, +https://github.com/chr4/sslsecure.vim/,, +https://github.com/chrisbra/CheckAttach/,, +https://github.com/chrisbra/csv.vim/,, +https://github.com/chrisbra/NrrwRgn/,, +https://github.com/chrisbra/Recover.vim/,, +https://github.com/chrisbra/SudoEdit.vim/,, +https://github.com/chrisbra/unicode.vim/,, +https://github.com/chrisgeo/sparkup/,, +https://github.com/chrisgrieser/cmp_yanky/,HEAD, +https://github.com/chrisgrieser/nvim-genghis/,HEAD, +https://github.com/chrisgrieser/nvim-rip-substitute/,, +https://github.com/chrisgrieser/nvim-spider/,HEAD, +https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD, +https://github.com/chriskempson/base16-vim/,, +https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/,, +https://github.com/christoomey/vim-sort-motion/,, +https://github.com/christoomey/vim-tmux-navigator/,, +https://github.com/ciaranm/inkpot/,, +https://github.com/Civitasv/cmake-tools.nvim/,, +https://github.com/ckarnell/antonys-macro-repeater/,, +https://github.com/clojure-vim/vim-jack-in/,, +https://github.com/cloudhead/neovim-fuzzy/,, +https://github.com/coc-extensions/coc-svelte/,, +https://github.com/cocopon/iceberg.vim/,, +https://github.com/code-biscuits/nvim-biscuits/,HEAD, +https://github.com/codethread/qmk.nvim/,HEAD, +https://github.com/codota/tabnine-vim/,, +https://github.com/cohama/lexima.vim/,, +https://github.com/ConradIrwin/vim-bracketed-paste/,, +https://github.com/CopilotC-Nvim/CopilotChat.nvim/,HEAD, +https://github.com/creativenull/efmls-configs-nvim/,, +https://github.com/crispgm/cmp-beancount/,HEAD, +https://github.com/crusoexia/vim-monokai/,, +https://github.com/cshuaimin/ssr.nvim/,HEAD, +https://github.com/ctjhoa/spacevim/,, +https://github.com/ctrlpvim/ctrlp.vim/,, +https://github.com/cxwx/specs.nvim/,HEAD, +https://github.com/dag/vim-fish/,, +https://github.com/dag/vim2hs/,, +https://github.com/danielfalk/smart-open.nvim/,0.2.x, +https://github.com/danilo-augusto/vim-afterglow/,HEAD, +https://github.com/dannyob/quickfixstatus/,, +https://github.com/danymat/neogen/,HEAD, +https://github.com/Darazaki/indent-o-matic/,, +https://github.com/darfink/starsearch.vim/,, +https://github.com/dart-lang/dart-vim-plugin/,, +https://github.com/dasupradyumna/midnight.nvim/,, +https://github.com/david-a-wheeler/vim-metamath/,, +https://github.com/David-Kunz/cmp-npm/,HEAD, +https://github.com/David-Kunz/markid/,HEAD, +https://github.com/davidgranstrom/scnvim/,HEAD, +https://github.com/davidhalter/jedi-vim/,, +https://github.com/davidsierradz/cmp-conventionalcommits/,HEAD, +https://github.com/dcampos/cmp-snippy/,HEAD, +https://github.com/dcampos/nvim-snippy/,HEAD, +https://github.com/dcharbon/vim-flatbuffers/,, +https://github.com/debugloop/telescope-undo.nvim/,HEAD, +https://github.com/declancm/cinnamon.nvim/,HEAD, +https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD, +https://github.com/delphinus/cmp-ctags/,HEAD, +https://github.com/delroth/vim-molokai-delroth/,HEAD, +https://github.com/dense-analysis/ale/,, https://github.com/deoplete-plugins/deoplete-clang/,, https://github.com/deoplete-plugins/deoplete-dictionary/,, -https://github.com/ponko2/deoplete-fish/,, -https://github.com/SevereOverfl0w/deoplete-github/,, https://github.com/deoplete-plugins/deoplete-go/,, -https://github.com/Inazuma110/deoplete-greek/,, https://github.com/deoplete-plugins/deoplete-jedi/,, -https://github.com/JuliaEditorSupport/deoplete-julia/,, -https://github.com/nicoe/deoplete-khard/,, https://github.com/deoplete-plugins/deoplete-lsp/,, -https://github.com/Valodim/deoplete-notmuch/,, -https://github.com/kristijanhusak/deoplete-phpactor/,, -https://github.com/sebastianmarkow/deoplete-rust/,, -https://github.com/tbodt/deoplete-tabnine/,, -https://github.com/carlitux/deoplete-ternjs/,, -https://github.com/lighttiger2505/deoplete-vim-lsp/,, https://github.com/deoplete-plugins/deoplete-zsh/,, -https://github.com/Shougo/deoplete.nvim/,, -https://github.com/rhysd/devdocs.vim/,, -https://github.com/vmchale/dhall-vim/,, -https://github.com/onsails/diaglist.nvim/,, -https://github.com/nvim-lua/diagnostic-nvim/,, -https://github.com/3rd/diagram.nvim/,HEAD, -https://github.com/monaqa/dial.nvim/,HEAD, -https://github.com/sindrets/diffview.nvim/,, -https://github.com/elihunter173/dirbuf.nvim/,HEAD, +https://github.com/derekelkins/agda-vim/,, +https://github.com/derekwyatt/vim-scala/,, +https://github.com/dhruvasagar/vim-prosession/,, +https://github.com/dhruvasagar/vim-table-mode/,, +https://github.com/digitaltoad/vim-pug/,, +https://github.com/DingDean/wgsl.vim/,HEAD, https://github.com/direnv/direnv.vim/,, -https://github.com/chipsenkbeil/distant.nvim/,HEAD, -https://github.com/doki-theme/doki-theme-vim/,, -https://github.com/NTBBloodbath/doom-one.nvim/,, -https://github.com/Mofiqul/dracula.nvim/,HEAD, -https://github.com/stevearc/dressing.nvim/,, -https://github.com/Bekaboo/dropbar.nvim/,HEAD, -https://github.com/earthly/earthly.vim/,HEAD, -https://github.com/Shougo/echodoc.vim/,, -https://github.com/sainnhe/edge/,, -https://github.com/edgedb/edgedb-vim/,, -https://github.com/folke/edgy.nvim/,HEAD, -https://github.com/editorconfig/editorconfig-vim/,, -https://github.com/gpanders/editorconfig.nvim/,, -https://github.com/creativenull/efmls-configs-nvim/,, -https://github.com/elixir-tools/elixir-tools.nvim/,HEAD, -https://github.com/elmcast/elm-vim/,, +https://github.com/dleonard0/pony-vim-syntax/,, +https://github.com/dmitmel/cmp-cmdline-history/,HEAD, +https://github.com/dmitmel/cmp-digraphs/,HEAD, +https://github.com/dmitmel/cmp-vim-lsp/,HEAD, https://github.com/dmix/elvish.vim/,, -https://github.com/mattn/emmet-vim/,, -https://github.com/vim-scripts/emodeline/,, -https://github.com/vim-scripts/errormarker.vim/,, -https://github.com/hachy/eva01.vim/,, -https://github.com/sainnhe/everforest/,, -https://github.com/google/executor.nvim/,HEAD, -https://github.com/jinh0/eyeliner.nvim/,HEAD, -https://github.com/fenetikm/falcon/,, -https://github.com/brooth/far.vim/,, -https://github.com/pteroctopus/faster.nvim/,HEAD, -https://github.com/konfekt/fastfold/,, -https://github.com/lilydjwg/fcitx.vim/,fcitx5, -https://github.com/freddiehaddad/feline.nvim/,, -https://github.com/bakpakin/fennel.vim/,, -https://github.com/wincent/ferret/,, -https://github.com/j-hui/fidget.nvim/,, -https://github.com/bogado/file-line/,, -https://github.com/lewis6991/fileline.nvim/,, -https://github.com/glacambre/firenvim/,HEAD, -https://github.com/andviro/flake8-vim/,, -https://github.com/folke/flash.nvim/,HEAD, -https://github.com/willothy/flatten.nvim/,HEAD, -https://github.com/felipeagc/fleet-theme-nvim/,, -https://github.com/ggandor/flit.nvim/,HEAD, -https://github.com/ncm2/float-preview.nvim/,, -https://github.com/liangxianzhe/floating-input.nvim/,HEAD, -https://github.com/fhill2/floating.nvim/,, -https://github.com/floobits/floobits-neovim/,, -https://github.com/akinsho/flutter-tools.nvim/,HEAD, -https://github.com/nvim-focus/focus.nvim/,HEAD, -https://github.com/anuvyklack/fold-preview.nvim/,HEAD, -https://github.com/mhartington/formatter.nvim/,, -https://github.com/megaannum/forms/,, -https://github.com/rubiin/fortune.nvim/,HEAD, -https://github.com/rafamadriz/friendly-snippets/,, -https://github.com/raghur/fruzzy/,, -https://github.com/shumphrey/fugitive-gitlab.vim/,, -https://github.com/BeneCollyridam/futhark-vim/,, -https://github.com/tzachar/fuzzy.nvim/,HEAD, -https://github.com/rktjmp/fwatch.nvim/,, -https://github.com/stsewd/fzf-checkout.vim/,, -https://github.com/monkoose/fzf-hoogle.vim/,HEAD, -https://github.com/gfanto/fzf-lsp.nvim/,, -https://github.com/ibhagwan/fzf-lua/,HEAD, -https://github.com/junegunn/fzf.vim/,, -https://github.com/NTBBloodbath/galaxyline.nvim/,, -https://github.com/jsfaint/gen_tags.vim/,, -https://github.com/gentoo/gentoo-syntax/,, -https://github.com/ndmitchell/ghcid/,, -https://github.com/eagletmt/ghcmod-vim/,, -https://github.com/f-person/git-blame.nvim/,, -https://github.com/akinsho/git-conflict.nvim/,HEAD, -https://github.com/rhysd/git-messenger.vim/,, -https://github.com/mikesmithgh/git-prompt-string-lualine.nvim/,HEAD, -https://github.com/ThePrimeagen/git-worktree.nvim/,, -https://github.com/wintermute-cell/gitignore.nvim/,HEAD, -https://github.com/vim-scripts/gitignore.vim/,, -https://github.com/ruifm/gitlinker.nvim/,, -https://github.com/lewis6991/gitsigns.nvim/,, -https://github.com/gregsexton/gitv/,, https://github.com/DNLHC/glance.nvim/,HEAD, -https://github.com/gleam-lang/gleam.vim/,, -https://github.com/ellisonleao/glow.nvim/,, -https://github.com/ray-x/go.nvim/,HEAD, -https://github.com/p00f/godbolt.nvim/,HEAD, -https://github.com/roman/golden-ratio/,, -https://github.com/buoto/gotests-vim/,, -https://github.com/rmagatti/goto-preview/,, -https://github.com/junegunn/goyo.vim/,, -https://github.com/brymer-meneses/grammar-guard.nvim/,HEAD, -https://github.com/liuchengxu/graphviz.vim/,, -https://github.com/cbochs/grapple.nvim/,HEAD, -https://github.com/blazkowolf/gruber-darker.nvim/,, -https://github.com/MagicDuck/grug-far.nvim/,, -https://github.com/gruvbox-community/gruvbox/,,gruvbox-community -https://github.com/morhetz/gruvbox/,, -https://github.com/luisiacc/gruvbox-baby/,HEAD, -https://github.com/eddyekofo94/gruvbox-flat.nvim/,, -https://github.com/sainnhe/gruvbox-material/,, -https://github.com/f4z3r/gruvbox-material.nvim/,HEAD, -https://github.com/ellisonleao/gruvbox.nvim/,, -https://github.com/nvimdev/guard-collection/,HEAD, -https://github.com/nvimdev/guard.nvim/,HEAD, -https://github.com/nmac427/guess-indent.nvim/,HEAD, -https://github.com/sjl/gundo.vim/,, -https://github.com/junegunn/gv.vim/,, -https://github.com/TheSnakeWitcher/hardhat.nvim/,HEAD, -https://github.com/m4xshen/hardtime.nvim/,HEAD, -https://git.sr.ht/~sircmpwn/hare.vim,HEAD, -https://github.com/ThePrimeagen/harpoon/,master, -https://github.com/ThePrimeagen/harpoon/,harpoon2,harpoon2 -https://github.com/kiyoon/haskell-scope-highlighting.nvim/,HEAD, -https://github.com/mrcjkb/haskell-snippets.nvim/,HEAD, -https://github.com/neovimhaskell/haskell-vim/,, -https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD, -https://github.com/travitch/hasksyn/,, -https://github.com/lukas-reineke/headlines.nvim/,HEAD, -https://github.com/rebelot/heirline.nvim/,, -https://github.com/OXY2DEV/helpview.nvim/,HEAD, -https://github.com/RaafatTurki/hex.nvim/,HEAD, -https://github.com/Yggdroot/hiPairs/,, -https://github.com/tzachar/highlight-undo.nvim/,HEAD, -https://github.com/pimalaya/himalaya-vim/,, -https://github.com/mpickering/hlint-refactor-vim/,, -https://github.com/calops/hmts.nvim/,, -https://github.com/edluffy/hologram.nvim/,, -https://github.com/urbit/hoon.vim/,, -https://github.com/smoka7/hop.nvim/,, -https://github.com/rktjmp/hotpot.nvim/,, -https://github.com/lewis6991/hover.nvim/,HEAD, -https://github.com/othree/html5.vim/,HEAD, -https://github.com/julienvincent/hunk.nvim/,HEAD, -https://github.com/nvimtools/hydra.nvim/,HEAD, -https://github.com/mboughaba/i3config.vim/,, -https://github.com/cocopon/iceberg.vim/,, -https://github.com/idris-hackers/idris-vim/,, -https://github.com/ShinKage/idris2-nvim/,, -https://github.com/edwinb/idris2-vim/,, -https://github.com/3rd/image.nvim/,HEAD, -https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim -https://github.com/HakonHarnes/img-clip.nvim/,HEAD, -https://github.com/lewis6991/impatient.nvim/,, -https://github.com/backdround/improved-search.nvim/,HEAD, -https://github.com/smjonas/inc-rename.nvim/,HEAD, -https://github.com/nishigori/increment-activator/,, -https://github.com/haya14busa/incsearch-easymotion.vim/,, -https://github.com/haya14busa/incsearch.vim/,, -https://github.com/lukas-reineke/indent-blankline.nvim/,, -https://github.com/Darazaki/indent-o-matic/,, -https://github.com/Yggdroot/indentLine/,, -https://github.com/ciaranm/inkpot/,, -https://github.com/jbyuki/instant.nvim/,HEAD, -https://github.com/pta2002/intellitab.nvim/,HEAD, -https://github.com/parsonsmatt/intero-neovim/,, -https://github.com/keith/investigate.vim/,, -https://github.com/neutaaaaan/iosvkem/,, -https://github.com/twerth/ir_black/,, -https://github.com/Vigemus/iron.nvim/,HEAD, -https://github.com/haya14busa/is.vim/,, -https://github.com/vim-scripts/jdaddy.vim/,, -https://github.com/davidhalter/jedi-vim/,, -https://github.com/metalelf0/jellybeans-nvim/,, -https://github.com/nanotech/jellybeans.vim/,, -https://github.com/HiPhish/jinja.vim/,HEAD, -https://github.com/vito-c/jq.vim/,, -https://github.com/neoclide/jsonc.vim/,, -https://github.com/Myzel394/jsonfly.nvim/,HEAD, -https://github.com/JuliaEditorSupport/julia-vim/,, -https://github.com/GCBallesteros/jupytext.nvim/,HEAD, -https://github.com/rebelot/kanagawa.nvim/,, -https://github.com/imsnif/kdl.vim/,HEAD, -https://github.com/anuvyklack/keymap-layer.nvim/,HEAD, -https://github.com/kmonad/kmonad-vim/,, -https://github.com/frabjous/knap/,HEAD, -https://github.com/b3nj5m1n/kommentary/,, -https://github.com/udalov/kotlin-vim/,, -https://github.com/mistweaverco/kulala.nvim/,HEAD, -https://github.com/qnighy/lalrpop.vim/,, -https://github.com/Wansmer/langmapper.nvim/,HEAD, -https://github.com/sk1418/last256/,, -https://github.com/latex-box-team/latex-box/,, +https://github.com/doki-theme/doki-theme-vim/,, +https://github.com/Domeee/com.cloudedmountain.ide.neovim/,HEAD, +https://github.com/dominikduda/vim_current_word/,, +https://github.com/dpelle/vim-LanguageTool/,, +https://github.com/dracula/vim/,,dracula-vim +https://github.com/drewtempelmeyer/palenight.vim/,, +https://github.com/drmingdrmer/xptemplate/,, +https://github.com/dstein64/nvim-scrollview/,, +https://github.com/dstein64/vim-startuptime/,, https://github.com/dundalek/lazy-lsp.nvim/,HEAD, -https://github.com/folke/lazy.nvim/,HEAD, -https://github.com/folke/lazydev.nvim/,, -https://github.com/kdheepak/lazygit.nvim/,, -https://github.com/Julian/lean.nvim/,, -https://github.com/leanprover/lean.vim/,, -https://github.com/ggandor/leap-ast.nvim/,HEAD, -https://github.com/ggandor/leap.nvim/,HEAD, -https://github.com/kawre/leetcode.nvim/,HEAD, -https://github.com/mrjones2014/legendary.nvim/,HEAD, -https://github.com/camspiers/lens.vim/,, -https://github.com/thirtythreeforty/lessspace.vim/,, -https://github.com/cohama/lexima.vim/,, -https://github.com/ptzz/lf.vim/,, -https://github.com/LucHermitte/lh-brackets/,, -https://github.com/LucHermitte/lh-vim-lib/,, -https://github.com/maximbaz/lightline-ale/,, -https://github.com/mengelbrecht/lightline-bufferline/,, -https://github.com/shinchu/lightline-gruvbox.vim/,, -https://github.com/spywhere/lightline-lsp/,, -https://github.com/itchyny/lightline.vim/,, -https://github.com/ggandor/lightspeed.nvim/,, -https://github.com/junegunn/limelight.vim/,, -https://github.com/lf-lang/lingua-franca.vim/,, -https://github.com/tamago324/lir.nvim/,, -https://github.com/kkharji/lispdocs.nvim/,, -https://github.com/ldelossa/litee-calltree.nvim/,, -https://github.com/ldelossa/litee-filetree.nvim/,, -https://github.com/ldelossa/litee-symboltree.nvim/,, -https://github.com/ldelossa/litee.nvim/,, -https://github.com/smjonas/live-command.nvim/,HEAD, -https://github.com/huggingface/llm.nvim/,HEAD, -https://github.com/folke/lsp-colors.nvim/,, -https://github.com/lukas-reineke/lsp-format.nvim/,HEAD, -https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD, -https://github.com/Issafalcon/lsp-overloads.nvim/,main, -https://github.com/ahmedkhalf/lsp-rooter.nvim/,, -https://github.com/nvim-lua/lsp-status.nvim/,, -https://github.com/VonHeikemen/lsp-zero.nvim/,v3.x, -https://github.com/nvim-lua/lsp_extensions.nvim/,, -https://git.sr.ht/~whynothugo/lsp_lines.nvim,, -https://github.com/ray-x/lsp_signature.nvim/,, -https://github.com/lspcontainers/lspcontainers.nvim/,, -https://github.com/onsails/lspkind.nvim/,, -https://github.com/nvimdev/lspsaga.nvim/,, -https://github.com/barreiroleo/ltex_extra.nvim/,HEAD, -https://github.com/arkav/lualine-lsp-progress/,, -https://github.com/nvim-lualine/lualine.nvim/,, -https://github.com/l3mon4d3/luasnip/,, -https://github.com/alvarosevilla95/luatab.nvim/,, -https://github.com/rktjmp/lush.nvim/,, -https://github.com/mkasa/lushtags/,, -https://github.com/Bilal2453/luvit-meta/,HEAD, -https://github.com/WhiteBlackGoose/magma-nvim-goose/,HEAD, -https://github.com/winston0410/mark-radar.nvim/,HEAD, -https://github.com/iamcco/markdown-preview.nvim/,, -https://github.com/tadmccorkle/markdown.nvim/,HEAD, -https://github.com/David-Kunz/markid/,HEAD, -https://github.com/chentoast/marks.nvim/,, -https://github.com/OXY2DEV/markview.nvim/,HEAD, -https://github.com/williamboman/mason-lspconfig.nvim/,HEAD, -https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD, -https://github.com/williamboman/mason.nvim/,HEAD, -https://github.com/vim-scripts/matchit.zip/,, -https://github.com/marko-cerovac/material.nvim/,, -https://github.com/kaicataldo/material.vim/,HEAD, -https://github.com/vim-scripts/mayansmoke/,, -https://github.com/chikamichi/mediawiki.vim/,HEAD, -https://github.com/savq/melange-nvim/,, -https://github.com/lsig/messenger.nvim/,HEAD, -https://github.com/xero/miasma.nvim/,, -https://github.com/dasupradyumna/midnight.nvim/,, -https://github.com/hadronized/mind.nvim/,HEAD, +https://github.com/dundalek/parpar.nvim/,, +https://github.com/dylanaraps/wal.vim/,, +https://github.com/eagletmt/ghcmod-vim/,, +https://github.com/eagletmt/neco-ghc/,, +https://github.com/Eandrju/cellular-automaton.nvim/,HEAD, +https://github.com/earthly/earthly.vim/,HEAD, +https://github.com/easymotion/vim-easymotion/,, https://github.com/echasnovski/mini-git/,HEAD, https://github.com/echasnovski/mini.ai/,HEAD, https://github.com/echasnovski/mini.align/,HEAD, @@ -587,504 +275,476 @@ https://github.com/echasnovski/mini.tabline/,HEAD, https://github.com/echasnovski/mini.test/,HEAD, https://github.com/echasnovski/mini.trailspace/,HEAD, https://github.com/echasnovski/mini.visits/,HEAD, -https://github.com/wfxr/minimap.vim/,, -https://github.com/jghauser/mkdir.nvim/,main, -https://github.com/jakewvincent/mkdnflow.nvim/,HEAD, -https://github.com/SidOfc/mkdx/,, -https://github.com/mawkler/modicator.nvim/,HEAD, -https://github.com/miikanissi/modus-themes.nvim/,HEAD, -https://github.com/tomasr/molokai/,, -https://github.com/benlubas/molten-nvim/,HEAD, -https://github.com/loctvl842/monokai-pro.nvim/,HEAD, -https://github.com/shaunsingh/moonlight.nvim/,,pure-lua -https://github.com/leafo/moonscript-vim/,HEAD, -https://github.com/yegappan/mru/,, -https://github.com/smoka7/multicursors.nvim/,HEAD, -https://github.com/jbyuki/nabla.nvim/,HEAD, -https://github.com/ncm2/ncm2/,, -https://github.com/ncm2/ncm2-bufword/,, -https://github.com/ncm2/ncm2-cssomni/,, -https://github.com/yuki-yano/ncm2-dictionary/,, -https://github.com/ncm2/ncm2-github/,, -https://github.com/ncm2/ncm2-html-subscope/,, -https://github.com/ncm2/ncm2-jedi/,, -https://github.com/ncm2/ncm2-markdown-subscope/,, -https://github.com/ncm2/ncm2-neoinclude/,, -https://github.com/ncm2/ncm2-neosnippet/,, -https://github.com/ncm2/ncm2-path/,, -https://github.com/ncm2/ncm2-syntax/,, -https://github.com/ncm2/ncm2-tagprefix/,, -https://github.com/ncm2/ncm2-tmux/,, -https://github.com/ncm2/ncm2-ultisnips/,, -https://github.com/ncm2/ncm2-vim/,, -https://github.com/eagletmt/neco-ghc/,, -https://github.com/ujihisa/neco-look/,, -https://github.com/Shougo/neco-syntax/,, -https://github.com/Shougo/neco-vim/,, -https://github.com/nvim-neo-tree/neo-tree.nvim/,HEAD, -https://github.com/Shougo/neocomplete.vim/,, -https://github.com/folke/neoconf.nvim/,HEAD, -https://github.com/IogaMaster/neocord/,main, -https://github.com/KeitaNakamura/neodark.vim/,, -https://github.com/folke/neodev.nvim/,HEAD, -https://github.com/sbdchd/neoformat/,, -https://github.com/danymat/neogen/,HEAD, -https://github.com/NeogitOrg/neogit/,, -https://github.com/Shougo/neoinclude.vim/,, -https://github.com/neomake/neomake/,, -https://github.com/Shougo/neomru.vim/,, -https://github.com/rafamadriz/neon/,, -https://github.com/ii14/neorepl.nvim/,HEAD, -https://github.com/nvim-neorg/neorg-telescope/,HEAD, -https://github.com/karb94/neoscroll.nvim/,, -https://github.com/Shougo/neosnippet-snippets/,, -https://github.com/Shougo/neosnippet.vim/,, -https://github.com/kassio/neoterm/,, -https://github.com/nvim-neotest/neotest/,HEAD, -https://github.com/rcasia/neotest-bash/,HEAD, -https://github.com/sidlatau/neotest-dart/,HEAD, -https://github.com/MarkEmmons/neotest-deno/,HEAD, -https://github.com/Issafalcon/neotest-dotnet/,HEAD, -https://github.com/jfpedroza/neotest-elixir/,HEAD, -https://github.com/llllvvuu/neotest-foundry/,HEAD, -https://github.com/nvim-neotest/neotest-go/,HEAD, -https://github.com/fredrikaverpil/neotest-golang/,HEAD, -https://github.com/weilbith/neotest-gradle/,HEAD, -https://github.com/alfaix/neotest-gtest/,HEAD, -https://github.com/MrcJkb/neotest-haskell/,HEAD, -https://github.com/rcasia/neotest-java/,HEAD, -https://github.com/nvim-neotest/neotest-jest/,HEAD, -https://github.com/zidhuss/neotest-minitest/,HEAD, -https://github.com/theutz/neotest-pest/,HEAD, -https://github.com/olimorris/neotest-phpunit/,HEAD, -https://github.com/thenbe/neotest-playwright/,HEAD, -https://github.com/nvim-neotest/neotest-plenary/,HEAD, -https://github.com/nvim-neotest/neotest-python/,HEAD, -https://github.com/olimorris/neotest-rspec/,HEAD, -https://github.com/rouge8/neotest-rust/,HEAD, -https://github.com/stevanmilic/neotest-scala/,HEAD, -https://github.com/shunsambongi/neotest-testthat/,HEAD, -https://github.com/marilari88/neotest-vitest/,HEAD, -https://github.com/lawrence-laz/neotest-zig/,HEAD, -https://github.com/rose-pine/neovim/,main,rose-pine -https://github.com/Shatur/neovim-ayu/,, -https://github.com/cloudhead/neovim-fuzzy/,, -https://github.com/jeffkreeftmeijer/neovim-sensible/,, -https://github.com/Shougo/neoyank.vim/,, -https://github.com/preservim/nerdcommenter/,, -https://github.com/preservim/nerdtree/,, -https://github.com/Xuyuanp/nerdtree-git-plugin/,, -https://github.com/miversen33/netman.nvim/,HEAD, -https://github.com/prichrd/netrw.nvim/,HEAD, -https://github.com/oberblastmeister/neuron.nvim/,, -https://github.com/fiatjaf/neuron.vim/,, -https://github.com/Olical/nfnl/,main, -https://github.com/chr4/nginx.vim/,, -https://github.com/oxfist/night-owl.nvim/,, -https://github.com/EdenEast/nightfox.nvim/,, -https://github.com/Alexis12119/nightly.nvim/,, -https://github.com/zah/nim.vim/,, -https://github.com/figsoda/nix-develop.nvim/,HEAD, -https://github.com/tamago324/nlsp-settings.nvim/,main, -https://github.com/mcchrish/nnn.vim/,, -https://github.com/aktersnurra/no-clown-fiesta.nvim/,, -https://github.com/shortcuts/no-neck-pain.nvim/,HEAD, -https://github.com/kartikp10/noctis.nvim/,, -https://github.com/folke/noice.nvim/,HEAD, -https://github.com/nvimtools/none-ls.nvim/,HEAD, -https://github.com/gbprod/nord.nvim/,,gbprod-nord -https://github.com/shaunsingh/nord.nvim/,, -https://github.com/andersevenrud/nordic.nvim/,, -https://github.com/vigoux/notifier.nvim/,HEAD, -https://github.com/jlesquembre/nterm.nvim/,, -https://github.com/MunifTanjim/nui.nvim/,main, -https://github.com/jose-elias-alvarez/null-ls.nvim/,, -https://github.com/nacro90/numb.nvim/,, -https://github.com/nvchad/nvchad/,HEAD, -https://github.com/ChristianChiarulli/nvcode-color-schemes.vim/,, -https://github.com/catppuccin/nvim/,,catppuccin-nvim -https://github.com/AckslD/nvim-FeMaco.lua/,HEAD, -https://github.com/nathanmsmith/nvim-ale-diagnostic/,, -https://github.com/windwp/nvim-autopairs/,, -https://github.com/Canop/nvim-bacon/,HEAD, -https://github.com/code-biscuits/nvim-biscuits/,HEAD, -https://github.com/kevinhwang91/nvim-bqf/,, -https://github.com/ojroques/nvim-bufdel/,, -https://github.com/roxma/nvim-cm-racer/,, -https://github.com/hrsh7th/nvim-cmp/,, -https://github.com/weilbith/nvim-code-action-menu/,, -https://github.com/willothy/nvim-cokeline/,HEAD, -https://github.com/nvchad/nvim-colorizer.lua/,, -https://github.com/terrortylor/nvim-comment/,, -https://github.com/hrsh7th/nvim-compe/,, -https://github.com/roxma/nvim-completion-manager/,, -https://github.com/klen/nvim-config-local/,, -https://github.com/andythigpen/nvim-coverage/,HEAD, -https://github.com/yamatsum/nvim-cursorline/,, -https://github.com/mfussenegger/nvim-dap/,, -https://github.com/leoluz/nvim-dap-go/,HEAD, -https://github.com/mfussenegger/nvim-dap-python/,HEAD, -https://github.com/rinx/nvim-dap-rego/,HEAD, -https://github.com/jonboh/nvim-dap-rr/,HEAD, -https://github.com/rcarriga/nvim-dap-ui/,, -https://github.com/theHamsta/nvim-dap-virtual-text/,, -https://github.com/kndndrj/nvim-dbee/,HEAD, -https://github.com/amrbashir/nvim-docs-view/,HEAD, -https://github.com/allendang/nvim-expand-expr/,, -https://github.com/vijaymarupudi/nvim-fzf/,, -https://github.com/vijaymarupudi/nvim-fzf-commands/,, -https://github.com/sakhnik/nvim-gdb/,, -https://github.com/chrisgrieser/nvim-genghis/,HEAD, -https://github.com/booperlv/nvim-gomove/,HEAD, -https://github.com/smiteshp/nvim-gps/,, -https://github.com/brenoprata10/nvim-highlight-colors/,HEAD, -https://github.com/Iron-E/nvim-highlite/,, -https://github.com/kevinhwang91/nvim-hlslens/,, -https://github.com/neovimhaskell/nvim-hs.vim/,, -https://github.com/mfussenegger/nvim-jdtls/,, -https://github.com/gennaro-tedesco/nvim-jqx/,, -https://gitlab.com/usmcamp0811/nvim-julia-autotest,HEAD, -https://github.com/ethanholz/nvim-lastplace/,HEAD, -https://github.com/kosayoda/nvim-lightbulb/,, -https://github.com/josa42/nvim-lightline-lsp/,, -https://github.com/martineausimon/nvim-lilypond-suite/,HEAD, -https://github.com/mfussenegger/nvim-lint/,, -https://github.com/mrded/nvim-lsp-notify/,HEAD, -https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, -https://github.com/neovim/nvim-lspconfig/,, -https://github.com/RishabhRD/nvim-lsputils/,, -https://github.com/sam4llis/nvim-lua-gf/,HEAD, -https://github.com/bfredl/nvim-luadev/,HEAD, -https://github.com/rafcamlet/nvim-luapad/,, -https://github.com/scalameta/nvim-metals/,, -https://github.com/gpanders/nvim-moonwalk/,, -https://github.com/SmiteshP/nvim-navbuddy/,, -https://github.com/smiteshp/nvim-navic/,HEAD, -https://github.com/AckslD/nvim-neoclip.lua/,, -https://github.com/nvim-neotest/nvim-nio/,HEAD, -https://github.com/yamatsum/nvim-nonicons/,, -https://github.com/rcarriga/nvim-notify/,, -https://github.com/LhKipp/nvim-nu/,HEAD, -https://github.com/ojroques/nvim-osc52/,, -https://github.com/julienvincent/nvim-paredit/,, -https://github.com/gpanders/nvim-parinfer/,HEAD, -https://github.com/gennaro-tedesco/nvim-peekup/,, -https://github.com/yorickpeterse/nvim-pqf/,HEAD, -https://github.com/jamestthompson3/nvim-remote-containers/,HEAD, -https://github.com/olrtg/nvim-rename-state/,HEAD, -https://github.com/chrisgrieser/nvim-rip-substitute/,, -https://github.com/petertriho/nvim-scrollbar/,HEAD, -https://github.com/dstein64/nvim-scrollview/,, -https://github.com/s1n7ax/nvim-search-and-replace/,HEAD, -https://github.com/garymjr/nvim-snippets/,, -https://github.com/dcampos/nvim-snippy/,HEAD, -https://github.com/ishan9299/nvim-solarized-lua/,, -https://github.com/lucidph3nx/nvim-sops/,HEAD, -https://github.com/nvim-pack/nvim-spectre/,, -https://github.com/chrisgrieser/nvim-spider/,HEAD, -https://github.com/kylechui/nvim-surround/,main, -https://github.com/svermeulen/nvim-teal-maker/,HEAD, -https://github.com/norcalli/nvim-terminal.lua/,, -https://github.com/klen/nvim-test/,, -https://github.com/nvim-tree/nvim-tree.lua/,, -https://github.com/nvim-treesitter/nvim-treesitter/,, -https://github.com/nvim-treesitter/nvim-treesitter-context/,, -https://github.com/RRethy/nvim-treesitter-endwise/,HEAD, -https://github.com/theHamsta/nvim-treesitter-pairs/,HEAD, https://github.com/eddiebergman/nvim-treesitter-pyfold/,, -https://github.com/nvim-treesitter/nvim-treesitter-refactor/,, -https://github.com/PaterJason/nvim-treesitter-sexp/,HEAD, -https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,, -https://github.com/RRethy/nvim-treesitter-textsubjects/,HEAD, -https://github.com/windwp/nvim-ts-autotag/,, -https://github.com/joosepalviste/nvim-ts-context-commentstring/,, -https://github.com/kevinhwang91/nvim-ufo/,HEAD, -https://github.com/samjwill/nvim-unception/,HEAD, -https://github.com/chrisgrieser/nvim-various-textobjs/,HEAD, -https://github.com/nvim-tree/nvim-web-devicons/,, -https://github.com/AckslD/nvim-whichkey-setup.lua/,, -https://github.com/s1n7ax/nvim-window-picker/,HEAD, -https://github.com/roxma/nvim-yarp/,, -https://github.com/andersevenrud/nvim_context_vt/,, -https://github.com/neovim/nvimdev.nvim/,, -https://github.com/zbirenbaum/nvterm/,HEAD, -https://github.com/epwalsh/obsidian.nvim/,HEAD, -https://github.com/nvimdev/oceanic-material/,, -https://github.com/mhartington/oceanic-next/,, -https://github.com/pwntester/octo.nvim/,, -https://github.com/stevearc/oil.nvim/,HEAD, -https://github.com/nomnivore/ollama.nvim/,HEAD, -https://github.com/yonlu/omni.vim/,, -https://github.com/Hoffs/omnisharp-extended-lsp.nvim/,HEAD, -https://github.com/Th3Whit3Wolf/one-nvim/,, -https://github.com/navarasu/onedark.nvim/,, -https://github.com/joshdick/onedark.vim/,, -https://github.com/LunarVim/onedarker.nvim/,, -https://github.com/olimorris/onedarkpro.nvim/,, -https://github.com/sonph/onehalf/,, -https://github.com/rmehri01/onenord.nvim/,main, -https://github.com/tyru/open-browser-github.vim/,, -https://github.com/tyru/open-browser.vim/,, -https://github.com/Almo7aya/openingh.nvim/,, -https://github.com/salkin-mada/openscad.nvim/,HEAD, -https://github.com/nvim-orgmode/orgmode/,, -https://github.com/rgroli/other.nvim/,HEAD, -https://github.com/jmbuhr/otter.nvim/,, -https://github.com/hedyhli/outline.nvim/,HEAD, -https://github.com/stevearc/overseer.nvim/,HEAD, -https://github.com/nyoom-engineering/oxocarbon.nvim/,HEAD, -https://github.com/vuki656/package-info.nvim/,, -https://github.com/wbthomason/packer.nvim/,, -https://github.com/drewtempelmeyer/palenight.vim/,, -https://github.com/JoosepAlviste/palenightfall.nvim/,, -https://github.com/roobert/palette.nvim/,HEAD, -https://github.com/NLKNguyen/papercolor-theme/,, -https://github.com/dundalek/parpar.nvim/,, -https://github.com/tmsvg/pear-tree/,, -https://github.com/steelsojka/pears.nvim/,, -https://github.com/olimorris/persisted.nvim/,HEAD, -https://github.com/folke/persistence.nvim/,, -https://github.com/pest-parser/pest.vim/,HEAD, -https://github.com/lifepillar/pgsql.vim/,, -https://github.com/motus/pig.vim/,, -https://github.com/weirongxu/plantuml-previewer.vim/,HEAD, -https://github.com/aklt/plantuml-syntax/,, -https://github.com/nvim-treesitter/playground/,, -https://github.com/nvim-lua/plenary.nvim/,, -https://github.com/olivercederborg/poimandres.nvim/,HEAD, -https://github.com/dleonard0/pony-vim-syntax/,, -https://github.com/RishabhRD/popfix/,, -https://github.com/nvim-lua/popup.nvim/,, -https://github.com/tris203/precognition.nvim/,HEAD, -https://github.com/andweeb/presence.nvim/,, -https://github.com/sotte/presenting.vim/,, -https://github.com/ewilazarus/preto/,HEAD, -https://github.com/anuvyklack/pretty-fold.nvim/,HEAD, -https://github.com/vim-scripts/prev_indent/,, -https://github.com/ahmedkhalf/project.nvim/,, -https://github.com/kevinhwang91/promise-async/,HEAD, -https://github.com/frigoeu/psc-ide-vim/,, -https://github.com/Shougo/pum.vim/,HEAD, -https://github.com/purescript-contrib/purescript-vim/,, -https://github.com/python-mode/python-mode/,, -https://github.com/vim-python/python-syntax/,, -https://github.com/AlphaTechnolog/pywal.nvim/,, -https://github.com/codethread/qmk.nvim/,HEAD, -https://github.com/quarto-dev/quarto-nvim/,, -https://github.com/unblevable/quick-scope/,, -https://github.com/stefandtw/quickfix-reflector.vim/,, -https://github.com/dannyob/quickfixstatus/,, -https://github.com/jbyuki/quickmath.nvim/,HEAD, -https://github.com/luochen1990/rainbow/,, -https://gitlab.com/HiPhish/rainbow-delimiters.nvim,HEAD, -https://github.com/kien/rainbow_parentheses.vim/,, -https://github.com/vim-scripts/random.vim/,, -https://github.com/winston0410/range-highlight.nvim/,, -https://github.com/kelly-lin/ranger.nvim/,, -https://github.com/rafaqz/ranger.vim/,, -https://github.com/vim-scripts/rcshell.vim/,, -https://github.com/ryvnf/readline.vim/,, -https://github.com/theprimeagen/refactoring.nvim/,, -https://github.com/tversteeg/registers.nvim/,, -https://github.com/vladdoster/remember.nvim/,, -https://github.com/filipdutescu/renamer.nvim/,, -https://github.com/MeanderingProgrammer/render-markdown.nvim/,, -https://github.com/gabrielpoca/replacer.nvim/,HEAD, -https://github.com/stevearc/resession.nvim/,HEAD, -https://github.com/NTBBloodbath/rest.nvim/,, -https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim -https://github.com/gu-fan/riv.vim/,, -https://github.com/kevinhwang91/rnvimr/,, -https://github.com/mfukar/robotframework-vim/,, -https://github.com/ron-rs/ron.vim/,, -https://github.com/jmederosalvarado/roslyn.nvim/,HEAD, -https://github.com/keith/rspec.vim/,, -https://github.com/ccarpita/rtorrent-syntax-file/,, -https://github.com/simrat39/rust-tools.nvim/,, -https://github.com/rust-lang/rust.vim/,, -https://github.com/hauleth/sad.vim/,, -https://github.com/vmware-archive/salt-vim/,, -https://github.com/lewis6991/satellite.nvim/,HEAD, -https://github.com/davidgranstrom/scnvim/,HEAD, -https://github.com/tiagovla/scope.nvim/,HEAD, -https://github.com/0xJohnnyboy/scretch.nvim/,HEAD, -https://github.com/Xuyuanp/scrollbar.nvim/,, -https://github.com/cakebaker/scss-syntax.vim/,, -https://github.com/VonHeikemen/searchbox.nvim/,, -https://github.com/RobertAudi/securemodelines/,, -https://github.com/megaannum/self/,, -https://github.com/jaxbot/semantic-highlight.vim/,, -https://github.com/numirias/semshi/,, -https://github.com/junegunn/seoul256.vim/,, -https://github.com/sourcegraph/sg.nvim/,HEAD, -https://github.com/osyo-manga/shabadou.vim/,, -https://github.com/AndrewRadev/sideways.vim/,, -https://github.com/lotabout/skim.vim/,, -https://github.com/mopp/sky-color-clock.vim/,, -https://github.com/kovisoft/slimv/,, -https://github.com/danielfalk/smart-open.nvim/,0.2.x, -https://github.com/mrjones2014/smart-splits.nvim/,, -https://github.com/m4xshen/smartcolumn.nvim/,, -https://github.com/gorkunov/smartpairs.vim/,, -https://github.com/ibhagwan/smartyank.nvim/,, -https://github.com/camspiers/snap/,, -https://github.com/norcalli/snippets.nvim/,, -https://github.com/shaunsingh/solarized.nvim/,HEAD, -https://github.com/sainnhe/sonokai/,, -https://github.com/sQVe/sort.nvim/,HEAD, -https://github.com/chikatoike/sourcemap.vim/,, -https://github.com/liuchengxu/space-vim/,, -https://github.com/ctjhoa/spacevim/,, -https://github.com/chrisgeo/sparkup/,, -https://github.com/cxwx/specs.nvim/,HEAD, -https://github.com/lewis6991/spellsitter.nvim/,HEAD, -https://github.com/stsewd/sphinx.nvim/,, -https://github.com/sjl/splice.vim/,, -https://github.com/vimlab/split-term.vim/,, -https://github.com/AndrewRadev/splitjoin.vim/,, -https://github.com/kkharji/sqlite.lua/,, -https://github.com/srcery-colors/srcery-vim/,, -https://github.com/chr4/sslsecure.vim/,, -https://github.com/cshuaimin/ssr.nvim/,HEAD, -https://github.com/luukvbaal/stabilize.nvim/,, -https://github.com/tamton-aquib/staline.nvim/,main, -https://github.com/eigenfoo/stan-vim/,, -https://github.com/josegamez82/starrynight/,HEAD, -https://github.com/darfink/starsearch.vim/,, -https://github.com/max397574/startup.nvim/,HEAD, -https://github.com/luukvbaal/statuscol.nvim/,, -https://github.com/arnamak/stay-centered.nvim/,HEAD, -https://github.com/folke/styler.nvim/,, -https://github.com/teto/stylish.nvim/,HEAD, -https://github.com/gbprod/substitute.nvim/,HEAD, -https://github.com/kvrohit/substrata.nvim/,HEAD, -https://github.com/supermaven-inc/supermaven-nvim/,HEAD, -https://github.com/ervandew/supertab/,, -https://github.com/ur4ltz/surround.nvim/,, -https://github.com/peterbjorgensen/sved/,, -https://github.com/jamespeapen/swayconfig.vim/,, -https://github.com/keith/swift.vim/,, -https://github.com/AndrewRadev/switch.vim/,, -https://github.com/simrat39/symbols-outline.nvim/,, -https://github.com/vim-syntastic/syntastic/,, -https://github.com/ziontee113/syntax-tree-surfer/,HEAD, -https://github.com/nanozuki/tabby.nvim/,HEAD, -https://github.com/kdheepak/tabline.nvim/,, -https://github.com/vim-scripts/tabmerge/,, -https://github.com/codota/tabnine-vim/,, -https://github.com/gcmt/taboo.vim/,, -https://github.com/abecodes/tabout.nvim/,HEAD, -https://github.com/Shougo/tabpagebuffer.vim/,, -https://github.com/godlygeek/tabular/,, -https://github.com/AndrewRadev/tagalong.vim/,, -https://github.com/preservim/tagbar/,, -https://github.com/vim-scripts/taglist.vim/,, -https://github.com/luckasRanarison/tailwind-tools.nvim/,HEAD, -https://github.com/themaxmarchuk/tailwindcss-colors.nvim/,HEAD, -https://github.com/wellle/targets.vim/,, -https://github.com/tools-life/taskwiki/,, -https://github.com/tomtom/tcomment_vim/,, -https://github.com/nvim-telekasten/telekasten.nvim/,, -https://github.com/GustavoKatel/telescope-asynctasks.nvim/,, -https://github.com/nvim-telescope/telescope-cheat.nvim/,, -https://github.com/fannheyward/telescope-coc.nvim/,, -https://github.com/nvim-telescope/telescope-dap.nvim/,, -https://github.com/nvim-telescope/telescope-file-browser.nvim/,, -https://github.com/nvim-telescope/telescope-frecency.nvim/,, -https://github.com/nvim-telescope/telescope-fzf-native.nvim/,, -https://github.com/nvim-telescope/telescope-fzf-writer.nvim/,, -https://github.com/nvim-telescope/telescope-fzy-native.nvim/,, -https://github.com/Snikimonkd/telescope-git-conflicts.nvim/,HEAD, -https://github.com/nvim-telescope/telescope-github.nvim/,, -https://github.com/nvim-telescope/telescope-live-grep-args.nvim/,HEAD, -https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/,, -https://github.com/MrcJkb/telescope-manix/,HEAD, -https://github.com/nvim-telescope/telescope-media-files.nvim/,HEAD, -https://github.com/nvim-telescope/telescope-project.nvim/,, -https://github.com/Marskey/telescope-sg/,HEAD, -https://github.com/nvim-telescope/telescope-smart-history.nvim/,HEAD, -https://github.com/nvim-telescope/telescope-symbols.nvim/,, -https://github.com/nvim-telescope/telescope-ui-select.nvim/,, -https://github.com/fhill2/telescope-ultisnips.nvim/,, -https://github.com/debugloop/telescope-undo.nvim/,HEAD, -https://github.com/tom-anders/telescope-vim-bookmarks.nvim/,, -https://github.com/nvim-telescope/telescope-z.nvim/,, -https://github.com/natecraddock/telescope-zf-native.nvim/,HEAD, -https://github.com/jvgrootveld/telescope-zoxide/,, -https://github.com/nvim-telescope/telescope.nvim/,, -https://github.com/luc-tielen/telescope_hoogle/,HEAD, -https://github.com/joerdav/templ.vim/,HEAD, -https://github.com/axelvc/template-string.nvim/,HEAD, -https://github.com/jacoborus/tender.vim/,, -https://github.com/chomosuke/term-edit.nvim/,HEAD, -https://github.com/wincent/terminus/,, -https://github.com/oberblastmeister/termwrapper.nvim/,, -https://github.com/ternjs/tern_for_vim/,, -https://github.com/KeitaNakamura/tex-conceal.vim/,, -https://github.com/let-def/texpresso.vim/,HEAD, -https://github.com/johmsalas/text-case.nvim/,HEAD, -https://github.com/vhsconnect/themed-tabs.nvim/,HEAD, -https://github.com/ron89/thesaurus_query.vim/,, -https://github.com/itchyny/thumbnail.vim/,, -https://github.com/vim-scripts/timestamp.vim/,, -https://github.com/levouh/tint.nvim/,HEAD, -https://github.com/rachartier/tiny-inline-diagnostic.nvim/,HEAD, -https://github.com/tomtom/tinykeymap_vim/,,tinykeymap -https://github.com/tomtom/tlib_vim/,, -https://github.com/wellle/tmux-complete.vim/,, -https://github.com/aserowy/tmux.nvim/,HEAD, +https://github.com/eddyekofo94/gruvbox-flat.nvim/,, +https://github.com/EdenEast/nightfox.nvim/,, +https://github.com/edgedb/edgedb-vim/,, +https://github.com/editorconfig/editorconfig-vim/,, https://github.com/edkolev/tmuxline.vim/,, -https://github.com/folke/todo-comments.nvim/,, -https://github.com/freitass/todo.txt-vim/,, -https://github.com/akinsho/toggleterm.nvim/,, -https://github.com/folke/tokyonight.nvim/,, -https://github.com/markonm/traces.vim/,, -https://github.com/tjdevries/train.nvim/,, -https://github.com/xiyaowong/transparent.nvim/,HEAD, -https://github.com/Wansmer/treesj/,main, -https://github.com/tremor-rs/tremor-vim/,, -https://github.com/cappyzawa/trim.nvim/,, -https://github.com/simonmclean/triptych.nvim/,HEAD, -https://github.com/folke/trouble.nvim/,, -https://github.com/Pocco81/true-zen.nvim/,, -https://github.com/tesaguri/trust.vim/,HEAD, -https://github.com/folke/ts-comments.nvim/,HEAD, -https://github.com/jgdavey/tslime.vim/,, -https://github.com/mtrajano/tssorter.nvim/,HEAD, -https://github.com/Quramy/tsuquyomi/,, -https://github.com/folke/twilight.nvim/,, -https://github.com/pmizio/typescript-tools.nvim/,, -https://github.com/leafgarland/typescript-vim/,, -https://github.com/jose-elias-alvarez/typescript.nvim/,, -https://github.com/kaarmu/typst.vim/,HEAD, -https://github.com/nvchad/ui/,HEAD,nvchad-ui -https://github.com/altermo/ultimate-autopair.nvim/,HEAD, -https://github.com/SirVer/ultisnips/,, -https://github.com/mbbill/undotree/,, -https://github.com/chrisbra/unicode.vim/,, -https://github.com/tummetott/unimpaired.nvim/,HEAD, -https://github.com/unisonweb/unison/,, -https://github.com/Shougo/unite.vim/,, -https://github.com/sontungexpt/url-open/,HEAD, -https://github.com/axieax/urlview.nvim/,, -https://github.com/vim-scripts/utl.vim/,, -https://github.com/KabbAmine/vCoolor.vim/,, -https://github.com/junegunn/vader.vim/,, -https://github.com/jbyuki/venn.nvim/,, -https://github.com/vhda/verilog_systemverilog.vim/,, -https://github.com/vifm/vifm.vim/,, -https://github.com/nordtheme/vim/,,nord-vim -https://github.com/dracula/vim/,,dracula-vim +https://github.com/edluffy/hologram.nvim/,, +https://github.com/edwinb/idris2-vim/,, +https://github.com/ehamberg/vim-cute-python/,, +https://github.com/eigenfoo/stan-vim/,, +https://github.com/eikenb/acp/,, +https://github.com/ekickx/clipboard-image.nvim/,, +https://github.com/elihunter173/dirbuf.nvim/,HEAD, +https://github.com/elixir-editors/vim-elixir/,, +https://github.com/elixir-tools/elixir-tools.nvim/,HEAD, +https://github.com/elkowar/yuck.vim/,HEAD, +https://github.com/ellisonleao/glow.nvim/,, +https://github.com/ellisonleao/gruvbox.nvim/,, +https://github.com/elmcast/elm-vim/,, +https://github.com/elzr/vim-json/,, https://github.com/embark-theme/vim/,,embark-vim -https://github.com/catppuccin/vim/,HEAD,catppuccin-vim +https://github.com/embear/vim-localvimrc/,, +https://github.com/enomsg/vim-haskellConcealPlus/,, +https://github.com/enricobacis/vim-airline-clock/,, +https://github.com/epwalsh/obsidian.nvim/,HEAD, +https://github.com/erietz/vim-terminator/,HEAD, +https://github.com/ervandew/supertab/,, +https://github.com/esneider/YUNOcommit.vim/,, +https://github.com/ethanholz/nvim-lastplace/,HEAD, +https://github.com/euclidianAce/BetterLua.vim/,, +https://github.com/euclio/vim-markdown-composer/,, +https://github.com/evanleck/vim-svelte/,, +https://github.com/ewilazarus/preto/,HEAD, +https://github.com/Exafunction/codeium.nvim/,HEAD, +https://github.com/Exafunction/codeium.vim/,HEAD, +https://github.com/f-person/git-blame.nvim/,, +https://github.com/f3fora/cmp-spell/,, +https://github.com/f4z3r/gruvbox-material.nvim/,HEAD, +https://github.com/fadein/vim-figlet/,HEAD, +https://github.com/famiu/bufdelete.nvim/,, +https://github.com/fannheyward/telescope-coc.nvim/,, +https://github.com/farmergreg/vim-lastplace/,, +https://github.com/fatih/vim-go/,, +https://github.com/fcpg/vim-osc52/,, +https://github.com/FelikZ/ctrlp-py-matcher/,, +https://github.com/felipeagc/fleet-theme-nvim/,, +https://github.com/fenetikm/falcon/,, +https://github.com/fgheng/winbar.nvim/,main, +https://github.com/fhill2/floating.nvim/,, +https://github.com/fhill2/telescope-ultisnips.nvim/,, +https://github.com/fiatjaf/neuron.vim/,, +https://github.com/figsoda/nix-develop.nvim/,HEAD, +https://github.com/filipdutescu/renamer.nvim/,, +https://github.com/fisadev/vim-isort/,, +https://github.com/flazz/vim-colorschemes/,, +https://github.com/floobits/floobits-neovim/,, +https://github.com/folke/edgy.nvim/,HEAD, +https://github.com/folke/flash.nvim/,HEAD, +https://github.com/folke/lazy.nvim/,HEAD, +https://github.com/folke/lazydev.nvim/,, +https://github.com/folke/lsp-colors.nvim/,, +https://github.com/folke/neoconf.nvim/,HEAD, +https://github.com/folke/neodev.nvim/,HEAD, +https://github.com/folke/noice.nvim/,HEAD, +https://github.com/folke/persistence.nvim/,, +https://github.com/folke/styler.nvim/,, +https://github.com/folke/todo-comments.nvim/,, +https://github.com/folke/tokyonight.nvim/,, +https://github.com/folke/trouble.nvim/,, +https://github.com/folke/ts-comments.nvim/,HEAD, +https://github.com/folke/twilight.nvim/,, +https://github.com/folke/which-key.nvim/,, +https://github.com/folke/zen-mode.nvim/,, +https://github.com/FooSoft/vim-argwrap/,, +https://github.com/frabjous/knap/,HEAD, +https://github.com/freddiehaddad/feline.nvim/,, +https://github.com/fredrikaverpil/neotest-golang/,HEAD, +https://github.com/freitass/todo.txt-vim/,, +https://github.com/frigoeu/psc-ide-vim/,, +https://github.com/fruit-in/brainfuck-vim/,, +https://github.com/fruit-in/vim-nong-theme/,, +https://github.com/fsharp/zarchive-vim-fsharp/,, +https://github.com/gabrielpoca/replacer.nvim/,HEAD, +https://github.com/GaetanLepage/cmp-nixpkgs-maintainers/,HEAD, +https://github.com/gaoDean/autolist.nvim/,, +https://github.com/garbas/vim-snipmate/,, +https://github.com/garymjr/nvim-snippets/,, +https://github.com/gbprod/nord.nvim/,,gbprod-nord +https://github.com/gbprod/substitute.nvim/,HEAD, +https://github.com/gbprod/yanky.nvim/,HEAD, +https://github.com/gbrlsnchs/telescope-lsp-handlers.nvim/,, +https://github.com/GCBallesteros/jupytext.nvim/,HEAD, +https://github.com/GCBallesteros/NotebookNavigator.nvim/,HEAD, +https://github.com/gcmt/taboo.vim/,, +https://github.com/gcmt/wildfire.vim/,, +https://github.com/gelguy/wilder.nvim/,, +https://github.com/gennaro-tedesco/nvim-jqx/,, +https://github.com/gennaro-tedesco/nvim-peekup/,, +https://github.com/gentoo/gentoo-syntax/,, +https://github.com/GEverding/vim-hocon/,, +https://github.com/gfanto/fzf-lsp.nvim/,, +https://github.com/ggandor/flit.nvim/,HEAD, +https://github.com/ggandor/leap-ast.nvim/,HEAD, +https://github.com/ggandor/leap.nvim/,HEAD, +https://github.com/ggandor/lightspeed.nvim/,, +https://github.com/gibiansky/vim-textobj-haskell/,, +https://github.com/gioele/vim-autoswap/,, +https://github.com/github/copilot.vim/,, +https://github.com/glacambre/firenvim/,HEAD, +https://github.com/gleam-lang/gleam.vim/,, +https://github.com/glts/vim-textobj-comment/,, +https://github.com/godlygeek/csapprox/,, +https://github.com/godlygeek/tabular/,, +https://github.com/GoldsteinE/compe-latex-symbols/,, +https://github.com/google/executor.nvim/,HEAD, +https://github.com/google/vim-codefmt/,, +https://github.com/google/vim-jsonnet/,, +https://github.com/google/vim-maktaba/,, +https://github.com/goolord/alpha-nvim/,HEAD, +https://github.com/gorbit99/codewindow.nvim/,HEAD, +https://github.com/gorkunov/smartpairs.vim/,, +https://github.com/gotcha/vimelette/,, +https://github.com/gpanders/editorconfig.nvim/,, +https://github.com/gpanders/nvim-moonwalk/,, +https://github.com/gpanders/nvim-parinfer/,HEAD, +https://github.com/gregsexton/gitv/,, +https://github.com/gruvbox-community/gruvbox/,,gruvbox-community +https://github.com/gu-fan/riv.vim/,, +https://github.com/guns/vim-clojure-highlight/,, +https://github.com/guns/vim-clojure-static/,, +https://github.com/guns/vim-sexp/,, +https://github.com/guns/xterm-color-table.vim/,, +https://github.com/GustavoKatel/telescope-asynctasks.nvim/,, +https://github.com/gyim/vim-boxdraw/,, +https://github.com/habamax/vim-godot/,HEAD, +https://github.com/habamax/vim-habamax/,HEAD, +https://github.com/hachy/eva01.vim/,, +https://github.com/hadronized/mind.nvim/,HEAD, +https://github.com/HakonHarnes/img-clip.nvim/,HEAD, +https://github.com/HampusHauffman/block.nvim/,HEAD, +https://github.com/hashivim/vim-packer/,, +https://github.com/hashivim/vim-terraform/,, +https://github.com/hashivim/vim-vagrant/,, +https://github.com/hasundue/vim-pluto/,HEAD, +https://github.com/hauleth/sad.vim/,, +https://github.com/haya14busa/incsearch-easymotion.vim/,, +https://github.com/haya14busa/incsearch.vim/,, +https://github.com/haya14busa/is.vim/,, +https://github.com/haya14busa/vim-asterisk/,, +https://github.com/haya14busa/vim-poweryank/,, +https://github.com/HealsCodes/vim-gas/,, +https://github.com/heavenshell/vim-jsdoc/,, +https://github.com/hecal3/vim-leader-guide/,, +https://github.com/hedyhli/outline.nvim/,HEAD, +https://github.com/henrik/vim-indexed-search/,, +https://github.com/henriklovhaug/Preview.nvim/,HEAD, +https://github.com/HerringtonDarkholme/yats.vim/,, +https://github.com/HiPhish/jinja.vim/,HEAD, +https://github.com/Hoffs/omnisharp-extended-lsp.nvim/,HEAD, +https://github.com/honza/vim-snippets/,, +https://github.com/hotwatermorning/auto-git-diff/,, +https://github.com/hrsh7th/cmp-buffer/,, +https://github.com/hrsh7th/cmp-calc/,, +https://github.com/hrsh7th/cmp-cmdline/,, +https://github.com/hrsh7th/cmp-copilot/,HEAD, +https://github.com/hrsh7th/cmp-emoji/,, +https://github.com/hrsh7th/cmp-nvim-lsp-document-symbol/,, +https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/,HEAD, +https://github.com/hrsh7th/cmp-nvim-lsp/,, +https://github.com/hrsh7th/cmp-nvim-lua/,, +https://github.com/hrsh7th/cmp-omni/,, +https://github.com/hrsh7th/cmp-path/,, +https://github.com/hrsh7th/cmp-vsnip/,, +https://github.com/hrsh7th/compe-conjure/,, +https://github.com/hrsh7th/nvim-cmp/,, +https://github.com/hrsh7th/nvim-compe/,, +https://github.com/hrsh7th/vim-vsnip-integ/,, +https://github.com/hrsh7th/vim-vsnip/,, +https://github.com/hsanson/vim-android/,, +https://github.com/hsitz/VimOrganizer/,, +https://github.com/huggingface/llm.nvim/,HEAD, +https://github.com/humanoid-colors/vim-humanoid-colorscheme/,, +https://github.com/hura/vim-asymptote/,, +https://github.com/iamcco/coc-tailwindcss/,, +https://github.com/iamcco/markdown-preview.nvim/,, +https://github.com/ianks/vim-tsx/,, +https://github.com/ibhagwan/fzf-lua/,HEAD, +https://github.com/ibhagwan/smartyank.nvim/,, +https://github.com/idanarye/vim-merginal/,, +https://github.com/idris-hackers/idris-vim/,, +https://github.com/ii14/neorepl.nvim/,HEAD, +https://github.com/imsnif/kdl.vim/,HEAD, +https://github.com/Inazuma110/deoplete-greek/,, +https://github.com/Industrial/vim-smartbd/,HEAD, +https://github.com/Industrial/vim-smartbw/,HEAD, https://github.com/inkarkat/vim-AdvancedSorters/,,vim-advanced-sorters -https://github.com/Konfekt/vim-CtrlXA/,, -https://github.com/konfekt/vim-DetectSpellLang/,, -https://github.com/dpelle/vim-LanguageTool/,, https://github.com/inkarkat/vim-ReplaceWithRegister/,, https://github.com/inkarkat/vim-ReplaceWithSameIndentRegister/,, https://github.com/inkarkat/vim-SyntaxRange/,, -https://github.com/tpope/vim-abolish/,, +https://github.com/inside/vim-search-pulse/,, +https://github.com/int3/vim-extradite/,, +https://github.com/IogaMaster/neocord/,main, +https://github.com/ionide/Ionide-vim/,HEAD, +https://github.com/Iron-E/nvim-highlite/,, +https://github.com/ishan9299/nvim-solarized-lua/,, +https://github.com/isobit/vim-caddyfile/,HEAD, +https://github.com/isovector/cornelis/,HEAD, +https://github.com/Issafalcon/lsp-overloads.nvim/,main, +https://github.com/Issafalcon/neotest-dotnet/,HEAD, +https://github.com/itchyny/calendar.vim/,, +https://github.com/itchyny/lightline.vim/,, +https://github.com/itchyny/thumbnail.vim/,, +https://github.com/itchyny/vim-cursorword/,, +https://github.com/itchyny/vim-gitbranch/,, +https://github.com/itspriddle/vim-shellcheck/,, +https://github.com/ivalkeen/vim-simpledb/,, +https://github.com/ivanov/vim-ipython/,, +https://github.com/j-hui/fidget.nvim/,, +https://github.com/jackguo380/vim-lsp-cxx-highlight/,, +https://github.com/jackMort/ChatGPT.nvim/,HEAD, +https://github.com/jacoborus/tender.vim/,, +https://github.com/jakewvincent/mkdnflow.nvim/,HEAD, +https://github.com/jamespeapen/swayconfig.vim/,, +https://github.com/jamespwilliams/bat.vim/,HEAD, +https://github.com/jamessan/vim-gnupg/,, +https://github.com/jamestthompson3/nvim-remote-containers/,HEAD, +https://github.com/jaredgorski/SpaceCamp/,, +https://github.com/jasonccox/vim-wayland-clipboard/,, +https://github.com/jaxbot/semantic-highlight.vim/,, +https://github.com/JazzCore/ctrlp-cmatcher/,, +https://github.com/jbyuki/instant.nvim/,HEAD, +https://github.com/jbyuki/nabla.nvim/,HEAD, +https://github.com/jbyuki/quickmath.nvim/,HEAD, +https://github.com/jbyuki/venn.nvim/,, +https://github.com/jc-doyle/cmp-pandoc-references/,, +https://github.com/jceb/vim-hier/,, +https://github.com/jceb/vim-orgmode/,, +https://github.com/jeetsukumaran/vim-buffergator/,, +https://github.com/jeetsukumaran/vim-indentwise/,, +https://github.com/jeffkreeftmeijer/neovim-sensible/,, +https://github.com/jeffkreeftmeijer/vim-dim/,HEAD, +https://github.com/jeffkreeftmeijer/vim-numbertoggle/,, +https://github.com/jelera/vim-javascript-syntax/,, +https://github.com/jenterkin/vim-autosource/,, +https://github.com/jfpedroza/neotest-elixir/,HEAD, +https://github.com/jgdavey/tslime.vim/,, +https://github.com/jghauser/mkdir.nvim/,main, +https://github.com/jhradilek/vim-docbk/,, +https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets +https://github.com/jiangmiao/auto-pairs/,, +https://github.com/jinh0/eyeliner.nvim/,HEAD, +https://github.com/jistr/vim-nerdtree-tabs/,, +https://github.com/jjo/vim-cue/,, +https://github.com/jlanzarotta/bufexplorer/,, +https://github.com/jlesquembre/nterm.nvim/,, +https://github.com/jmbuhr/otter.nvim/,, +https://github.com/jmederosalvarado/roslyn.nvim/,HEAD, +https://github.com/jnurmine/zenburn/,, +https://github.com/joerdav/templ.vim/,HEAD, +https://github.com/johmsalas/text-case.nvim/,HEAD, +https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD, +https://github.com/jonboh/nvim-dap-rr/,HEAD, +https://github.com/jonbri/vim-colorstepper/,, +https://github.com/jonsmithers/vim-html-template-literals/,, +https://github.com/joonty/vim-xdebug/,, +https://github.com/joosepalviste/nvim-ts-context-commentstring/,, +https://github.com/JoosepAlviste/palenightfall.nvim/,, +https://github.com/jordwalke/vim-reasonml/,, +https://github.com/josa42/coc-lua/,, +https://github.com/josa42/nvim-lightline-lsp/,, +https://github.com/josa42/vim-lightline-coc/,, +https://github.com/jose-elias-alvarez/null-ls.nvim/,, +https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, +https://github.com/jose-elias-alvarez/typescript.nvim/,, +https://github.com/josegamez82/starrynight/,HEAD, +https://github.com/joshdick/onedark.vim/,, +https://github.com/joshuavial/aider.nvim/,HEAD, +https://github.com/jpalardy/vim-slime/,, +https://github.com/jparise/vim-graphql/,, +https://github.com/jparise/vim-phabricator/,, +https://github.com/jreybert/vimagit/,, +https://github.com/jsfaint/gen_tags.vim/,, +https://github.com/jubnzv/virtual-types.nvim/,HEAD, +https://github.com/JuliaEditorSupport/deoplete-julia/,, +https://github.com/JuliaEditorSupport/julia-vim/,, +https://github.com/Julian/lean.nvim/,, +https://github.com/Julian/vim-textobj-variable-segment/,, +https://github.com/julienvincent/hunk.nvim/,HEAD, +https://github.com/julienvincent/nvim-paredit/,, +https://github.com/juliosueiras/vim-terraform-completion/,, +https://github.com/junegunn/fzf.vim/,, +https://github.com/junegunn/goyo.vim/,, +https://github.com/junegunn/gv.vim/,, +https://github.com/junegunn/limelight.vim/,, +https://github.com/junegunn/seoul256.vim/,, +https://github.com/junegunn/vader.vim/,, +https://github.com/junegunn/vim-after-object/,, +https://github.com/junegunn/vim-easy-align/,, +https://github.com/junegunn/vim-emoji/,, +https://github.com/junegunn/vim-github-dashboard/,, +https://github.com/junegunn/vim-peekaboo/,, +https://github.com/junegunn/vim-plug/,, +https://github.com/junegunn/vim-slash/,, +https://github.com/justincampbell/vim-eighties/,, +https://github.com/justinj/vim-pico8-syntax/,, +https://github.com/justinmk/vim-dirvish/,, +https://github.com/justinmk/vim-sneak/,, +https://github.com/jvgrootveld/telescope-zoxide/,, +https://github.com/jvirtanen/vim-hcl/,, +https://github.com/jvoorhis/coq.vim/,, +https://github.com/kaarmu/typst.vim/,HEAD, +https://github.com/KabbAmine/vCoolor.vim/,, +https://github.com/KabbAmine/zeavim.vim/,, +https://github.com/kaicataldo/material.vim/,HEAD, +https://github.com/kalbasit/vim-colemak/,, +https://github.com/kana/vim-niceblock/,, +https://github.com/kana/vim-operator-replace/,, +https://github.com/kana/vim-operator-user/,, +https://github.com/kana/vim-tabpagecd/,, +https://github.com/kana/vim-textobj-entire/,, +https://github.com/kana/vim-textobj-function/,, +https://github.com/kana/vim-textobj-user/,, +https://github.com/karb94/neoscroll.nvim/,, +https://github.com/kartikp10/noctis.nvim/,, +https://github.com/kassio/neoterm/,, +https://github.com/kawre/leetcode.nvim/,HEAD, +https://github.com/kbenzie/vim-spirv/,, +https://github.com/kchmck/vim-coffee-script/,, +https://github.com/kdheepak/cmp-latex-symbols/,, +https://github.com/kdheepak/lazygit.nvim/,, +https://github.com/kdheepak/tabline.nvim/,, +https://github.com/KeitaNakamura/neodark.vim/,, +https://github.com/KeitaNakamura/tex-conceal.vim/,, +https://github.com/keith/investigate.vim/,, +https://github.com/keith/rspec.vim/,, +https://github.com/keith/swift.vim/,, +https://github.com/kelly-lin/ranger.nvim/,, +https://github.com/kentarosasaki/vim-emacs-bindings/,HEAD, +https://github.com/kevinhwang91/nvim-bqf/,, +https://github.com/kevinhwang91/nvim-hlslens/,, +https://github.com/kevinhwang91/nvim-ufo/,HEAD, +https://github.com/kevinhwang91/promise-async/,HEAD, +https://github.com/kevinhwang91/rnvimr/,, +https://github.com/kien/rainbow_parentheses.vim/,, +https://github.com/kiyoon/haskell-scope-highlighting.nvim/,HEAD, +https://github.com/kkharji/lispdocs.nvim/,, +https://github.com/kkharji/sqlite.lua/,, +https://github.com/klen/nvim-config-local/,, +https://github.com/klen/nvim-test/,, +https://github.com/kmonad/kmonad-vim/,, +https://github.com/kndndrj/nvim-dbee/,HEAD, +https://github.com/knubie/vim-kitty-navigator/,, +https://github.com/konfekt/fastfold/,, +https://github.com/Konfekt/vim-alias/,, +https://github.com/Konfekt/vim-CtrlXA/,, +https://github.com/konfekt/vim-DetectSpellLang/,, +https://github.com/Konfekt/vim-sentence-chopper/,HEAD, +https://github.com/kosayoda/nvim-lightbulb/,, +https://github.com/kovisoft/slimv/,, +https://github.com/krady21/compiler-explorer.nvim/,HEAD, +https://github.com/kristijanhusak/defx-git/,, +https://github.com/kristijanhusak/defx-icons/,, +https://github.com/kristijanhusak/deoplete-phpactor/,, +https://github.com/kristijanhusak/vim-carbon-now-sh/,, +https://github.com/kristijanhusak/vim-dadbod-completion/,, +https://github.com/kristijanhusak/vim-dadbod-ui/,, +https://github.com/kristijanhusak/vim-dirvish-git/,, +https://github.com/kristijanhusak/vim-hybrid-material/,, +https://github.com/kshenoy/vim-signature/,, +https://github.com/ku1ik/vim-pasta/,, +https://github.com/kvrohit/substrata.nvim/,HEAD, +https://github.com/kwkarlwang/bufjump.nvim/,HEAD, +https://github.com/kylechui/nvim-surround/,main, +https://github.com/l3mon4d3/luasnip/,, +https://github.com/lalitmee/cobalt2.nvim/,, +https://github.com/lambdalisue/vim-fern/,, +https://github.com/lambdalisue/vim-gina/,, +https://github.com/lambdalisue/vim-gista/,, +https://github.com/lambdalisue/vim-manpager/,, +https://github.com/lambdalisue/vim-pager/,, +https://github.com/lambdalisue/vim-suda/,, +https://github.com/lark-parser/vim-lark-syntax/,HEAD, +https://github.com/latex-box-team/latex-box/,, +https://github.com/lawrence-laz/neotest-zig/,HEAD, +https://github.com/laytan/cloak.nvim/,HEAD, +https://github.com/LazyVim/LazyVim/,, +https://github.com/ldelossa/litee-calltree.nvim/,, +https://github.com/ldelossa/litee-filetree.nvim/,, +https://github.com/ldelossa/litee-symboltree.nvim/,, +https://github.com/ldelossa/litee.nvim/,, +https://github.com/leafgarland/typescript-vim/,, +https://github.com/leafo/moonscript-vim/,HEAD, +https://github.com/leafOfTree/vim-matchtag/,HEAD, +https://github.com/leafOfTree/vim-vue-plugin/,HEAD, +https://github.com/leanprover/lean.vim/,, +https://github.com/ledger/vim-ledger/,, +https://github.com/leoluz/nvim-dap-go/,HEAD, +https://github.com/lepture/vim-jinja/,, +https://github.com/lervag/vimtex/,, +https://github.com/lervag/wiki-ft.vim/,HEAD, +https://github.com/lervag/wiki.vim/,HEAD, +https://github.com/let-def/texpresso.vim/,HEAD, +https://github.com/levouh/tint.nvim/,HEAD, +https://github.com/lewis6991/fileline.nvim/,, +https://github.com/lewis6991/gitsigns.nvim/,, +https://github.com/lewis6991/hover.nvim/,HEAD, +https://github.com/lewis6991/impatient.nvim/,, +https://github.com/lewis6991/satellite.nvim/,HEAD, +https://github.com/lewis6991/spellsitter.nvim/,HEAD, +https://github.com/lf-lang/lingua-franca.vim/,, +https://github.com/lfe-support/vim-lfe/,, +https://github.com/lfilho/cosco.vim/,, +https://github.com/LhKipp/nvim-nu/,HEAD, +https://github.com/liangxianzhe/floating-input.nvim/,HEAD, +https://github.com/lifepillar/pgsql.vim/,, +https://github.com/lifepillar/vim-gruvbox8/,, +https://github.com/lifepillar/vim-mucomplete/,, +https://github.com/lifepillar/vim-solarized8/,HEAD, +https://github.com/lighttiger2505/deoplete-vim-lsp/,, +https://github.com/Lilja/zellij.nvim/,HEAD, +https://github.com/lilydjwg/colorizer/,, +https://github.com/lilydjwg/fcitx.vim/,fcitx5, +https://github.com/liuchengxu/graphviz.vim/,, +https://github.com/liuchengxu/space-vim/,, +https://github.com/liuchengxu/vim-which-key/,, +https://github.com/liuchengxu/vista.vim/,, +https://github.com/llllvvuu/neotest-foundry/,HEAD, +https://github.com/LnL7/vim-nix/,, +https://github.com/loctvl842/monokai-pro.nvim/,HEAD, +https://github.com/lotabout/skim.vim/,, +https://github.com/lsig/messenger.nvim/,HEAD, +https://github.com/lspcontainers/lspcontainers.nvim/,, +https://github.com/luan/vim-concourse/,, +https://github.com/luc-tielen/telescope_hoogle/,HEAD, +https://github.com/lucasew/yescapsquit.vim/,HEAD, +https://github.com/LucHermitte/lh-brackets/,, +https://github.com/LucHermitte/lh-vim-lib/,, +https://github.com/lucidph3nx/nvim-sops/,HEAD, +https://github.com/luckasRanarison/tailwind-tools.nvim/,HEAD, +https://github.com/LudoPinelli/comment-box.nvim/,HEAD, +https://github.com/ludovicchabant/vim-gutentags/,, +https://github.com/ludovicchabant/vim-lawrencium/,, +https://github.com/luisiacc/gruvbox-baby/,HEAD, +https://github.com/lukas-reineke/cmp-rg/,HEAD, +https://github.com/lukas-reineke/cmp-under-comparator/,, +https://github.com/lukas-reineke/headlines.nvim/,HEAD, +https://github.com/lukas-reineke/indent-blankline.nvim/,, +https://github.com/lukas-reineke/lsp-format.nvim/,HEAD, +https://github.com/lukas-reineke/virt-column.nvim/,HEAD, +https://github.com/lukaszkorecki/workflowish/,, +https://github.com/lumiliet/vim-twig/,, +https://github.com/lunacookies/vim-substrata/,HEAD, +https://github.com/LunarVim/bigfile.nvim/,, +https://github.com/LunarVim/onedarker.nvim/,, +https://github.com/luochen1990/rainbow/,, +https://github.com/luukvbaal/stabilize.nvim/,, +https://github.com/luukvbaal/statuscol.nvim/,, +https://github.com/lvimuser/lsp-inlayhints.nvim/,HEAD, +https://github.com/lyokha/vim-xkbswitch/,, +https://github.com/m-pilia/vim-ccls/,, +https://github.com/m00qek/baleia.nvim/,HEAD, +https://github.com/m4xshen/autoclose.nvim/,HEAD, +https://github.com/m4xshen/hardtime.nvim/,HEAD, +https://github.com/m4xshen/smartcolumn.nvim/,, +https://github.com/machakann/vim-highlightedyank/,, +https://github.com/machakann/vim-sandwich/,, +https://github.com/machakann/vim-swap/,, +https://github.com/MagicDuck/grug-far.nvim/,, +https://github.com/maksimr/vim-jsbeautify/,, +https://github.com/manicmaniac/coconut.vim/,HEAD, https://github.com/MarcWeber/vim-addon-actions/,, https://github.com/MarcWeber/vim-addon-async/,, https://github.com/MarcWeber/vim-addon-background-cmd/,, @@ -1104,459 +764,799 @@ https://github.com/MarcWeber/vim-addon-sql/,, https://github.com/MarcWeber/vim-addon-syntax-checker/,, https://github.com/MarcWeber/vim-addon-toggle-buffer/,, https://github.com/MarcWeber/vim-addon-xdebug/,, -https://github.com/junegunn/vim-after-object/,, -https://github.com/danilo-augusto/vim-afterglow/,HEAD, -https://github.com/msuperdock/vim-agda/,HEAD, -https://github.com/vim-airline/vim-airline/,, -https://github.com/enricobacis/vim-airline-clock/,, -https://github.com/vim-airline/vim-airline-themes/,, -https://github.com/Konfekt/vim-alias/,, -https://github.com/hsanson/vim-android/,, -https://github.com/osyo-manga/vim-anzu/,, -https://github.com/ThePrimeagen/vim-apm/,, -https://github.com/PeterRincker/vim-argumentative/,, -https://github.com/FooSoft/vim-argwrap/,, -https://github.com/haya14busa/vim-asterisk/,, -https://github.com/wuelnerdotexe/vim-astro/,HEAD, -https://github.com/hura/vim-asymptote/,, -https://github.com/907th/vim-auto-save/,, -https://github.com/vim-autoformat/vim-autoformat/,, -https://github.com/benizi/vim-automkdir/,, -https://github.com/jenterkin/vim-autosource/,, -https://github.com/gioele/vim-autoswap/,, -https://github.com/bazelbuild/vim-bazel/,, -https://github.com/moll/vim-bbye/,, -https://github.com/ThePrimeagen/vim-be-good/,HEAD, -https://github.com/nathangrigg/vim-beancount/,, -https://github.com/sheoak/vim-bepoptimist/,HEAD, -https://github.com/ntpeters/vim-better-whitespace/,, +https://github.com/marilari88/neotest-vitest/,HEAD, +https://github.com/MarkEmmons/neotest-deno/,HEAD, +https://github.com/marko-cerovac/material.nvim/,, +https://github.com/markonm/traces.vim/,, +https://github.com/marrub--/vim-zscript/,HEAD, +https://github.com/Marskey/telescope-sg/,HEAD, +https://github.com/martinda/Jenkinsfile-vim-syntax/,, +https://github.com/martineausimon/nvim-lilypond-suite/,HEAD, https://github.com/MattesGroeger/vim-bookmarks/,, -https://github.com/gyim/vim-boxdraw/,, -https://github.com/ConradIrwin/vim-bracketed-paste/,, -https://github.com/mtikekar/vim-bsv/,, -https://github.com/jeetsukumaran/vim-buffergator/,, -https://github.com/bling/vim-bufferline/,, -https://github.com/qpkorr/vim-bufkill/,, -https://github.com/isobit/vim-caddyfile/,HEAD, -https://github.com/tpope/vim-capslock/,, -https://github.com/kristijanhusak/vim-carbon-now-sh/,, -https://github.com/m-pilia/vim-ccls/,, -https://github.com/t9md/vim-choosewin/,, -https://github.com/rhysd/vim-clang-format/,, -https://github.com/guns/vim-clojure-highlight/,, -https://github.com/guns/vim-clojure-static/,, -https://github.com/rstacruz/vim-closer/,, -https://github.com/alvan/vim-closetag/,, -https://github.com/vhdirk/vim-cmake/,, -https://github.com/tomasiser/vim-code-dark/,, -https://github.com/google/vim-codefmt/,, -https://github.com/kchmck/vim-coffee-script/,, -https://github.com/kalbasit/vim-colemak/,, -https://github.com/altercation/vim-colors-solarized/,, -https://github.com/flazz/vim-colorschemes/,, -https://github.com/jonbri/vim-colorstepper/,, -https://github.com/tpope/vim-commentary/,, -https://github.com/luan/vim-concourse/,, -https://github.com/romainl/vim-cool/,, -https://github.com/octol/vim-cpp-enhanced-highlight/,, +https://github.com/mattn/calendar-vim/,,mattn-calendar-vim +https://github.com/mattn/emmet-vim/,, +https://github.com/mattn/vim-gist/,, +https://github.com/mattn/vim-lsp-settings/,HEAD, +https://github.com/mattn/webapi-vim/,, +https://github.com/matze/vim-move/,, +https://github.com/mawkler/modicator.nvim/,HEAD, +https://github.com/max397574/better-escape.nvim/,, +https://github.com/max397574/cmp-greek/,HEAD, +https://github.com/max397574/startup.nvim/,HEAD, +https://github.com/maximbaz/lightline-ale/,, +https://github.com/maxjacobson/vim-fzf-coauthorship/,, +https://github.com/MaxMEllon/vim-jsx-pretty/,, +https://github.com/mbbill/undotree/,, +https://github.com/mboughaba/i3config.vim/,, +https://github.com/mcchrish/nnn.vim/,, +https://github.com/meain/vim-printer/,HEAD, +https://github.com/MeanderingProgrammer/render-markdown.nvim/,, +https://github.com/MeF0504/vim-pets/,HEAD, +https://github.com/megaannum/forms/,, +https://github.com/megaannum/self/,, +https://github.com/mengelbrecht/lightline-bufferline/,, +https://github.com/metakirby5/codi.vim/,, +https://github.com/metalelf0/jellybeans-nvim/,, +https://github.com/mfukar/robotframework-vim/,, +https://github.com/mfussenegger/nvim-dap-python/,HEAD, +https://github.com/mfussenegger/nvim-dap/,, +https://github.com/mfussenegger/nvim-jdtls/,, +https://github.com/mfussenegger/nvim-lint/,, +https://github.com/mg979/vim-visual-multi/,, +https://github.com/mg979/vim-xtabline/,, +https://github.com/mhartington/formatter.nvim/,, +https://github.com/mhartington/oceanic-next/,, https://github.com/mhinz/vim-crates/,, -https://github.com/vim-crystal/vim-crystal/,HEAD, -https://github.com/OrangeT/vim-csharp/,, -https://github.com/ap/vim-css-color/,, -https://github.com/jjo/vim-cue/,, -https://github.com/itchyny/vim-cursorword/,, -https://github.com/ehamberg/vim-cute-python/,, -https://github.com/tpope/vim-dadbod/,, -https://github.com/kristijanhusak/vim-dadbod-completion/,, -https://github.com/kristijanhusak/vim-dadbod-ui/,, -https://github.com/sunaku/vim-dasht/,, -https://github.com/ajmwagar/vim-deus/,, -https://github.com/ryanoasis/vim-devicons/,, -https://github.com/jeffkreeftmeijer/vim-dim/,HEAD, -https://github.com/blueyed/vim-diminactive/,, -https://github.com/will133/vim-dirdiff/,, -https://github.com/justinmk/vim-dirvish/,, -https://github.com/kristijanhusak/vim-dirvish-git/,, -https://github.com/tpope/vim-dispatch/,, -https://github.com/radenling/vim-dispatch-neovim/,, -https://github.com/jhradilek/vim-docbk/,, -https://github.com/tpope/vim-dotenv/,, -https://github.com/junegunn/vim-easy-align/,, -https://github.com/zhou13/vim-easyescape/,, +https://github.com/mhinz/vim-grepper/,, +https://github.com/mhinz/vim-janah/,, +https://github.com/mhinz/vim-sayonara/,7e774f58c5865d9c10d40396850b35ab95af17c5, +https://github.com/mhinz/vim-signify/,, +https://github.com/mhinz/vim-startify/,, +https://github.com/michaeljsmith/vim-indent-object/,, +https://github.com/michal-h21/vim-zettel/,HEAD, +https://github.com/miikanissi/modus-themes.nvim/,HEAD, +https://github.com/mikavilpas/yazi.nvim/,HEAD, +https://github.com/mikesmithgh/git-prompt-string-lualine.nvim/,HEAD, +https://github.com/mileszs/ack.vim/,, +https://github.com/milkypostman/vim-togglelist/,, +https://github.com/mistricky/codesnap.nvim/,HEAD, +https://github.com/mistweaverco/kulala.nvim/,HEAD, +https://github.com/miversen33/netman.nvim/,HEAD, +https://github.com/mk12/vim-lean/,, +https://github.com/mkasa/lushtags/,, +https://github.com/mlr-msft/vim-loves-dafny/,, +https://github.com/Mofiqul/adwaita.nvim/,HEAD, +https://github.com/Mofiqul/dracula.nvim/,HEAD, +https://github.com/Mofiqul/vscode.nvim/,, +https://github.com/mogelbrod/vim-jsonpath/,HEAD, +https://github.com/moll/vim-bbye/,, +https://github.com/monaqa/dial.nvim/,HEAD, +https://github.com/monkoose/fzf-hoogle.vim/,HEAD, +https://github.com/monkoose/vim9-stargate/,HEAD, +https://github.com/mopp/sky-color-clock.vim/,, +https://github.com/morhetz/gruvbox/,, +https://github.com/motus/pig.vim/,, +https://github.com/mpickering/hlint-refactor-vim/,, +https://github.com/mrcjkb/haskell-snippets.nvim/,HEAD, +https://github.com/MrcJkb/neotest-haskell/,HEAD, +https://github.com/MrcJkb/telescope-manix/,HEAD, +https://github.com/mrded/nvim-lsp-notify/,HEAD, +https://github.com/mrjones2014/legendary.nvim/,HEAD, +https://github.com/mrjones2014/smart-splits.nvim/,, +https://github.com/mroavi/vim-julia-cell/,HEAD, +https://github.com/ms-jpq/chadtree/,HEAD, +https://github.com/ms-jpq/coq.artifacts/,HEAD, +https://github.com/ms-jpq/coq.thirdparty/,HEAD, +https://github.com/ms-jpq/coq_nvim/,, +https://github.com/msuperdock/vim-agda/,HEAD, +https://github.com/mtikekar/vim-bsv/,, +https://github.com/mtoohey31/cmp-fish/,HEAD, +https://github.com/mtrajano/tssorter.nvim/,HEAD, +https://github.com/MunifTanjim/nui.nvim/,main, +https://github.com/mustache/vim-mustache-handlebars/,, +https://github.com/Myzel394/jsonfly.nvim/,HEAD, +https://github.com/mzlogin/vim-markdown-toc/,, +https://github.com/mzlogin/vim-smali/,, +https://github.com/nacro90/numb.nvim/,, +https://github.com/nanotech/jellybeans.vim/,, +https://github.com/nanotee/zoxide.vim/,, +https://github.com/nanozuki/tabby.nvim/,HEAD, +https://github.com/nat-418/boole.nvim/,HEAD, +https://github.com/natebosch/vim-lsc/,, +https://github.com/natecraddock/telescope-zf-native.nvim/,HEAD, +https://github.com/nathangrigg/vim-beancount/,, +https://github.com/nathanmsmith/nvim-ale-diagnostic/,, +https://github.com/navarasu/onedark.nvim/,, +https://github.com/navicore/vissort.vim/,, +https://github.com/nbouscal/vim-stylish-haskell/,, +https://github.com/ncm2/float-preview.nvim/,, +https://github.com/ncm2/ncm2-bufword/,, +https://github.com/ncm2/ncm2-cssomni/,, +https://github.com/ncm2/ncm2-github/,, +https://github.com/ncm2/ncm2-html-subscope/,, +https://github.com/ncm2/ncm2-jedi/,, +https://github.com/ncm2/ncm2-markdown-subscope/,, +https://github.com/ncm2/ncm2-neoinclude/,, +https://github.com/ncm2/ncm2-neosnippet/,, +https://github.com/ncm2/ncm2-path/,, +https://github.com/ncm2/ncm2-syntax/,, +https://github.com/ncm2/ncm2-tagprefix/,, +https://github.com/ncm2/ncm2-tmux/,, +https://github.com/ncm2/ncm2-ultisnips/,, +https://github.com/ncm2/ncm2-vim/,, +https://github.com/ncm2/ncm2/,, +https://github.com/ndmitchell/ghcid/,, +https://github.com/neoclide/coc-denite/,, +https://github.com/neoclide/coc-neco/,, +https://github.com/neoclide/coc.nvim/,release, +https://github.com/neoclide/denite-extra/,, +https://github.com/neoclide/denite-git/,, +https://github.com/neoclide/jsonc.vim/,, https://github.com/neoclide/vim-easygit/,, -https://github.com/easymotion/vim-easymotion/,, -https://github.com/xolox/vim-easytags/,, -https://github.com/justincampbell/vim-eighties/,, -https://github.com/elixir-editors/vim-elixir/,, -https://github.com/andys8/vim-elm-syntax/,, -https://github.com/kentarosasaki/vim-emacs-bindings/,HEAD, -https://github.com/junegunn/vim-emoji/,, -https://github.com/tpope/vim-endwise/,, +https://github.com/NeogitOrg/neogit/,, +https://github.com/neomake/neomake/,, +https://github.com/neovim/nvim-lspconfig/,, +https://github.com/neovim/nvimdev.nvim/,, +https://github.com/neovimhaskell/haskell-vim/,, +https://github.com/neovimhaskell/nvim-hs.vim/,, +https://github.com/neutaaaaan/iosvkem/,, +https://github.com/nfnty/vim-nftables/,, +https://github.com/ngemily/vim-vp4/,HEAD, +https://github.com/nickel-lang/vim-nickel/,main, +https://github.com/nicoe/deoplete-khard/,, +https://github.com/nishigori/increment-activator/,, +https://github.com/nixprime/cpsm/,, +https://github.com/NLKNguyen/papercolor-theme/,, +https://github.com/nmac427/guess-indent.nvim/,HEAD, +https://github.com/noahfrederick/vim-noctu/,, +https://github.com/NoahTheDuke/vim-just/,, +https://github.com/noc7c9/vim-iced-coffee-script/,, +https://github.com/nomnivore/ollama.nvim/,HEAD, +https://github.com/norcalli/nvim-terminal.lua/,, +https://github.com/norcalli/snippets.nvim/,, +https://github.com/nordtheme/vim/,,nord-vim +https://github.com/notomo/cmp-neosnippet/,HEAD, +https://github.com/NTBBloodbath/doom-one.nvim/,, +https://github.com/NTBBloodbath/galaxyline.nvim/,, +https://github.com/NTBBloodbath/rest.nvim/,, +https://github.com/ntk148v/vim-horizon/,, +https://github.com/ntpeters/vim-better-whitespace/,, +https://github.com/nullishamy/autosave.nvim/,HEAD, +https://github.com/numirias/semshi/,, +https://github.com/Numkil/ag.nvim/,, +https://github.com/numtostr/comment.nvim/,, +https://github.com/numToStr/FTerm.nvim/,, +https://github.com/numToStr/Navigator.nvim/,, +https://github.com/nvchad/base46/,HEAD, +https://github.com/nvchad/nvchad/,HEAD, +https://github.com/nvchad/nvim-colorizer.lua/,, +https://github.com/nvchad/ui/,HEAD,nvchad-ui +https://github.com/nvie/vim-flake8/,, +https://github.com/nvim-focus/focus.nvim/,HEAD, +https://github.com/nvim-lua/completion-nvim/,, +https://github.com/nvim-lua/diagnostic-nvim/,, +https://github.com/nvim-lua/lsp-status.nvim/,, +https://github.com/nvim-lua/lsp_extensions.nvim/,, +https://github.com/nvim-lua/plenary.nvim/,, +https://github.com/nvim-lua/popup.nvim/,, +https://github.com/nvim-lualine/lualine.nvim/,, +https://github.com/nvim-neo-tree/neo-tree.nvim/,HEAD, +https://github.com/nvim-neorg/neorg-telescope/,HEAD, +https://github.com/nvim-neotest/neotest-go/,HEAD, +https://github.com/nvim-neotest/neotest-jest/,HEAD, +https://github.com/nvim-neotest/neotest-plenary/,HEAD, +https://github.com/nvim-neotest/neotest-python/,HEAD, +https://github.com/nvim-neotest/neotest/,HEAD, +https://github.com/nvim-neotest/nvim-nio/,HEAD, +https://github.com/nvim-orgmode/orgmode/,, +https://github.com/nvim-pack/nvim-spectre/,, +https://github.com/nvim-telekasten/telekasten.nvim/,, +https://github.com/nvim-telescope/telescope-cheat.nvim/,, +https://github.com/nvim-telescope/telescope-dap.nvim/,, +https://github.com/nvim-telescope/telescope-file-browser.nvim/,, +https://github.com/nvim-telescope/telescope-frecency.nvim/,, +https://github.com/nvim-telescope/telescope-fzf-native.nvim/,, +https://github.com/nvim-telescope/telescope-fzf-writer.nvim/,, +https://github.com/nvim-telescope/telescope-fzy-native.nvim/,, +https://github.com/nvim-telescope/telescope-github.nvim/,, +https://github.com/nvim-telescope/telescope-live-grep-args.nvim/,HEAD, +https://github.com/nvim-telescope/telescope-media-files.nvim/,HEAD, +https://github.com/nvim-telescope/telescope-project.nvim/,, +https://github.com/nvim-telescope/telescope-smart-history.nvim/,HEAD, +https://github.com/nvim-telescope/telescope-symbols.nvim/,, +https://github.com/nvim-telescope/telescope-ui-select.nvim/,, +https://github.com/nvim-telescope/telescope-z.nvim/,, +https://github.com/nvim-telescope/telescope.nvim/,, +https://github.com/nvim-tree/nvim-tree.lua/,, +https://github.com/nvim-tree/nvim-web-devicons/,, +https://github.com/nvim-treesitter/completion-treesitter/,, +https://github.com/nvim-treesitter/nvim-treesitter-context/,, +https://github.com/nvim-treesitter/nvim-treesitter-refactor/,, +https://github.com/nvim-treesitter/nvim-treesitter-textobjects/,, +https://github.com/nvim-treesitter/nvim-treesitter/,, +https://github.com/nvim-treesitter/playground/,, +https://github.com/nvimdev/dashboard-nvim/,, +https://github.com/nvimdev/guard-collection/,HEAD, +https://github.com/nvimdev/guard.nvim/,HEAD, +https://github.com/nvimdev/lspsaga.nvim/,, +https://github.com/nvimdev/oceanic-material/,, +https://github.com/nvimdev/zephyr-nvim/,, +https://github.com/nvimtools/hydra.nvim/,HEAD, +https://github.com/nvimtools/none-ls.nvim/,HEAD, +https://github.com/nyoom-engineering/oxocarbon.nvim/,HEAD, +https://github.com/nzlov/cmp-tabby/,HEAD, +https://github.com/oberblastmeister/neuron.nvim/,, +https://github.com/oberblastmeister/termwrapper.nvim/,, +https://github.com/ocaml/vim-ocaml/,, +https://github.com/octaltree/cmp-look/,HEAD, +https://github.com/octol/vim-cpp-enhanced-highlight/,, +https://github.com/ojroques/nvim-bufdel/,, +https://github.com/ojroques/nvim-osc52/,, +https://github.com/ojroques/vim-oscyank/,, +https://github.com/okuuva/auto-save.nvim/,HEAD, +https://github.com/Olical/aniseed/,, +https://github.com/Olical/conjure/,, +https://github.com/Olical/nfnl/,main, https://github.com/Olical/vim-enmasse/,HEAD, +https://github.com/olimorris/neotest-phpunit/,HEAD, +https://github.com/olimorris/neotest-rspec/,HEAD, +https://github.com/olimorris/onedarkpro.nvim/,, +https://github.com/olimorris/persisted.nvim/,HEAD, +https://github.com/olivercederborg/poimandres.nvim/,HEAD, +https://github.com/olrtg/nvim-rename-state/,HEAD, +https://github.com/onsails/diaglist.nvim/,, +https://github.com/onsails/lspkind.nvim/,, +https://github.com/OrangeT/vim-csharp/,, +https://github.com/osyo-manga/shabadou.vim/,, +https://github.com/osyo-manga/vim-anzu/,, +https://github.com/osyo-manga/vim-over/,, +https://github.com/osyo-manga/vim-textobj-multiblock/,, +https://github.com/osyo-manga/vim-watchdogs/,, +https://github.com/otavioschwanck/arrow.nvim/,, +https://github.com/othree/html5.vim/,HEAD, +https://github.com/overcache/NeoSolarized/,, +https://github.com/oxfist/night-owl.nvim/,, +https://github.com/OXY2DEV/helpview.nvim/,HEAD, +https://github.com/OXY2DEV/markview.nvim/,HEAD, +https://github.com/p00f/clangd_extensions.nvim/,HEAD, +https://github.com/p00f/godbolt.nvim/,HEAD, +https://github.com/pangloss/vim-javascript/,, +https://github.com/parsonsmatt/intero-neovim/,, +https://github.com/PaterJason/cmp-conjure/,, +https://github.com/PaterJason/nvim-treesitter-sexp/,HEAD, +https://github.com/patstockwell/vim-monokai-tasty/,HEAD, +https://github.com/pearofducks/ansible-vim/,, +https://github.com/peitalin/vim-jsx-typescript/,, +https://github.com/pest-parser/pest.vim/,HEAD, +https://github.com/peterbjorgensen/sved/,, +https://github.com/peterhoeg/vim-qml/,, +https://github.com/PeterRincker/vim-argumentative/,, +https://github.com/petertriho/cmp-git/,HEAD, +https://github.com/petertriho/nvim-scrollbar/,HEAD, +https://github.com/petRUShka/vim-opencl/,, +https://github.com/phanviet/vim-monokai-pro/,, +https://github.com/phha/zenburn.nvim/,,phha-zenburn +https://github.com/piersolenski/wtf.nvim/,HEAD, +https://github.com/pimalaya/himalaya-vim/,, +https://github.com/pmizio/typescript-tools.nvim/,, +https://github.com/Pocco81/true-zen.nvim/,, +https://github.com/ponko2/deoplete-fish/,, +https://github.com/pontusk/cmp-vimwiki-tags/,HEAD, +https://github.com/posva/vim-vue/,, +https://github.com/powerman/vim-plugin-AnsiEsc/,, +https://github.com/PProvost/vim-ps1/,, +https://github.com/prabirshrestha/async.vim/,, +https://github.com/prabirshrestha/asyncomplete-buffer.vim/,HEAD, +https://github.com/prabirshrestha/asyncomplete-file.vim/,HEAD, +https://github.com/prabirshrestha/asyncomplete-lsp.vim/,, +https://github.com/prabirshrestha/asyncomplete-omni.vim/,HEAD, +https://github.com/prabirshrestha/asyncomplete-tags.vim/,HEAD, +https://github.com/prabirshrestha/asyncomplete-ultisnips.vim/,HEAD, +https://github.com/prabirshrestha/asyncomplete.vim/,, +https://github.com/prabirshrestha/vim-lsp/,, +https://github.com/preservim/nerdcommenter/,, +https://github.com/preservim/nerdtree/,, +https://github.com/preservim/tagbar/,, +https://github.com/preservim/vim-indent-guides/,, +https://github.com/preservim/vim-lexical/,HEAD, +https://github.com/preservim/vim-markdown/,, +https://github.com/preservim/vim-pencil/,, +https://github.com/preservim/vim-wordy/,, +https://github.com/preservim/vimux/,, +https://github.com/prettier/vim-prettier/,, +https://github.com/prichrd/netrw.nvim/,HEAD, +https://github.com/prisma/vim-prisma/,, +https://github.com/projekt0n/circles.nvim/,, +https://github.com/psliwka/vim-smoothie/,, +https://github.com/pta2002/intellitab.nvim/,HEAD, +https://github.com/ptdewey/darkearth-nvim/,HEAD, +https://github.com/pteroctopus/faster.nvim/,HEAD, +https://github.com/ptzz/lf.vim/,, +https://github.com/puremourning/vimspector/,, +https://github.com/purescript-contrib/purescript-vim/,, +https://github.com/pwntester/octo.nvim/,, +https://github.com/python-mode/python-mode/,, +https://github.com/qnighy/lalrpop.vim/,, +https://github.com/qpkorr/vim-bufkill/,, +https://github.com/quangnguyen30192/cmp-nvim-tags/,HEAD, +https://github.com/quangnguyen30192/cmp-nvim-ultisnips/,, +https://github.com/quarto-dev/quarto-nvim/,, +https://github.com/Quramy/tsuquyomi/,, +https://github.com/RaafatTurki/hex.nvim/,HEAD, +https://github.com/racer-rust/vim-racer/,, +https://github.com/rachartier/tiny-inline-diagnostic.nvim/,HEAD, +https://github.com/radenling/vim-dispatch-neovim/,, +https://github.com/rafamadriz/friendly-snippets/,, +https://github.com/rafamadriz/neon/,, +https://github.com/rafaqz/ranger.vim/,, +https://github.com/rafcamlet/nvim-luapad/,, +https://github.com/rafi/awesome-vim-colorschemes/,, +https://github.com/raghur/fruzzy/,, +https://github.com/raghur/vim-ghost/,, +https://github.com/Raimondi/delimitMate/,, +https://github.com/rakr/vim-one/,, +https://github.com/ray-x/aurora/,, +https://github.com/ray-x/cmp-treesitter/,, +https://github.com/ray-x/go.nvim/,HEAD, +https://github.com/ray-x/lsp_signature.nvim/,, +https://github.com/rbgrouleff/bclose.vim/,, +https://github.com/rbong/vim-flog/,, +https://github.com/rcarriga/cmp-dap/,HEAD, +https://github.com/rcarriga/nvim-dap-ui/,, +https://github.com/rcarriga/nvim-notify/,, +https://github.com/rcarriga/vim-ultest/,, +https://github.com/rcasia/neotest-bash/,HEAD, +https://github.com/rcasia/neotest-java/,HEAD, +https://github.com/rebelot/heirline.nvim/,, +https://github.com/rebelot/kanagawa.nvim/,, +https://github.com/rgroli/other.nvim/,HEAD, +https://github.com/rhysd/clever-f.vim/,, +https://github.com/rhysd/committia.vim/,, +https://github.com/rhysd/conflict-marker.vim/,, +https://github.com/rhysd/devdocs.vim/,, +https://github.com/rhysd/git-messenger.vim/,, +https://github.com/rhysd/vim-clang-format/,, +https://github.com/rhysd/vim-grammarous/,, +https://github.com/rhysd/vim-llvm/,HEAD, +https://github.com/rhysd/vim-lsp-ale/,HEAD, +https://github.com/rhysd/vim-operator-surround/,, +https://github.com/ribru17/bamboo.nvim/,, +https://github.com/rinx/nvim-dap-rego/,HEAD, +https://github.com/RishabhRD/nvim-lsputils/,, +https://github.com/RishabhRD/popfix/,, +https://github.com/rizzatti/dash.vim/,HEAD, +https://github.com/rktjmp/fwatch.nvim/,, +https://github.com/rktjmp/hotpot.nvim/,, +https://github.com/rktjmp/lush.nvim/,, +https://github.com/rmagatti/auto-session/,, +https://github.com/rmagatti/goto-preview/,, +https://github.com/rmehri01/onenord.nvim/,main, +https://github.com/RobertAudi/securemodelines/,, +https://github.com/rockerBOO/boo-colorscheme-nvim/,, +https://github.com/rodjek/vim-puppet/,, +https://github.com/romainl/vim-cool/,, +https://github.com/romainl/vim-qf/,, +https://github.com/romainl/vim-qlist/,, +https://github.com/roman/golden-ratio/,, +https://github.com/romgrk/barbar.nvim/,, +https://github.com/ron-rs/ron.vim/,, +https://github.com/ron89/thesaurus_query.vim/,, +https://github.com/roobert/palette.nvim/,HEAD, +https://github.com/rose-pine/neovim/,main,rose-pine +https://github.com/rouge8/neotest-rust/,HEAD, +https://github.com/roxma/nvim-cm-racer/,, +https://github.com/roxma/nvim-completion-manager/,, +https://github.com/roxma/nvim-yarp/,, +https://github.com/roxma/vim-tmux-clipboard/,, +https://github.com/RRethy/base16-nvim/,, +https://github.com/RRethy/nvim-treesitter-endwise/,HEAD, +https://github.com/RRethy/nvim-treesitter-textsubjects/,HEAD, +https://github.com/RRethy/vim-hexokinase/,, +https://github.com/RRethy/vim-illuminate/,, +https://github.com/rstacruz/vim-closer/,, +https://github.com/ruanyl/vim-gh-line/,, +https://github.com/rubiin/fortune.nvim/,HEAD, +https://github.com/ruifm/gitlinker.nvim/,, +https://github.com/rust-lang/rust.vim/,, +https://github.com/ryanoasis/vim-devicons/,, +https://github.com/ryvnf/readline.vim/,, +https://github.com/s1n7ax/nvim-search-and-replace/,HEAD, +https://github.com/s1n7ax/nvim-window-picker/,HEAD, +https://github.com/saadparwaiz1/cmp_luasnip/,, +https://github.com/saecki/crates.nvim/,, +https://github.com/sainnhe/edge/,, +https://github.com/sainnhe/everforest/,, +https://github.com/sainnhe/gruvbox-material/,, +https://github.com/sainnhe/sonokai/,, +https://github.com/sakhnik/nvim-gdb/,, +https://github.com/salkin-mada/openscad.nvim/,HEAD, +https://github.com/sam4llis/nvim-lua-gf/,HEAD, +https://github.com/samjwill/nvim-unception/,HEAD, +https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim +https://github.com/samoshkin/vim-mergetool/,, +https://github.com/savq/melange-nvim/,, +https://github.com/sbdchd/neoformat/,, +https://github.com/scalameta/nvim-metals/,, +https://github.com/scottmckendry/cyberdream.nvim/,, +https://github.com/sdiehl/vim-ormolu/,, +https://github.com/sebastianmarkow/deoplete-rust/,, +https://github.com/seirl/vim-jinja-languages/,HEAD, +https://github.com/SevereOverfl0w/deoplete-github/,, +https://github.com/Shatur/neovim-ayu/,, +https://github.com/shaunsingh/moonlight.nvim/,,pure-lua +https://github.com/shaunsingh/nord.nvim/,, +https://github.com/shaunsingh/solarized.nvim/,HEAD, +https://github.com/sheerun/vim-polyglot/,, +https://github.com/sheoak/vim-bepoptimist/,HEAD, +https://github.com/shinchu/lightline-gruvbox.vim/,, +https://github.com/ShinKage/idris2-nvim/,, +https://github.com/shortcuts/no-neck-pain.nvim/,HEAD, +https://github.com/Shougo/context_filetype.vim/,, +https://github.com/Shougo/ddc-filter-matcher_head/,HEAD, +https://github.com/Shougo/ddc-filter-sorter_rank/,HEAD, +https://github.com/Shougo/ddc-source-lsp/,HEAD, +https://github.com/Shougo/ddc-ui-native/,HEAD, +https://github.com/Shougo/ddc-ui-pum/,HEAD, +https://github.com/Shougo/ddc.vim/,HEAD, +https://github.com/Shougo/defx.nvim/,, +https://github.com/Shougo/denite.nvim/,, +https://github.com/Shougo/deol.nvim/,, +https://github.com/Shougo/deoplete.nvim/,, +https://github.com/Shougo/echodoc.vim/,, +https://github.com/Shougo/neco-syntax/,, +https://github.com/Shougo/neco-vim/,, +https://github.com/Shougo/neocomplete.vim/,, +https://github.com/Shougo/neoinclude.vim/,, +https://github.com/Shougo/neomru.vim/,, +https://github.com/Shougo/neosnippet-snippets/,, +https://github.com/Shougo/neosnippet.vim/,, +https://github.com/Shougo/neoyank.vim/,, +https://github.com/Shougo/pum.vim/,HEAD, +https://github.com/Shougo/tabpagebuffer.vim/,, +https://github.com/Shougo/unite.vim/,, +https://github.com/Shougo/vimfiler.vim/,, +https://github.com/Shougo/vimproc.vim/,, +https://github.com/Shougo/vimshell.vim/,, +https://github.com/shumphrey/fugitive-gitlab.vim/,, +https://github.com/shunsambongi/neotest-testthat/,HEAD, +https://github.com/sidlatau/neotest-dart/,HEAD, +https://github.com/SidOfc/mkdx/,, +https://github.com/sile-typesetter/vim-sile/,HEAD, +https://github.com/simnalamburt/vim-mundo/,, +https://github.com/simonmclean/triptych.nvim/,HEAD, +https://github.com/simonrw/vim-yapf/,, +https://github.com/simrat39/rust-tools.nvim/,, +https://github.com/simrat39/symbols-outline.nvim/,, +https://github.com/sindrets/diffview.nvim/,, +https://github.com/sindrets/winshift.nvim/,, +https://github.com/sirtaj/vim-openscad/,HEAD, +https://github.com/SirVer/ultisnips/,, +https://github.com/sjl/gundo.vim/,, +https://github.com/sjl/splice.vim/,, +https://github.com/sk1418/last256/,, +https://github.com/skywind3000/asyncrun.vim/,, +https://github.com/skywind3000/asynctasks.vim/,, +https://github.com/slashmili/alchemist.vim/,, +https://github.com/smiteshp/nvim-gps/,, +https://github.com/SmiteshP/nvim-navbuddy/,, +https://github.com/smiteshp/nvim-navic/,HEAD, +https://github.com/smjonas/inc-rename.nvim/,HEAD, +https://github.com/smjonas/live-command.nvim/,HEAD, +https://github.com/smoka7/hop.nvim/,, +https://github.com/smoka7/multicursors.nvim/,HEAD, +https://github.com/Snikimonkd/telescope-git-conflicts.nvim/,HEAD, +https://github.com/sodapopcan/vim-twiggy/,, +https://github.com/solarnz/arcanist.vim/,, +https://github.com/sonph/onehalf/,, +https://github.com/sontungexpt/url-open/,HEAD, +https://github.com/sotte/presenting.vim/,, +https://github.com/sourcegraph/sg.nvim/,HEAD, +https://github.com/SpaceVim/SpaceVim/,, +https://github.com/spywhere/lightline-lsp/,, +https://github.com/sQVe/sort.nvim/,HEAD, +https://github.com/srcery-colors/srcery-vim/,, +https://github.com/steelsojka/completion-buffers/,, +https://github.com/steelsojka/pears.nvim/,, +https://github.com/stefandtw/quickfix-reflector.vim/,, +https://github.com/stephpy/vim-yaml/,, +https://github.com/stevanmilic/neotest-scala/,HEAD, +https://github.com/stevearc/aerial.nvim/,, +https://github.com/stevearc/conform.nvim/,HEAD, +https://github.com/stevearc/dressing.nvim/,, +https://github.com/stevearc/oil.nvim/,HEAD, +https://github.com/stevearc/overseer.nvim/,HEAD, +https://github.com/stevearc/resession.nvim/,HEAD, +https://github.com/stsewd/fzf-checkout.vim/,, +https://github.com/stsewd/sphinx.nvim/,, +https://github.com/sudormrfbin/cheatsheet.nvim/,, +https://github.com/sunaku/vim-dasht/,, +https://github.com/sunjon/Shade.nvim/,, +https://github.com/supermaven-inc/supermaven-nvim/,HEAD, +https://github.com/svermeulen/nvim-teal-maker/,HEAD, +https://github.com/svermeulen/vim-subversive/,, +https://github.com/swaits/zellij-nav.nvim/,HEAD, +https://github.com/symphorien/vim-nixhash/,, +https://github.com/t9md/vim-choosewin/,, +https://github.com/t9md/vim-smalls/,, +https://github.com/TabbyML/vim-tabby/,HEAD, +https://github.com/TaDaa/vimade/,, +https://github.com/tadmccorkle/markdown.nvim/,HEAD, +https://github.com/takac/vim-hardtime/,, +https://github.com/tamago324/cmp-zsh/,HEAD, +https://github.com/tamago324/compe-zsh/,, +https://github.com/tamago324/lir.nvim/,, +https://github.com/tamago324/nlsp-settings.nvim/,main, +https://github.com/tamton-aquib/staline.nvim/,main, +https://github.com/taybart/b64.nvim/,HEAD, +https://github.com/tbastos/vim-lua/,, +https://github.com/tbodt/deoplete-tabnine/,, +https://github.com/teal-language/vim-teal/,HEAD, +https://github.com/ternjs/tern_for_vim/,, +https://github.com/terrortylor/nvim-comment/,, +https://github.com/terryma/vim-expand-region/,, +https://github.com/terryma/vim-multiple-cursors/,, +https://github.com/tesaguri/trust.vim/,HEAD, +https://github.com/teto/stylish.nvim/,HEAD, +https://github.com/tex/vimpreviewpandoc/,, +https://github.com/Th3Whit3Wolf/one-nvim/,, +https://github.com/theHamsta/nvim-dap-virtual-text/,, +https://github.com/theHamsta/nvim-treesitter-pairs/,HEAD, +https://github.com/themaxmarchuk/tailwindcss-colors.nvim/,HEAD, +https://github.com/thenbe/neotest-playwright/,HEAD, +https://github.com/ThePrimeagen/git-worktree.nvim/,, +https://github.com/ThePrimeagen/harpoon/,harpoon2,harpoon2 +https://github.com/ThePrimeagen/harpoon/,master, +https://github.com/theprimeagen/refactoring.nvim/,, +https://github.com/ThePrimeagen/vim-apm/,, +https://github.com/ThePrimeagen/vim-be-good/,HEAD, +https://github.com/TheSnakeWitcher/hardhat.nvim/,HEAD, +https://github.com/theutz/neotest-pest/,HEAD, +https://github.com/thinca/vim-ft-diff_fold/,, +https://github.com/thinca/vim-prettyprint/,, +https://github.com/thinca/vim-quickrun/,, +https://github.com/thinca/vim-scouter/,, +https://github.com/thinca/vim-themis/,, +https://github.com/thinca/vim-visualstar/,, +https://github.com/thirtythreeforty/lessspace.vim/,, +https://github.com/thomasfaingnaert/vim-lsp-snippets/,HEAD, +https://github.com/thomasfaingnaert/vim-lsp-ultisnips/,HEAD, +https://github.com/thosakwe/vim-flutter/,, +https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/,, +https://github.com/tiagovla/scope.nvim/,HEAD, +https://github.com/tikhomirov/vim-glsl/,, +https://github.com/tjdevries/colorbuddy.nvim/,, +https://github.com/tjdevries/train.nvim/,, +https://github.com/tmhedberg/SimpylFold/,, +https://github.com/tmsvg/pear-tree/,, +https://github.com/tmux-plugins/vim-tmux-focus-events/,, +https://github.com/tmux-plugins/vim-tmux/,, +https://github.com/tom-anders/telescope-vim-bookmarks.nvim/,, +https://github.com/tomasiser/vim-code-dark/,, +https://github.com/tomasr/molokai/,, +https://github.com/tomlion/vim-solidity/,, +https://github.com/tommcdo/vim-exchange/,, +https://github.com/tommcdo/vim-fubitive/,, +https://github.com/tommcdo/vim-lion/,, +https://github.com/tommcdo/vim-ninja-feet/,, +https://github.com/tomtom/tcomment_vim/,, +https://github.com/tomtom/tinykeymap_vim/,,tinykeymap +https://github.com/tomtom/tlib_vim/,, +https://github.com/tools-life/taskwiki/,, +https://github.com/towolf/vim-helm/,, +https://github.com/tpope/vim-abolish/,, +https://github.com/tpope/vim-capslock/,, +https://github.com/tpope/vim-commentary/,, +https://github.com/tpope/vim-dadbod/,, +https://github.com/tpope/vim-dispatch/,, +https://github.com/tpope/vim-dotenv/,, +https://github.com/tpope/vim-endwise/,, +https://github.com/tpope/vim-eunuch/,, +https://github.com/tpope/vim-fireplace/,, +https://github.com/tpope/vim-flagship/,, +https://github.com/tpope/vim-fugitive/,, +https://github.com/tpope/vim-git/,, +https://github.com/tpope/vim-liquid/,, +https://github.com/tpope/vim-obsession/,, +https://github.com/tpope/vim-pathogen/,, +https://github.com/tpope/vim-projectionist/,, +https://github.com/tpope/vim-ragtag/,, +https://github.com/tpope/vim-rails/,, +https://github.com/tpope/vim-repeat/,, +https://github.com/tpope/vim-rhubarb/,, +https://github.com/tpope/vim-rsi/,, +https://github.com/tpope/vim-salve/,, +https://github.com/tpope/vim-scriptease/,, +https://github.com/tpope/vim-sensible/,, +https://github.com/tpope/vim-sexp-mappings-for-regular-people/,, +https://github.com/tpope/vim-sleuth/,, +https://github.com/tpope/vim-speeddating/,, +https://github.com/tpope/vim-surround/,, +https://github.com/tpope/vim-tbone/,, +https://github.com/tpope/vim-unimpaired/,, +https://github.com/tpope/vim-vinegar/,, +https://github.com/travitch/hasksyn/,, +https://github.com/tremor-rs/tremor-vim/,, +https://github.com/tridactyl/vim-tridactyl/,HEAD, +https://github.com/triglav/vim-visual-increment/,, +https://github.com/tris203/precognition.nvim/,HEAD, +https://github.com/troydm/zoomwintab.vim/,, +https://github.com/tummetott/unimpaired.nvim/,HEAD, +https://github.com/turbio/bracey.vim/,, +https://github.com/tversteeg/registers.nvim/,, +https://github.com/tweekmonster/wstrip.vim/,, +https://github.com/twerth/ir_black/,, +https://github.com/twinside/vim-haskellconceal/,, +https://github.com/Twinside/vim-hoogle/,, +https://github.com/tyru/caw.vim/,, +https://github.com/tyru/open-browser-github.vim/,, +https://github.com/tyru/open-browser.vim/,, +https://github.com/tzachar/cmp-ai/,HEAD, +https://github.com/tzachar/cmp-fuzzy-buffer/,HEAD, +https://github.com/tzachar/cmp-fuzzy-path/,HEAD, +https://github.com/tzachar/cmp-tabnine/,, +https://github.com/tzachar/compe-tabnine/,, +https://github.com/tzachar/fuzzy.nvim/,HEAD, +https://github.com/tzachar/highlight-undo.nvim/,HEAD, +https://github.com/uarun/vim-protobuf/,, +https://github.com/udalov/kotlin-vim/,, +https://github.com/uga-rosa/ccc.nvim/,HEAD, +https://github.com/uga-rosa/cmp-dictionary/,HEAD, +https://github.com/ujihisa/neco-look/,, +https://github.com/uloco/bluloco.nvim/,, +https://github.com/unblevable/quick-scope/,, +https://github.com/unisonweb/unison/,, +https://github.com/ur4ltz/surround.nvim/,, +https://github.com/urbit/hoon.vim/,, +https://github.com/utilyre/barbecue.nvim/,, +https://github.com/Valloric/MatchTagAlways/,, +https://github.com/Valodim/deoplete-notmuch/,, +https://github.com/vappolinario/cmp-clippy/,HEAD, +https://github.com/Verf/deepwhite.nvim/,, +https://github.com/vhda/verilog_systemverilog.vim/,, +https://github.com/vhdirk/vim-cmake/,, +https://github.com/vhsconnect/themed-tabs.nvim/,HEAD, +https://github.com/vifm/vifm.vim/,, +https://github.com/Vigemus/iron.nvim/,HEAD, +https://github.com/vigoux/LanguageTool.nvim/,, +https://github.com/vigoux/notifier.nvim/,HEAD, +https://github.com/vijaymarupudi/nvim-fzf-commands/,, +https://github.com/vijaymarupudi/nvim-fzf/,, +https://github.com/vim-airline/vim-airline-themes/,, +https://github.com/vim-airline/vim-airline/,, +https://github.com/vim-autoformat/vim-autoformat/,, +https://github.com/vim-crystal/vim-crystal/,HEAD, +https://github.com/vim-denops/denops.vim/,HEAD, https://github.com/vim-erlang/vim-erlang-compiler/,, https://github.com/vim-erlang/vim-erlang-omnicomplete/,, https://github.com/vim-erlang/vim-erlang-runtime/,, https://github.com/vim-erlang/vim-erlang-tags/,, -https://github.com/tpope/vim-eunuch/,, -https://github.com/tommcdo/vim-exchange/,, -https://github.com/terryma/vim-expand-region/,, -https://github.com/int3/vim-extradite/,, -https://github.com/lambdalisue/vim-fern/,, -https://github.com/wsdjeg/vim-fetch/,, -https://github.com/fadein/vim-figlet/,HEAD, -https://github.com/tpope/vim-fireplace/,, -https://github.com/dag/vim-fish/,, -https://github.com/tpope/vim-flagship/,, -https://github.com/nvie/vim-flake8/,, -https://github.com/dcharbon/vim-flatbuffers/,, -https://github.com/voldikss/vim-floaterm/,, -https://github.com/rbong/vim-flog/,, -https://github.com/thosakwe/vim-flutter/,, -https://github.com/thinca/vim-ft-diff_fold/,, -https://github.com/tommcdo/vim-fubitive/,, -https://github.com/tpope/vim-fugitive/,, -https://github.com/maxjacobson/vim-fzf-coauthorship/,, -https://github.com/HealsCodes/vim-gas/,, -https://github.com/ruanyl/vim-gh-line/,, -https://github.com/raghur/vim-ghost/,, -https://github.com/lambdalisue/vim-gina/,, -https://github.com/mattn/vim-gist/,, -https://github.com/lambdalisue/vim-gista/,, -https://github.com/tpope/vim-git/,, -https://github.com/itchyny/vim-gitbranch/,, -https://github.com/airblade/vim-gitgutter/,, -https://github.com/junegunn/vim-github-dashboard/,, -https://github.com/tikhomirov/vim-glsl/,, -https://github.com/jamessan/vim-gnupg/,, -https://github.com/fatih/vim-go/,, -https://github.com/habamax/vim-godot/,HEAD, -https://github.com/rhysd/vim-grammarous/,, -https://github.com/jparise/vim-graphql/,, -https://github.com/mhinz/vim-grepper/,, -https://github.com/lifepillar/vim-gruvbox8/,, -https://github.com/brennanfee/vim-gui-position/,, -https://github.com/ludovicchabant/vim-gutentags/,, -https://github.com/habamax/vim-habamax/,HEAD, -https://github.com/takac/vim-hardtime/,, -https://github.com/chkno/vim-haskell-module-name/,, -https://github.com/enomsg/vim-haskellConcealPlus/,, -https://github.com/twinside/vim-haskellconceal/,, -https://github.com/jvirtanen/vim-hcl/,, -https://github.com/bitc/vim-hdevtools/,, -https://github.com/towolf/vim-helm/,, -https://github.com/RRethy/vim-hexokinase/,, -https://github.com/jceb/vim-hier/,, -https://github.com/machakann/vim-highlightedyank/,, -https://github.com/alx741/vim-hindent/,, -https://github.com/GEverding/vim-hocon/,, -https://github.com/Twinside/vim-hoogle/,, -https://github.com/ntk148v/vim-horizon/,, -https://github.com/jonsmithers/vim-html-template-literals/,, -https://github.com/humanoid-colors/vim-humanoid-colorscheme/,, -https://github.com/vim-utils/vim-husk/,, -https://github.com/w0ng/vim-hybrid/,, -https://github.com/kristijanhusak/vim-hybrid-material/,, -https://github.com/noc7c9/vim-iced-coffee-script/,, -https://github.com/RRethy/vim-illuminate/,, -https://github.com/preservim/vim-indent-guides/,, -https://github.com/michaeljsmith/vim-indent-object/,, -https://github.com/jeetsukumaran/vim-indentwise/,, -https://github.com/henrik/vim-indexed-search/,, -https://github.com/ivanov/vim-ipython/,, -https://github.com/fisadev/vim-isort/,, -https://github.com/clojure-vim/vim-jack-in/,, -https://github.com/mhinz/vim-janah/,, -https://github.com/artur-shaik/vim-javacomplete2/,, -https://github.com/pangloss/vim-javascript/,, -https://github.com/jelera/vim-javascript-syntax/,, -https://github.com/lepture/vim-jinja/,, -https://github.com/seirl/vim-jinja-languages/,HEAD, -https://github.com/avm99963/vim-jjdescription/,HEAD, -https://github.com/maksimr/vim-jsbeautify/,, -https://github.com/heavenshell/vim-jsdoc/,, -https://github.com/elzr/vim-json/,, -https://github.com/google/vim-jsonnet/,, -https://github.com/mogelbrod/vim-jsonpath/,HEAD, -https://github.com/MaxMEllon/vim-jsx-pretty/,, -https://github.com/peitalin/vim-jsx-typescript/,, -https://github.com/mroavi/vim-julia-cell/,HEAD, -https://github.com/NoahTheDuke/vim-just/,, -https://github.com/knubie/vim-kitty-navigator/,, -https://github.com/lark-parser/vim-lark-syntax/,HEAD, -https://github.com/farmergreg/vim-lastplace/,, -https://github.com/xuhdev/vim-latex-live-preview/,, -https://github.com/ludovicchabant/vim-lawrencium/,, -https://github.com/hecal3/vim-leader-guide/,, -https://github.com/mk12/vim-lean/,, -https://github.com/ledger/vim-ledger/,, -https://github.com/preservim/vim-lexical/,HEAD, -https://github.com/lfe-support/vim-lfe/,, -https://github.com/josa42/vim-lightline-coc/,, -https://github.com/tommcdo/vim-lion/,, -https://github.com/tpope/vim-liquid/,, -https://github.com/rhysd/vim-llvm/,HEAD, -https://github.com/embear/vim-localvimrc/,, -https://github.com/andreshazard/vim-logreview/,, -https://github.com/mlr-msft/vim-loves-dafny/,, -https://github.com/natebosch/vim-lsc/,, -https://github.com/prabirshrestha/vim-lsp/,, -https://github.com/rhysd/vim-lsp-ale/,HEAD, -https://github.com/jackguo380/vim-lsp-cxx-highlight/,, -https://github.com/mattn/vim-lsp-settings/,HEAD, -https://github.com/thomasfaingnaert/vim-lsp-snippets/,HEAD, -https://github.com/thomasfaingnaert/vim-lsp-ultisnips/,HEAD, -https://github.com/tbastos/vim-lua/,, -https://github.com/google/vim-maktaba/,, -https://github.com/lambdalisue/vim-manpager/,, -https://github.com/Yilin-Yang/vim-markbar/,, -https://github.com/preservim/vim-markdown/,, -https://github.com/euclio/vim-markdown-composer/,, -https://github.com/mzlogin/vim-markdown-toc/,, -https://github.com/leafOfTree/vim-matchtag/,HEAD, -https://github.com/andymass/vim-matchup/,, -https://github.com/aquach/vim-mediawiki-editor/,HEAD, -https://github.com/samoshkin/vim-mergetool/,, -https://github.com/idanarye/vim-merginal/,, -https://github.com/david-a-wheeler/vim-metamath/,, -https://github.com/xolox/vim-misc/,, -https://github.com/delroth/vim-molokai-delroth/,HEAD, -https://github.com/crusoexia/vim-monokai/,, -https://github.com/phanviet/vim-monokai-pro/,, -https://github.com/patstockwell/vim-monokai-tasty/,HEAD, -https://github.com/matze/vim-move/,, -https://github.com/lifepillar/vim-mucomplete/,, -https://github.com/terryma/vim-multiple-cursors/,, -https://github.com/simnalamburt/vim-mundo/,, -https://github.com/mustache/vim-mustache-handlebars/,, -https://github.com/tiagofumo/vim-nerdtree-syntax-highlight/,, -https://github.com/jistr/vim-nerdtree-tabs/,, -https://github.com/nfnty/vim-nftables/,, -https://github.com/kana/vim-niceblock/,, -https://github.com/nickel-lang/vim-nickel/,main, -https://github.com/bluz71/vim-nightfly-colors/,,nightfly -https://github.com/tommcdo/vim-ninja-feet/,, -https://github.com/LnL7/vim-nix/,, -https://github.com/symphorien/vim-nixhash/,, -https://github.com/noahfrederick/vim-noctu/,, -https://github.com/fruit-in/vim-nong-theme/,, -https://github.com/jeffkreeftmeijer/vim-numbertoggle/,, -https://github.com/tpope/vim-obsession/,, -https://github.com/ocaml/vim-ocaml/,, -https://github.com/rakr/vim-one/,, -https://github.com/petRUShka/vim-opencl/,, -https://github.com/sirtaj/vim-openscad/,HEAD, -https://github.com/kana/vim-operator-replace/,, -https://github.com/rhysd/vim-operator-surround/,, -https://github.com/kana/vim-operator-user/,, -https://github.com/jceb/vim-orgmode/,, -https://github.com/sdiehl/vim-ormolu/,, -https://github.com/fcpg/vim-osc52/,, -https://github.com/ojroques/vim-oscyank/,, -https://github.com/osyo-manga/vim-over/,, -https://github.com/hashivim/vim-packer/,, -https://github.com/lambdalisue/vim-pager/,, -https://github.com/vim-pandoc/vim-pandoc/,, https://github.com/vim-pandoc/vim-pandoc-after/,, https://github.com/vim-pandoc/vim-pandoc-syntax/,, -https://github.com/yorickpeterse/vim-paper/,HEAD, -https://github.com/bhurlow/vim-parinfer/,, -https://github.com/ku1ik/vim-pasta/,, -https://github.com/tpope/vim-pathogen/,, -https://github.com/junegunn/vim-peekaboo/,, -https://github.com/preservim/vim-pencil/,, -https://github.com/MeF0504/vim-pets/,HEAD, -https://github.com/jparise/vim-phabricator/,, -https://github.com/justinj/vim-pico8-syntax/,, -https://github.com/junegunn/vim-plug/,, -https://github.com/powerman/vim-plugin-AnsiEsc/,, -https://github.com/hasundue/vim-pluto/,HEAD, -https://github.com/sheerun/vim-polyglot/,, -https://github.com/haya14busa/vim-poweryank/,, -https://github.com/prettier/vim-prettier/,, -https://github.com/thinca/vim-prettyprint/,, -https://github.com/meain/vim-printer/,HEAD, -https://github.com/prisma/vim-prisma/,, -https://github.com/tpope/vim-projectionist/,, -https://github.com/dhruvasagar/vim-prosession/,, -https://github.com/uarun/vim-protobuf/,, -https://github.com/PProvost/vim-ps1/,, -https://github.com/digitaltoad/vim-pug/,, -https://github.com/rodjek/vim-puppet/,, -https://github.com/Vimjas/vim-python-pep8-indent/,, -https://github.com/romainl/vim-qf/,, -https://github.com/romainl/vim-qlist/,, -https://github.com/peterhoeg/vim-qml/,, -https://github.com/thinca/vim-quickrun/,, -https://github.com/racer-rust/vim-racer/,, -https://github.com/wlangstroth/vim-racket/,, -https://github.com/tpope/vim-ragtag/,, -https://github.com/tpope/vim-rails/,, -https://github.com/jordwalke/vim-reasonml/,, -https://github.com/tpope/vim-repeat/,, -https://github.com/tpope/vim-rhubarb/,, -https://github.com/airblade/vim-rooter/,, -https://github.com/tpope/vim-rsi/,, +https://github.com/vim-pandoc/vim-pandoc/,, +https://github.com/vim-python/python-syntax/,, https://github.com/vim-ruby/vim-ruby/,, -https://github.com/tpope/vim-salve/,, -https://github.com/machakann/vim-sandwich/,, -https://github.com/mhinz/vim-sayonara/,7e774f58c5865d9c10d40396850b35ab95af17c5, -https://github.com/derekwyatt/vim-scala/,, -https://github.com/thinca/vim-scouter/,, -https://github.com/tpope/vim-scriptease/,, -https://github.com/inside/vim-search-pulse/,, -https://github.com/tpope/vim-sensible/,, -https://github.com/Konfekt/vim-sentence-chopper/,HEAD, -https://github.com/guns/vim-sexp/,, -https://github.com/tpope/vim-sexp-mappings-for-regular-people/,, -https://github.com/itspriddle/vim-shellcheck/,, -https://github.com/kshenoy/vim-signature/,, -https://github.com/mhinz/vim-signify/,, -https://github.com/sile-typesetter/vim-sile/,HEAD, -https://github.com/ivalkeen/vim-simpledb/,, -https://github.com/junegunn/vim-slash/,, -https://github.com/tpope/vim-sleuth/,, -https://github.com/jpalardy/vim-slime/,, -https://github.com/mzlogin/vim-smali/,, -https://github.com/t9md/vim-smalls/,, -https://github.com/Industrial/vim-smartbd/,HEAD, -https://github.com/Industrial/vim-smartbw/,HEAD, -https://github.com/psliwka/vim-smoothie/,, -https://github.com/bohlender/vim-smt2/,, -https://github.com/justinmk/vim-sneak/,, -https://github.com/garbas/vim-snipmate/,, -https://github.com/honza/vim-snippets/,, -https://github.com/jhradilek/vim-snippets/,,vim-docbk-snippets -https://github.com/lifepillar/vim-solarized8/,HEAD, -https://github.com/tomlion/vim-solidity/,, -https://github.com/christoomey/vim-sort-motion/,, -https://github.com/tpope/vim-speeddating/,, -https://github.com/kbenzie/vim-spirv/,, -https://github.com/mhinz/vim-startify/,, -https://github.com/dstein64/vim-startuptime/,, -https://github.com/axelf4/vim-strip-trailing-whitespace/,, -https://github.com/nbouscal/vim-stylish-haskell/,, -https://github.com/alx741/vim-stylishask/,, -https://github.com/lunacookies/vim-substrata/,HEAD, -https://github.com/svermeulen/vim-subversive/,, -https://github.com/lambdalisue/vim-suda/,, -https://github.com/tpope/vim-surround/,, -https://github.com/evanleck/vim-svelte/,, -https://github.com/machakann/vim-swap/,, -https://github.com/TabbyML/vim-tabby/,HEAD, -https://github.com/dhruvasagar/vim-table-mode/,, -https://github.com/kana/vim-tabpagecd/,, -https://github.com/tpope/vim-tbone/,, -https://github.com/teal-language/vim-teal/,HEAD, -https://github.com/erietz/vim-terminator/,HEAD, -https://github.com/hashivim/vim-terraform/,, -https://github.com/juliosueiras/vim-terraform-completion/,, -https://github.com/vim-test/vim-test/,, -https://github.com/glts/vim-textobj-comment/,, -https://github.com/kana/vim-textobj-entire/,, -https://github.com/kana/vim-textobj-function/,, -https://github.com/gibiansky/vim-textobj-haskell/,, -https://github.com/osyo-manga/vim-textobj-multiblock/,, -https://github.com/kana/vim-textobj-user/,, -https://github.com/Julian/vim-textobj-variable-segment/,, -https://github.com/thinca/vim-themis/,, -https://github.com/tmux-plugins/vim-tmux/,, -https://github.com/roxma/vim-tmux-clipboard/,, -https://github.com/tmux-plugins/vim-tmux-focus-events/,, -https://github.com/christoomey/vim-tmux-navigator/,, -https://github.com/milkypostman/vim-togglelist/,, -https://github.com/cespare/vim-toml/,, -https://github.com/vimpostor/vim-tpipeline/,, -https://github.com/bronson/vim-trailing-whitespace/,, -https://github.com/tridactyl/vim-tridactyl/,HEAD, -https://github.com/ianks/vim-tsx/,, -https://github.com/lumiliet/vim-twig/,, -https://github.com/sodapopcan/vim-twiggy/,, -https://github.com/rcarriga/vim-ultest/,, -https://github.com/arthurxavierx/vim-unicoder/,, -https://github.com/tpope/vim-unimpaired/,, -https://github.com/hashivim/vim-vagrant/,, -https://github.com/tpope/vim-vinegar/,, -https://github.com/triglav/vim-visual-increment/,, -https://github.com/mg979/vim-visual-multi/,, -https://github.com/bronson/vim-visual-star-search/,HEAD, -https://github.com/thinca/vim-visualstar/,, -https://github.com/ngemily/vim-vp4/,HEAD, -https://github.com/hrsh7th/vim-vsnip/,, -https://github.com/hrsh7th/vim-vsnip-integ/,, -https://github.com/posva/vim-vue/,, -https://github.com/leafOfTree/vim-vue-plugin/,HEAD, -https://github.com/wakatime/vim-wakatime/,, -https://github.com/osyo-manga/vim-watchdogs/,, -https://github.com/jasonccox/vim-wayland-clipboard/,, -https://github.com/liuchengxu/vim-which-key/,, -https://github.com/wesQ3/vim-windowswap/,, -https://github.com/chaoren/vim-wordmotion/,, -https://github.com/preservim/vim-wordy/,, -https://github.com/joonty/vim-xdebug/,, -https://github.com/lyokha/vim-xkbswitch/,, -https://github.com/mg979/vim-xtabline/,, -https://github.com/stephpy/vim-yaml/,, -https://github.com/simonrw/vim-yapf/,, -https://github.com/michal-h21/vim-zettel/,HEAD, -https://github.com/marrub--/vim-zscript/,HEAD, -https://github.com/dag/vim2hs/,, -https://github.com/monkoose/vim9-stargate/,HEAD, -https://github.com/dominikduda/vim_current_word/,, -https://github.com/andrep/vimacs/,, -https://github.com/TaDaa/vimade/,, -https://github.com/jreybert/vimagit/,, -https://github.com/gotcha/vimelette/,, -https://github.com/Shougo/vimfiler.vim/,, -https://github.com/vimoutliner/vimoutliner/,, -https://github.com/tex/vimpreviewpandoc/,, -https://github.com/Shougo/vimproc.vim/,, -https://github.com/vimsence/vimsence/,, -https://github.com/Shougo/vimshell.vim/,, -https://github.com/puremourning/vimspector/,, -https://github.com/lervag/vimtex/,, -https://github.com/preservim/vimux/,, -https://github.com/vimwiki/vimwiki/,, -https://github.com/lukas-reineke/virt-column.nvim/,HEAD, -https://github.com/jubnzv/virtual-types.nvim/,HEAD, +https://github.com/vim-scripts/a.vim/,, +https://github.com/vim-scripts/align/,, +https://github.com/vim-scripts/argtextobj.vim/,, +https://github.com/vim-scripts/autoload_cscope.vim/,, +https://github.com/vim-scripts/bats.vim/,, +https://github.com/vim-scripts/BufOnly.vim/,, +https://github.com/vim-scripts/changeColorScheme.vim/,, +https://github.com/vim-scripts/Colour-Sampler-Pack/,, +https://github.com/vim-scripts/DoxygenToolkit.vim/,, +https://github.com/vim-scripts/emodeline/,, +https://github.com/vim-scripts/errormarker.vim/,, +https://github.com/vim-scripts/gitignore.vim/,, +https://github.com/vim-scripts/Improved-AnsiEsc/,, +https://github.com/vim-scripts/jdaddy.vim/,, +https://github.com/vim-scripts/matchit.zip/,, +https://github.com/vim-scripts/mayansmoke/,, +https://github.com/vim-scripts/PreserveNoEOL/,, +https://github.com/vim-scripts/prev_indent/,, +https://github.com/vim-scripts/random.vim/,, +https://github.com/vim-scripts/rcshell.vim/,, +https://github.com/vim-scripts/Rename/,, +https://github.com/vim-scripts/ReplaceWithRegister/,, +https://github.com/vim-scripts/restore_view.vim/,HEAD,restore-view-vim +https://github.com/vim-scripts/ShowMultiBase/,, +https://github.com/vim-scripts/SmartCase/,, +https://github.com/vim-scripts/tabmerge/,, +https://github.com/vim-scripts/taglist.vim/,, +https://github.com/vim-scripts/timestamp.vim/,, +https://github.com/vim-scripts/utl.vim/,, https://github.com/vim-scripts/vis/,, -https://github.com/navicore/vissort.vim/,, -https://github.com/liuchengxu/vista.vim/,, -https://github.com/Mofiqul/vscode.nvim/,, -https://github.com/dylanaraps/wal.vim/,, -https://github.com/mattn/webapi-vim/,, -https://github.com/DingDean/wgsl.vim/,HEAD, -https://github.com/folke/which-key.nvim/,, -https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD, -https://github.com/lervag/wiki-ft.vim/,HEAD, -https://github.com/lervag/wiki.vim/,HEAD, -https://github.com/gelguy/wilder.nvim/,, -https://github.com/gcmt/wildfire.vim/,, -https://github.com/fgheng/winbar.nvim/,main, -https://github.com/anuvyklack/windows.nvim/,, -https://github.com/sindrets/winshift.nvim/,, -https://github.com/wannesm/wmgraphviz.vim/,, https://github.com/vim-scripts/wombat256.vim/,, -https://github.com/lukaszkorecki/workflowish/,, -https://github.com/andrewferrier/wrapping.nvim/,HEAD, -https://github.com/tweekmonster/wstrip.vim/,, -https://github.com/piersolenski/wtf.nvim/,HEAD, -https://github.com/drmingdrmer/xptemplate/,, -https://github.com/guns/xterm-color-table.vim/,, -https://github.com/gbprod/yanky.nvim/,HEAD, -https://github.com/HerringtonDarkholme/yats.vim/,, -https://github.com/mikavilpas/yazi.nvim/,HEAD, -https://github.com/lucasew/yescapsquit.vim/,HEAD, -https://github.com/elkowar/yuck.vim/,HEAD, -https://github.com/fsharp/zarchive-vim-fsharp/,, -https://github.com/KabbAmine/zeavim.vim/,, -https://github.com/swaits/zellij-nav.nvim/,HEAD, -https://github.com/Lilja/zellij.nvim/,HEAD, -https://github.com/folke/zen-mode.nvim/,, +https://github.com/vim-scripts/YankRing.vim/,, +https://github.com/vim-syntastic/syntastic/,, +https://github.com/vim-test/vim-test/,, +https://github.com/vim-utils/vim-husk/,, +https://github.com/Vimjas/vim-python-pep8-indent/,, +https://github.com/vimlab/split-term.vim/,, +https://github.com/vimoutliner/vimoutliner/,, +https://github.com/vimpostor/vim-tpipeline/,, +https://github.com/vimsence/vimsence/,, +https://github.com/vimwiki/vimwiki/,, +https://github.com/vito-c/jq.vim/,, +https://github.com/vladdoster/remember.nvim/,, +https://github.com/vmchale/ats-vim/,, +https://github.com/vmchale/dhall-vim/,, +https://github.com/vmware-archive/salt-vim/,, +https://github.com/vn-ki/coc-clap/,, +https://github.com/voldikss/vim-floaterm/,, +https://github.com/VonHeikemen/lsp-zero.nvim/,v3.x, +https://github.com/VonHeikemen/searchbox.nvim/,, +https://github.com/Vonr/align.nvim/,HEAD, +https://github.com/vuki656/package-info.nvim/,, +https://github.com/VundleVim/Vundle.vim/,, +https://github.com/w0ng/vim-hybrid/,, +https://github.com/wakatime/vim-wakatime/,, +https://github.com/wannesm/wmgraphviz.vim/,, +https://github.com/Wansmer/langmapper.nvim/,HEAD, +https://github.com/Wansmer/treesj/,main, +https://github.com/wbthomason/packer.nvim/,, +https://github.com/weilbith/neotest-gradle/,HEAD, +https://github.com/weilbith/nvim-code-action-menu/,, +https://github.com/weirongxu/plantuml-previewer.vim/,HEAD, +https://github.com/wellle/context.vim/,, +https://github.com/wellle/targets.vim/,, +https://github.com/wellle/tmux-complete.vim/,, +https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD, +https://github.com/wesQ3/vim-windowswap/,, +https://github.com/wfxr/minimap.vim/,, +https://github.com/WhiteBlackGoose/magma-nvim-goose/,HEAD, +https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD, +https://github.com/whonore/Coqtail/,, +https://github.com/will133/vim-dirdiff/,, +https://github.com/williamboman/mason-lspconfig.nvim/,HEAD, +https://github.com/williamboman/mason.nvim/,HEAD, +https://github.com/willothy/flatten.nvim/,HEAD, +https://github.com/willothy/nvim-cokeline/,HEAD, +https://github.com/wincent/command-t/,, +https://github.com/wincent/ferret/,, +https://github.com/wincent/terminus/,, +https://github.com/windwp/nvim-autopairs/,, +https://github.com/windwp/nvim-ts-autotag/,, +https://github.com/winston0410/cmd-parser.nvim/,, +https://github.com/winston0410/mark-radar.nvim/,HEAD, +https://github.com/winston0410/range-highlight.nvim/,, +https://github.com/wintermute-cell/gitignore.nvim/,HEAD, +https://github.com/wlangstroth/vim-racket/,, +https://github.com/wsdjeg/vim-fetch/,, +https://github.com/wuelnerdotexe/vim-astro/,HEAD, +https://github.com/xavierd/clang_complete/,, +https://github.com/xeluxee/competitest.nvim/,HEAD, +https://github.com/xero/miasma.nvim/,, +https://github.com/xiyaowong/transparent.nvim/,HEAD, +https://github.com/xolox/vim-easytags/,, +https://github.com/xolox/vim-misc/,, +https://github.com/xuhdev/vim-latex-live-preview/,, +https://github.com/Xuyuanp/nerdtree-git-plugin/,, +https://github.com/Xuyuanp/scrollbar.nvim/,, +https://github.com/yamatsum/nvim-cursorline/,, +https://github.com/yamatsum/nvim-nonicons/,, +https://github.com/ycm-core/YouCompleteMe/,, +https://github.com/yegappan/mru/,, +https://github.com/Yggdroot/hiPairs/,, +https://github.com/Yggdroot/indentLine/,, +https://github.com/Yggdroot/LeaderF/,, +https://github.com/Yilin-Yang/vim-markbar/,, +https://github.com/yonlu/omni.vim/,, +https://github.com/yorickpeterse/nvim-pqf/,HEAD, +https://github.com/yorickpeterse/vim-paper/,HEAD, +https://github.com/yssl/QFEnter/,, +https://github.com/yuki-yano/ncm2-dictionary/,, +https://github.com/yunlingz/ci_dark/,, +https://github.com/zah/nim.vim/,, +https://github.com/zbirenbaum/copilot-cmp/,HEAD, +https://github.com/zbirenbaum/copilot.lua/,HEAD, +https://github.com/zbirenbaum/nvterm/,HEAD, +https://github.com/Zeioth/compiler.nvim/,HEAD, https://github.com/zenbones-theme/zenbones.nvim/,HEAD, -https://github.com/jnurmine/zenburn/,, -https://github.com/phha/zenburn.nvim/,,phha-zenburn -https://github.com/nvimdev/zephyr-nvim/,, +https://github.com/zhou13/vim-easyescape/,, +https://github.com/zidhuss/neotest-minitest/,HEAD, https://github.com/ziglang/zig.vim/,, +https://github.com/ziontee113/syntax-tree-surfer/,HEAD, https://github.com/zk-org/zk-nvim/,HEAD, -https://github.com/troydm/zoomwintab.vim/,, -https://github.com/nanotee/zoxide.vim/,, +https://github.com/zootedb0t/citruszest.nvim/,, +https://gitlab.com/HiPhish/rainbow-delimiters.nvim,HEAD, +https://gitlab.com/usmcamp0811/nvim-julia-autotest,HEAD, diff --git a/pkgs/applications/misc/ola/default.nix b/pkgs/applications/misc/ola/default.nix index 669ced198cc9..26f9845dcfd1 100644 --- a/pkgs/applications/misc/ola/default.nix +++ b/pkgs/applications/misc/ola/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "ola"; - version = "unstable-2020-07-17"; + version = "0.10.9"; src = fetchFromGitHub { owner = "OpenLightingProject"; repo = "ola"; - rev = "e2cd699c7792570500578fd092fb6bfb3d511023"; # HEAD of "0.10" branch - sha256 = "17a3z3zhx00rjk58icd3zlqfw3753f3y8bwy2sza0frdim09lqr4"; + rev = "refs/tags/${version}"; + hash = "sha256-8w8ZT3D/+8Pxl9z2KTXeydVxE5xiPjxZevgmMFgrblU="; }; nativeBuildInputs = [ autoreconfHook bison flex pkg-config perl ]; diff --git a/pkgs/applications/networking/cluster/k0sctl/default.nix b/pkgs/applications/networking/cluster/k0sctl/default.nix index 9e437398315b..7c7fdbf248a4 100644 --- a/pkgs/applications/networking/cluster/k0sctl/default.nix +++ b/pkgs/applications/networking/cluster/k0sctl/default.nix @@ -8,16 +8,16 @@ buildGoModule rec { pname = "k0sctl"; - version = "0.19.0"; + version = "0.19.1"; src = fetchFromGitHub { owner = "k0sproject"; repo = "k0sctl"; rev = "refs/tags/v${version}"; - hash = "sha256-86MLQdXc10bvDFeq3ImD19ytjVPVD19eJzicIo6oJZc="; + hash = "sha256-6mvSVbSTPFiAIDxNQUmgFmS+3v3RUh10Y552u9bHOn0="; }; - vendorHash = "sha256-eKim5F8bKC1UOY+lOo0NSHOzXuMOcnBjkjm3/vDkGEM="; + vendorHash = "sha256-Hl/eSFbwFiuSaaPh5blWFfz6m4VNrS5mYL8ehQlb90I="; ldflags = [ "-s" diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix index d6f42cfdb5dc..ac97f0d52ffc 100644 --- a/pkgs/applications/networking/instant-messengers/discord/default.nix +++ b/pkgs/applications/networking/instant-messengers/discord/default.nix @@ -9,54 +9,54 @@ let versions = if stdenv.hostPlatform.isLinux then { - stable = "0.0.71"; - ptb = "0.0.111"; - canary = "0.0.503"; - development = "0.0.30"; + stable = "0.0.72"; + ptb = "0.0.112"; + canary = "0.0.508"; + development = "0.0.32"; } else { - stable = "0.0.322"; - ptb = "0.0.141"; - canary = "0.0.612"; - development = "0.0.53"; + stable = "0.0.323"; + ptb = "0.0.142"; + canary = "0.0.617"; + development = "0.0.55"; }; version = versions.${branch}; srcs = rec { x86_64-linux = { stable = fetchurl { url = "https://stable.dl2.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"; - hash = "sha256-PMcavgUhL8c1YFaWsooZObDa7APMqCD1IaysED5fWac="; + hash = "sha256-IAvlxs6oEdO//qVWwH0cBJEbDxyPLG6HHwmOgqMzRRU="; }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"; - hash = "sha256-mms/qTA3XS+R5CDFWFS2RxiHOWnpU348nYagt9L2k2w="; + hash = "sha256-wJIVKrP+F6IKeE7rT8vAmWRTtvWj9h3vKJDsPu8x2kQ="; }; canary = fetchurl { url = "https://canary.dl2.discordapp.net/apps/linux/${version}/discord-canary-${version}.tar.gz"; - hash = "sha256-Z0dv/jM0RipRI73vO9O5qqE0xf8qJtljZ3Zjr0Tf/KA="; + hash = "sha256-zvjIVXZtYl9GdDCvKyuU+9+rNhRX4fGLpw9jPKEpFCs="; }; development = fetchurl { url = "https://development.dl2.discordapp.net/apps/linux/${version}/discord-development-${version}.tar.gz"; - hash = "sha256-HxMJQd5fM1VNfrBey4SbnnBkFQYZgbxg4YTy6FIC9Ps="; + hash = "sha256-Ec2kdoVA5NImT4afXi4GZ9GQF8NjT+h7qM7K3w3qrjU="; }; }; x86_64-darwin = { stable = fetchurl { url = "https://stable.dl2.discordapp.net/apps/osx/${version}/Discord.dmg"; - hash = "sha256-RLAdcCcRrUtDSdaj/RdVLJGvufpIjZoMAKxp0Jyu17A="; + hash = "sha256-9ySE75TjVDLdPSWAawsVpOgCtL/Di+J3fKUEDH5/Oog="; }; ptb = fetchurl { url = "https://ptb.dl2.discordapp.net/apps/osx/${version}/DiscordPTB.dmg"; - hash = "sha256-EVwosCb/34W4+dx/u/5aq3pl6FqU1QiFT17yPydtGBU="; + hash = "sha256-69ioQKRoQ1RTO39BdVppOuwQb/6ylnSy1luMAX5TCeQ="; }; canary = fetchurl { url = "https://canary.dl2.discordapp.net/apps/osx/${version}/DiscordCanary.dmg"; - hash = "sha256-xvrsohxoCTODG3Au5E773SEX5UXbBJ98J2Eb3Vtybfw="; + hash = "sha256-L/nnwHNPni93axBvXS4MH/NuoQbl7Ugva2sozVg6GEk="; }; development = fetchurl { url = "https://development.dl2.discordapp.net/apps/osx/${version}/DiscordDevelopment.dmg"; - hash = "sha256-DhY8s7Mhzos0ygB/WuoE07WK6hoIh/FcETeIsffw+e0="; + hash = "sha256-tZbFrb6OFEa3/IrjzHCcQultFgrMIvaNTmzNj3RHUgQ="; }; }; aarch64-darwin = x86_64-darwin; diff --git a/pkgs/applications/science/logic/cadical/default.nix b/pkgs/applications/science/logic/cadical/default.nix index 8e5408d12f49..8f324f077d8f 100644 --- a/pkgs/applications/science/logic/cadical/default.nix +++ b/pkgs/applications/science/logic/cadical/default.nix @@ -1,14 +1,19 @@ -{ lib, stdenv, fetchFromGitHub, copyPkgconfigItems, makePkgconfigItem }: +{ lib, stdenv, fetchFromGitHub, copyPkgconfigItems, makePkgconfigItem +, version ? "2.1.0" +}: stdenv.mkDerivation rec { pname = "cadical"; - version = "2.1.0"; + inherit version; src = fetchFromGitHub { owner = "arminbiere"; repo = "cadical"; rev = "rel-${version}"; - sha256 = "sha256-sSvJgHxsRaJ/xHEK32fox0MFI7u+pj5ERLfNn2s8kC8="; + hash = { + "2.1.0" = "sha256-sSvJgHxsRaJ/xHEK32fox0MFI7u+pj5ERLfNn2s8kC8="; + "2.0.0" = "sha256-qoeEM9SdpuFuBPeQlCzuhPLcJ+bMQkTUTGiT8QdU8rc="; + }.${version}; }; outputs = [ "out" "dev" "lib" ]; diff --git a/pkgs/applications/video/gpu-screen-recorder/default.nix b/pkgs/applications/video/gpu-screen-recorder/default.nix index 3df7380579eb..93603de2d829 100644 --- a/pkgs/applications/video/gpu-screen-recorder/default.nix +++ b/pkgs/applications/video/gpu-screen-recorder/default.nix @@ -26,11 +26,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpu-screen-recorder"; - version = "4.2.1"; + version = "4.2.3"; src = fetchurl { url = "https://dec05eba.com/snapshot/gpu-screen-recorder.git.${finalAttrs.version}.tar.gz"; - hash = "sha256-eCjAlPEg8lkL8T0lgxr0F8ouFGwqfsRxDSQuG6RbpZE="; + hash = "sha256-M2bk1WwLlbwspEoPIRMix17ihi72UuRWwiKBdPfim2M="; }; sourceRoot = "."; @@ -59,11 +59,12 @@ stdenv.mkDerivation (finalAttrs: { ]; mesonFlags = [ + # Install the upstream systemd unit + (lib.mesonBool "systemd" true) # Enable Wayland support (lib.mesonBool "portal" true) # Handle by the module (lib.mesonBool "capabilities" false) - (lib.mesonBool "systemd" false) (lib.mesonBool "nvidia_suspend_fix" false) ]; diff --git a/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix b/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix index d84527dcaebb..92863147becf 100644 --- a/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix +++ b/pkgs/applications/video/gpu-screen-recorder/gpu-screen-recorder-gtk.nix @@ -23,11 +23,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpu-screen-recorder-gtk"; - version = "4.2.1"; + version = "4.2.3"; src = fetchurl { url = "https://dec05eba.com/snapshot/gpu-screen-recorder-gtk.git.${finalAttrs.version}.tar.gz"; - hash = "sha256-qk5bI23fypvv0yN9Ql7TOerBhoRzj65EcoAy3lMGMqc="; + hash = "sha256-pMUjglgRM51hjPbt6VP0aqM0oo7IiyPXTY/kLwwdR/k="; }; sourceRoot = "."; diff --git a/pkgs/build-support/bintools-wrapper/default.nix b/pkgs/build-support/bintools-wrapper/default.nix index f47adaf5ba40..a2a0736c2221 100644 --- a/pkgs/build-support/bintools-wrapper/default.nix +++ b/pkgs/build-support/bintools-wrapper/default.nix @@ -136,6 +136,7 @@ let else if targetPlatform.isLoongArch64 then "${sharedLibraryLoader}/lib/ld-linux-loongarch*.so.1" else if targetPlatform.isDarwin then "/usr/lib/dyld" else if targetPlatform.isFreeBSD then "${sharedLibraryLoader}/libexec/ld-elf.so.1" + else if targetPlatform.isOpenBSD then "${sharedLibraryLoader}/libexec/ld.so" else if hasSuffix "pc-gnu" targetPlatform.config then "ld.so.1" else ""; diff --git a/pkgs/by-name/ae/aerospace/package.nix b/pkgs/by-name/ae/aerospace/package.nix index f62116273a63..d7ca4c89b144 100644 --- a/pkgs/by-name/ae/aerospace/package.nix +++ b/pkgs/by-name/ae/aerospace/package.nix @@ -9,7 +9,7 @@ let appName = "AeroSpace.app"; - version = "0.14.2-Beta"; + version = "0.15.2-Beta"; in stdenv.mkDerivation { pname = "aerospace"; @@ -18,7 +18,7 @@ stdenv.mkDerivation { src = fetchzip { url = "https://github.com/nikitabobko/AeroSpace/releases/download/v${version}/AeroSpace-v${version}.zip"; - hash = "sha256-v2D/IV9Va0zbGHEwSGt6jvDqQYqha290Lm6u+nZTS3A="; + sha256 = "sha256-jOSUtVSiy/S4nsgvfZZqZjxsppqNi90edn8rcTa+pFQ="; }; nativeBuildInputs = [ installShellFiles ]; diff --git a/pkgs/by-name/bc/bcc/package.nix b/pkgs/by-name/bc/bcc/package.nix index 6cc3c1ce3360..287effe90215 100644 --- a/pkgs/by-name/bc/bcc/package.nix +++ b/pkgs/by-name/bc/bcc/package.nix @@ -117,7 +117,7 @@ python3Packages.buildPythonApplication rec { description = "Dynamic Tracing Tools for Linux"; homepage = "https://iovisor.github.io/bcc/"; license = licenses.asl20; - maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ]; + maintainers = with maintainers; [ ragge mic92 thoughtpolice martinetd ryan4yin ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/fa/factorio/versions.json b/pkgs/by-name/fa/factorio/versions.json index 701052130b5d..12c9da35eecb 100644 --- a/pkgs/by-name/fa/factorio/versions.json +++ b/pkgs/by-name/fa/factorio/versions.json @@ -14,14 +14,14 @@ }, "stable": { "candidateHashFilenames": [ - "factorio_linux_2.0.9.tar.xz" + "factorio_linux_2.0.10.tar.xz" ], - "name": "factorio_alpha_x64-2.0.9.tar.xz", + "name": "factorio_alpha_x64-2.0.10.tar.xz", "needsAuth": true, - "sha256": "34c21cd3cbe91b65483786ccb4467b5d4766c748cbbddd2ce3b30d319d163e3b", + "sha256": "07508fc5112f95ef5d5afedea66863ea326e039bd872b772b934ed08545c399b", "tarDirectory": "x64", - "url": "https://factorio.com/get-download/2.0.9/alpha/linux64", - "version": "2.0.9" + "url": "https://factorio.com/get-download/2.0.10/alpha/linux64", + "version": "2.0.10" } }, "demo": { @@ -62,14 +62,14 @@ }, "stable": { "candidateHashFilenames": [ - "factorio-space-age_linux_2.0.9.tar.xz" + "factorio-space-age_linux_2.0.10.tar.xz" ], - "name": "factorio_expansion_x64-2.0.9.tar.xz", + "name": "factorio_expansion_x64-2.0.10.tar.xz", "needsAuth": true, - "sha256": "6369d23550a7a721d3de1d34253e8321ee601fa759d1fb5efac9abc28aa7509d", + "sha256": "f7d346578c812314be8b72fbf6fd291c53d23ecc2dc6556a8948d26b3b95d71e", "tarDirectory": "x64", - "url": "https://factorio.com/get-download/2.0.9/expansion/linux64", - "version": "2.0.9" + "url": "https://factorio.com/get-download/2.0.10/expansion/linux64", + "version": "2.0.10" } }, "headless": { @@ -87,15 +87,15 @@ }, "stable": { "candidateHashFilenames": [ - "factorio-headless_linux_2.0.9.tar.xz", - "factorio_headless_x64_2.0.9.tar.xz" + "factorio-headless_linux_2.0.10.tar.xz", + "factorio_headless_x64_2.0.10.tar.xz" ], - "name": "factorio_headless_x64-2.0.9.tar.xz", + "name": "factorio_headless_x64-2.0.10.tar.xz", "needsAuth": false, - "sha256": "f499077b3e2c1313452c350f1faf17db31cae2a0fa738f69166e97c3caa3c86d", + "sha256": "2d7dd212fa6f715218a5e33bad7d593af8998fa7bf7ce727343159ee1f8c23f4", "tarDirectory": "x64", - "url": "https://factorio.com/get-download/2.0.9/headless/linux64", - "version": "2.0.9" + "url": "https://factorio.com/get-download/2.0.10/headless/linux64", + "version": "2.0.10" } } } diff --git a/pkgs/by-name/le/less/package.nix b/pkgs/by-name/le/less/package.nix index 7a06851b01c1..679bf278a6a5 100644 --- a/pkgs/by-name/le/less/package.nix +++ b/pkgs/by-name/le/less/package.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "less"; - version = "661"; + version = "668"; # Only tarballs on the website are valid releases, # other versions, e.g. git tags are considered snapshots. src = fetchurl { url = "https://www.greenwoodsoftware.com/less/less-${finalAttrs.version}.tar.gz"; - hash = "sha256-K18BZyFuPvD/ywwxw3Tih+sDXk4iPV2uMVwng7bnOO0="; + hash = "sha256-KBn1VWTYbVQqu+yv2C/2HoGaPuyWf6o2zT5o8VlqRLg="; }; buildInputs = [ diff --git a/pkgs/by-name/pe/perf_data_converter/package.nix b/pkgs/by-name/pe/perf_data_converter/package.nix index 827be3d7d242..be0943a2f1c1 100644 --- a/pkgs/by-name/pe/perf_data_converter/package.nix +++ b/pkgs/by-name/pe/perf_data_converter/package.nix @@ -1,5 +1,6 @@ { lib, + stdenv, buildBazelPackage, fetchFromGitHub, bazel_6, @@ -8,25 +9,39 @@ libcap, }: +let + system = stdenv.hostPlatform.system; + registry = fetchFromGitHub { + owner = "bazelbuild"; + repo = "bazel-central-registry"; + rev = "ef34e6bfad5a6ab54080ddcc83a4d65849855e3a"; + hash = "sha256-PhacBegQDwWZqZeoZjoLR4akhVV3QrSPr1KflCuied0="; + }; +in buildBazelPackage rec { pname = "perf_data_converter"; - version = "0-unstable-2024-07-25"; + version = "0-unstable-2024-10-14"; src = fetchFromGitHub { owner = "google"; repo = "perf_data_converter"; - rev = "571052793d8c49fd3e93121af548cc8ebd8920f0"; - hash = "sha256-yoWOCSYAfnDVDQ6uwZ30P4p3pgvfmjVQiN9gu5auusY="; + rev = "f76cd4dd1e85bb54d60ea3fe69f92168fdf94edb"; + hash = "sha256-AScXL74K0Eiajdib56+7ay3K/MMWbmeUWkRWMaEJRC8="; }; bazel = bazel_6; bazelFlags = [ - "--java_runtime_version=local_jdk" - "--tool_java_runtime_version=local_jdk" + "--registry" + "file://${registry}" ]; fetchAttrs = { - hash = "sha256-Qm6Ng9cXvKx043P7qyNHyyMvdGK9aNarX1ZKeCp3mgY="; + hash = + { + aarch64-linux = "sha256-gSRSkLGZhHe8o3byZVFsUxXPM+xzetOPhfzkAVTGAUs="; + x86_64-linux = "sha256-ZYjFpdH0oYrJguw16DSJWiXjhfJusG+inShbx/BOrcY="; + } + .${system} or (throw "No hash for system: ${system}"); }; nativeBuildInputs = [ jdk ]; diff --git a/pkgs/by-name/py/pychess/package.nix b/pkgs/by-name/py/pychess/package.nix new file mode 100644 index 000000000000..fdf109bb150a --- /dev/null +++ b/pkgs/by-name/py/pychess/package.nix @@ -0,0 +1,74 @@ +{ + lib, + python3Packages, + fetchFromGitHub, + pkg-config, + gobject-introspection, + wrapGAppsHook3, + gtk3, + gst_all_1, + gtksourceview, +}: + +python3Packages.buildPythonApplication rec { + pname = "pychess"; + version = "1.0.5"; + + src = fetchFromGitHub { + owner = "pychess"; + repo = "pychess"; + rev = "${version}"; + hash = "sha256-hxc+vYvCeiM0+oOu1peI9qkZg5PeIsDMCiydJQAuzOk="; + }; + + nativeBuildInputs = [ + pkg-config + gobject-introspection + wrapGAppsHook3 + ]; + + buildInputs = [ + gtk3 + gst_all_1.gst-plugins-base + gtksourceview + ]; + + propagatedBuildInputs = with python3Packages; [ + pygobject3 + pycairo + sqlalchemy + pexpect + psutil + websockets + ptyprocess + ]; + + dontWrapGApps = true; + + preFixup = '' + makeWrapperArgs+=("''${gappsWrapperArgs[@]}") + ''; + + preBuild = '' + export HOME=$(mktemp -d) + export PYTHONPATH=./lib:$PYTHONPATH + python pgn2ecodb.py + python create_theme_preview.py + ''; + + postInstall = '' + cp -r $out/share/pychess/* $out/lib/python*/ + ''; + + # No tests available. + doCheck = false; + + meta = { + description = "Advanced GTK chess client written in Python"; + homepage = "https://pychess.github.io/"; + mainProgram = "pychess"; + license = lib.licenses.gpl3Only; + platforms = lib.platforms.linux; + maintainers = with lib.maintainers; [ lgbishop ]; + }; +} diff --git a/pkgs/by-name/ro/rockcraft/package.nix b/pkgs/by-name/ro/rockcraft/package.nix index 5d54a81b5f2d..aff67bc26408 100644 --- a/pkgs/by-name/ro/rockcraft/package.nix +++ b/pkgs/by-name/ro/rockcraft/package.nix @@ -8,7 +8,7 @@ python3Packages.buildPythonApplication rec { pname = "rockcraft"; - version = "1.5.3"; + version = "1.6.0"; src = fetchFromGitHub { owner = "canonical"; diff --git a/pkgs/by-name/vi/victoriametrics/package.nix b/pkgs/by-name/vi/victoriametrics/package.nix index 25cb8a79dee7..3ded9852fff5 100644 --- a/pkgs/by-name/vi/victoriametrics/package.nix +++ b/pkgs/by-name/vi/victoriametrics/package.nix @@ -91,6 +91,7 @@ buildGoModule rec { ivan leona shawn8901 + ryan4yin ]; changelog = "https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v${version}"; mainProgram = "victoria-metrics"; diff --git a/pkgs/by-name/wa/wayfreeze/package.nix b/pkgs/by-name/wa/wayfreeze/package.nix index b679bc6f1fde..0f0997888d58 100644 --- a/pkgs/by-name/wa/wayfreeze/package.nix +++ b/pkgs/by-name/wa/wayfreeze/package.nix @@ -2,20 +2,23 @@ lib, fetchFromGitHub, rustPlatform, - libxkbcommon + libxkbcommon, + nix-update-script, }: rustPlatform.buildRustPackage { pname = "wayfreeze"; - version = "0-unstable-2024-05-23"; + version = "0-unstable-2024-09-20"; src = fetchFromGitHub { owner = "Jappie3"; repo = "wayfreeze"; - rev = "069dea0b832bd5b7a7872a57bd53f51cd377f206"; - hash = "sha256-3btFzZbkHT6kBBA3M7OwFsD710VpMiHSXIpHmvCD/es="; + rev = "dcbe2690ce41a286ef1eed54747bac47cee6dc2c"; + hash = "sha256-XlZSVN/kTSA5X/kTpD/Hr5YBXdfh8gJPq5Da4tL0Gpk="; }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; + cargoHash = "sha256-3OjZhWAgfmMZ0OGeRawk3KZpPqz1QCVkwsyGM+E7o88="; buildInputs = [ @@ -26,7 +29,10 @@ rustPlatform.buildRustPackage { description = "Tool to freeze the screen of a Wayland compositor"; homepage = "https://github.com/Jappie3/wayfreeze"; license = licenses.agpl3Only; - maintainers = with lib.maintainers; [ purrpurrn ]; + maintainers = with lib.maintainers; [ + purrpurrn + jappie3 /* upstream dev */ + ]; mainProgram = "wayfreeze"; platforms = platforms.linux; }; diff --git a/pkgs/desktops/pantheon/apps/elementary-code/default.nix b/pkgs/desktops/pantheon/apps/elementary-code/default.nix index cd451d7178fe..5cab3288bd35 100644 --- a/pkgs/desktops/pantheon/apps/elementary-code/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-code/default.nix @@ -26,13 +26,13 @@ stdenv.mkDerivation rec { pname = "elementary-code"; - version = "7.3.0"; + version = "7.4.0"; src = fetchFromGitHub { owner = "elementary"; repo = "code"; rev = version; - sha256 = "sha256-AizJPWRrCJvck+TFy/BVbzI6k62+tGkVux01Nl0XReg="; + sha256 = "sha256-KoRpGBYen1eOdMBHOTBMopC+mPMOkD+iYWV3JA21mKc="; }; nativeBuildInputs = [ diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix index d8cda9a6af0c..fec9fba9bebd 100644 --- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { pname = "elementary-files"; - version = "7.0.0"; + version = "7.1.0"; outputs = [ "out" "dev" ]; @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { owner = "elementary"; repo = "files"; rev = version; - hash = "sha256-6pEHyrQjqgbpOUEM/zbpuF8GM7JotDYfCnumU3aXIaI="; + hash = "sha256-KGp1qhUhig4h8iQljJTBdwZT3P2prB/pFyfJWXjtPLk="; }; nativeBuildInputs = [ diff --git a/pkgs/desktops/pantheon/apps/switchboard/default.nix b/pkgs/desktops/pantheon/apps/switchboard/default.nix index e9ec6eb936fb..02a1b0fd31c2 100644 --- a/pkgs/desktops/pantheon/apps/switchboard/default.nix +++ b/pkgs/desktops/pantheon/apps/switchboard/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "switchboard"; - version = "8.0.1"; + version = "8.0.2"; src = fetchFromGitHub { owner = "elementary"; repo = pname; rev = version; - sha256 = "sha256-PRoaC+h9rlwu7Q5Fh/2lBxdod93h02S5dhUVMTEuKR4="; + sha256 = "sha256-iRxxXAUuSJzhX6uj1YeEzMUihWmrVZ6BFfayfteg/c8="; }; nativeBuildInputs = [ diff --git a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix index e5000a20ca76..de8c8eb3c5e8 100644 --- a/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix +++ b/pkgs/desktops/pantheon/desktop/elementary-onboarding/default.nix @@ -1,6 +1,7 @@ { lib , stdenv , fetchFromGitHub +, fetchpatch , nix-update-script , meson , ninja @@ -10,6 +11,7 @@ , appcenter , elementary-settings-daemon , glib +, gnome-settings-daemon , granite7 , gtk4 , libadwaita @@ -18,15 +20,24 @@ stdenv.mkDerivation rec { pname = "elementary-onboarding"; - version = "8.0.0"; + version = "8.0.1"; src = fetchFromGitHub { owner = "elementary"; repo = "onboarding"; rev = version; - sha256 = "sha256-oG6L2t99BWeu8C6kE6IKgyc57Q8D1O9fdEMLnRA6AWY="; + sha256 = "sha256-p9N8Pblt15+BHcvlLjdPRyquM8w7ipieTcmUHpcMd6k="; }; + patches = [ + # WelcomeView: Fix missing handler when a row activated + # https://github.com/elementary/onboarding/pull/243 + (fetchpatch { + url = "https://github.com/elementary/onboarding/commit/391fab7867885578015abbebbe678e8d4f0f331d.patch"; + hash = "sha256-NnnvPQV2GBe8A6TiW5lq3J8hb4ruCSmri5UZ2W0fBIA="; + }) + ]; + nativeBuildInputs = [ meson ninja @@ -39,6 +50,7 @@ stdenv.mkDerivation rec { appcenter # settings schema elementary-settings-daemon # settings schema glib + gnome-settings-daemon # org.gnome.settings-daemon.plugins.color granite7 gtk4 libadwaita diff --git a/pkgs/development/coq-modules/relation-algebra/default.nix b/pkgs/development/coq-modules/relation-algebra/default.nix index bd9c78f78a76..35c26573a82d 100644 --- a/pkgs/development/coq-modules/relation-algebra/default.nix +++ b/pkgs/development/coq-modules/relation-algebra/default.nix @@ -5,10 +5,12 @@ mkCoqDerivation { owner = "damien-pous"; releaseRev = v: - if lib.versions.isGe "1.7.6" v + if lib.versions.range "1.7.6" "1.7.9" v then "v.${v}" else "v${v}"; + release."1.7.11".sha256 = "sha256-ZOV0lUdduSabW9Qsz70clkO7QK/NK2STaHqBWcXb7nI="; + release."1.7.10".sha256 = "sha256-h738L+dybhmWZwTSLJrhv+sB+cIbj0+62Zcy9BH5sVo="; release."1.7.9".sha256 = "sha256-1WzAZyj6q7s0u/9r7lahzxTl8612EA540l9wpm7TYEg="; release."1.7.8".sha256 = "sha256-RITFd3G5TjY+rFzW073Ao1AGU+u6OGQyQeGHVodAXnA="; release."1.7.7".sha256 = "sha256:1dff3id6nypl2alhk9rcifj3dab0j78dym05blc525lawsmc26l2"; @@ -21,6 +23,8 @@ mkCoqDerivation { inherit version; defaultVersion = with lib.versions; lib.switch coq.coq-version [ + { case = isEq "8.20"; out = "1.7.11"; } + { case = range "8.18" "8.19"; out = "1.7.10"; } { case = isEq "8.17"; out = "1.7.9"; } { case = isEq "8.16"; out = "1.7.8"; } { case = isEq "8.15"; out = "1.7.7"; } diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix index b44528cdc621..792af7848e6e 100644 --- a/pkgs/development/lua-modules/generated-packages.nix +++ b/pkgs/development/lua-modules/generated-packages.nix @@ -555,14 +555,14 @@ buildLuarocksPackage { fzf-lua = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: buildLuarocksPackage { pname = "fzf-lua"; - version = "0.0.1473-1"; + version = "0.0.1476-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/fzf-lua-0.0.1473-1.rockspec"; - sha256 = "091wlqar9gqrpkall49l2b2nrg8i6r3nldkx2rx7bgfj23zk74fk"; + url = "mirror://luarocks/fzf-lua-0.0.1476-1.rockspec"; + sha256 = "1k3qmxraf906652lkn0l0r9lh1j7hdxzrklr570dj1jai292n433"; }).outPath; src = fetchzip { - url = "https://github.com/ibhagwan/fzf-lua/archive/1e03541de4d8a169defe83bb4d7abfba450c63a1.zip"; - sha256 = "1by9092fvfk1v06idfqhnx5bsisj28hk981ngylkzq806j7lbj09"; + url = "https://github.com/ibhagwan/fzf-lua/archive/fc0f2b5781587d388b743c2c114127a7036d1a31.zip"; + sha256 = "08k9xmnkjian4mr5ak7fzbw5v14rlhr6zl6a9nk4xq155p5qlk2s"; }; disabled = luaOlder "5.1"; @@ -606,8 +606,8 @@ buildLuarocksPackage { src = fetchFromGitHub { owner = "lewis6991"; repo = "gitsigns.nvim"; - rev = "863903631e676b33e8be2acb17512fdc1b80b4fb"; - hash = "sha256-o2Y57z7IuIa9wvLlzyslcs3/+iaZzuqM1NImlKAPt5Y="; + rev = "ee7634ab4f0a6606438fe13e16cbf2065589a5ed"; + hash = "sha256-jR7/rX2bsOMkWc4MHMRlBDdELgl8JOVjGOcx6bl/nYw="; }; disabled = lua.luaversion != "5.1"; @@ -622,14 +622,14 @@ buildLuarocksPackage { haskell-tools-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: buildLuarocksPackage { pname = "haskell-tools.nvim"; - version = "4.2.0-1"; + version = "4.3.1-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/haskell-tools.nvim-4.2.0-1.rockspec"; - sha256 = "1a30qy1k0cknj0r9anghdbmlmngkhbk90mcyrwrf8pzi5l3465x5"; + url = "mirror://luarocks/haskell-tools.nvim-4.3.1-1.rockspec"; + sha256 = "1aw8rs6b384qp33j615ixp2iz8qpfs9nwv5psgknb38pswh9ldly"; }).outPath; src = fetchzip { - url = "https://github.com/mrcjkb/haskell-tools.nvim/archive/v4.2.0.zip"; - sha256 = "1zfnjyadamvf4if15gn7g6q35p1zvzgmsbbjwwy1vgh4mc0vmfav"; + url = "https://github.com/mrcjkb/haskell-tools.nvim/archive/v4.3.1.zip"; + sha256 = "1ssgwms4jipl7j3v51wzmhllg1bm4k1nd3j5i8rwmjcv704izik9"; }; disabled = luaOlder "5.1"; @@ -1534,16 +1534,16 @@ buildLuarocksPackage { lua-yajl = callPackage({ buildLuarocksPackage, fetchFromGitHub, fetchurl, luaOlder }: buildLuarocksPackage { pname = "lua-yajl"; - version = "2.0-1"; + version = "2.1-0"; knownRockspec = (fetchurl { - url = "mirror://luarocks/lua-yajl-2.0-1.rockspec"; - sha256 = "0h600zgq5qc9z3cid1kr35q3qb98alg0m3qf0a3mfj33hya6pcxp"; + url = "mirror://luarocks/lua-yajl-2.1-0.rockspec"; + sha256 = "02jlgd4583p3q4w6hjgmdfkasxhamaj58byyrbmnch0qii61in9r"; }).outPath; src = fetchFromGitHub { owner = "brimworks"; repo = "lua-yajl"; - rev = "v2.0"; - hash = "sha256-/UhdjTUzd5ZsQG3CaS6i0cYOgkLR4TJCUAcw5yYhYEI="; + rev = "v2.1"; + hash = "sha256-zHBNedJkGEm47HpbeJvcm6JNUUfA1OunLHPJulR8rF8="; }; disabled = luaOlder "5.1"; @@ -2492,14 +2492,14 @@ buildLuarocksPackage { lz-n = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: buildLuarocksPackage { pname = "lz.n"; - version = "2.8.1-1"; + version = "2.9.0-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/lz.n-2.8.1-1.rockspec"; - sha256 = "0i3iwzzsm66fgy9cak8b6hq36cfhywqdngwzxdyj9k03bpzhdiyc"; + url = "mirror://luarocks/lz.n-2.9.0-1.rockspec"; + sha256 = "1014pjjkk0m1hki95gj8zk8nv8nzq3ikaf44i3byg44n84r2if80"; }).outPath; src = fetchzip { - url = "https://github.com/nvim-neorocks/lz.n/archive/v2.8.1.zip"; - sha256 = "1qwzxl8lzf6gh66zhfbi7q6wav00vnvai0sz8w7aiix7q1jrsl1q"; + url = "https://github.com/nvim-neorocks/lz.n/archive/v2.9.0.zip"; + sha256 = "1l9w5dkagk10nqskj25903mkzra3fr8ds0xfvqry9a1aly79wkvy"; }; disabled = luaOlder "5.1"; @@ -2821,8 +2821,8 @@ buildLuarocksPackage { src = fetchFromGitHub { owner = "hrsh7th"; repo = "nvim-cmp"; - rev = "ae644feb7b67bf1ce4260c231d1d4300b19c6f30"; - hash = "sha256-NcodgUp8obTsjgc+5j2dKr0f3FelYikQTJngfZXRZzo="; + rev = "29fb4854573355792df9e156cb779f0d31308796"; + hash = "sha256-dAsXxv1RtgMc1i5QrR2xqOeK6aRgYNqdYyTXVBXhVJ4="; }; disabled = luaOlder "5.1" || luaAtLeast "5.4"; @@ -2976,14 +2976,14 @@ buildLuarocksPackage { rest-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, luaOlder, mimetypes, nvim-nio, xml2lua }: buildLuarocksPackage { pname = "rest.nvim"; - version = "3.8.2-1"; + version = "3.8.3-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/rest.nvim-3.8.2-1.rockspec"; - sha256 = "0im28m714isfqdjgdmc2rpknpi45d5m3qil2lnz633zc6g32ddr0"; + url = "mirror://luarocks/rest.nvim-3.8.3-1.rockspec"; + sha256 = "0xz2h3z1ifydhlyrv2h13s26y2amx1x5xqppd6sq4bcg4zk82qv3"; }).outPath; src = fetchzip { - url = "https://github.com/rest-nvim/rest.nvim/archive/v3.8.2.zip"; - sha256 = "0y9ikzillz14dn16lp3vjhgck89v6kj6fdd2hdz6i6g98hvijxbn"; + url = "https://github.com/rest-nvim/rest.nvim/archive/v3.8.3.zip"; + sha256 = "0cjck6c2qpa13rll3n1i0a97kpzlzpmk93nl2c4lvgplc3xp6zkf"; }; disabled = luaOlder "5.1"; @@ -3048,14 +3048,14 @@ buildLuarocksPackage { rocks-git-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder, nvim-nio, rocks-nvim }: buildLuarocksPackage { pname = "rocks-git.nvim"; - version = "2.3.1-1"; + version = "2.5.0-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/rocks-git.nvim-2.3.1-1.rockspec"; - sha256 = "06psladknqjqqg7gb17550iy40bfk6m5pcwr2156xk136dil4bpz"; + url = "mirror://luarocks/rocks-git.nvim-2.5.0-1.rockspec"; + sha256 = "1qxmwl7b21d9cxbai24pg1pymd8pii4bgikkc017qi3dafk7baqk"; }).outPath; src = fetchzip { - url = "https://github.com/nvim-neorocks/rocks-git.nvim/archive/v2.3.1.zip"; - sha256 = "1y8zs4dcr8npqjicbi8xjgnfb5fhqv0j6mwzpfl2bzm979s6hz4b"; + url = "https://github.com/nvim-neorocks/rocks-git.nvim/archive/v2.5.0.zip"; + sha256 = "1nvq3yhmnab2frfkf5yh6ffq7rqw3rmxsbj0hbm28vg3rr9c2zjw"; }; disabled = luaOlder "5.1"; @@ -3072,14 +3072,14 @@ buildLuarocksPackage { rocks-nvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, fidget-nvim, fzy, luaOlder, luarocks, nvim-nio, rtp-nvim, toml-edit }: buildLuarocksPackage { pname = "rocks.nvim"; - version = "2.40.2-1"; + version = "2.40.5-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/rocks.nvim-2.40.2-1.rockspec"; - sha256 = "1vblf19kqddn0fs94ra6a58h19qid6591svh7n5kjvk8l3lnk4kv"; + url = "mirror://luarocks/rocks.nvim-2.40.5-1.rockspec"; + sha256 = "0cbj6aqw4f36lc4y4jksr4s6dp0vhzw0pj3kd1fi0vclc8g77q1z"; }).outPath; src = fetchzip { - url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.40.2.zip"; - sha256 = "12b6gfbnv0aw10rk36c8hqf3mjbm9izjf1dpf3r9i4fwimvbp4dd"; + url = "https://github.com/nvim-neorocks/rocks.nvim/archive/v2.40.5.zip"; + sha256 = "1vkjd8dasz8vhpnyjvvvwfpkakrfri6si242ga34wwf9jfg9bfbz"; }; disabled = luaOlder "5.1"; @@ -3119,14 +3119,14 @@ buildLuarocksPackage { rustaceanvim = callPackage({ buildLuarocksPackage, fetchurl, fetchzip, luaOlder }: buildLuarocksPackage { pname = "rustaceanvim"; - version = "5.11.0-1"; + version = "5.13.0-1"; knownRockspec = (fetchurl { - url = "mirror://luarocks/rustaceanvim-5.11.0-1.rockspec"; - sha256 = "19ml95sqc1ia3fg1mgja61frwn2zbks4pw4c4as62k3pz5dxrwag"; + url = "mirror://luarocks/rustaceanvim-5.13.0-1.rockspec"; + sha256 = "1r0b3haiix45ngl570dld84h1y36lpw2lc1vsf5z08xms45c5fay"; }).outPath; src = fetchzip { - url = "https://github.com/mrcjkb/rustaceanvim/archive/v5.11.0.zip"; - sha256 = "1x9jdf60yc63n5m555rrg33g5anzcmxpiy04vb8vgmsn543kv7wd"; + url = "https://github.com/mrcjkb/rustaceanvim/archive/v5.13.0.zip"; + sha256 = "1prlsh1fl1a3r8fcshmzwbjk3imbxg2z43xl8fwbsginpizl8g09"; }; disabled = luaOlder "5.1"; @@ -3338,8 +3338,8 @@ buildLuarocksPackage { src = fetchFromGitHub { owner = "nvim-telescope"; repo = "telescope.nvim"; - rev = "dc6fc321a5ba076697cca89c9d7ea43153276d81"; - hash = "sha256-bhGlFAJIWJw/jrNWTJs2ywJkX/W+0EP5L4CX6M78dko="; + rev = "df534c3042572fb958586facd02841e10186707c"; + hash = "sha256-HWNfj3/b+CUFgWR26IzAuMzlSCEuiK/7n8tWHwqAAik="; }; disabled = lua.luaversion != "5.1"; diff --git a/pkgs/development/python-modules/dbt-core/default.nix b/pkgs/development/python-modules/dbt-core/default.nix index 315e7833a142..c0442598e3f8 100644 --- a/pkgs/development/python-modules/dbt-core/default.nix +++ b/pkgs/development/python-modules/dbt-core/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { pname = "dbt-core"; - version = "1.8.7"; + version = "1.8.8"; pyproject = true; disabled = pythonOlder "3.8"; @@ -38,7 +38,7 @@ buildPythonPackage rec { owner = "dbt-labs"; repo = "dbt-core"; rev = "refs/tags/v${version}"; - hash = "sha256-1NvdRAr8T2dDgtyj5tUIqhjHIu4sZYS+oj7hOMEqs0A="; + hash = "sha256-M9O9jLjIr9kolkye5RwaS2jK6dpncEOo1rtxY7WXS7U="; }; sourceRoot = "${src.name}/core"; diff --git a/pkgs/development/python-modules/pyduotecno/default.nix b/pkgs/development/python-modules/pyduotecno/default.nix index 53b034dd80ec..283cb30f8ab1 100644 --- a/pkgs/development/python-modules/pyduotecno/default.nix +++ b/pkgs/development/python-modules/pyduotecno/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pyduotecno"; - version = "2024.10.0"; + version = "2024.10.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "Cereal2nd"; repo = "pyDuotecno"; rev = "refs/tags/${version}"; - hash = "sha256-F2f3c6jy3oWPGBOlS0/U0iaHj5jYn2WiK+HoWO8vYaY="; + hash = "sha256-I/ZA2ooa6nunUr/4K+FWAGMOdcJDfGzE99jJ8zTe2Po="; }; build-system = [ setuptools ]; diff --git a/pkgs/development/python-modules/ray/binary-hashes.nix b/pkgs/development/python-modules/ray/binary-hashes.nix index 4ce40625e3c3..bab6c0695e54 100644 --- a/pkgs/development/python-modules/ray/binary-hashes.nix +++ b/pkgs/development/python-modules/ray/binary-hashes.nix @@ -1,11 +1,11 @@ { cp310 = { - hash = "sha256-KZMkQeaKt9rTWydsdjZwv0Lr9yHN3E9N6CAL2SrAXFg="; + hash = "sha256-On1vcVm85BF7/o+cPQtl/yclf+LdjXN9rQ84aWZkQNo="; }; cp311 = { - hash = "sha256-tCAnnKFPAswn/Fkv8fKNqaoIuWIxa/Zd3zcNuHcILpE="; + hash = "sha256-7OgCzzocECtT9juLyQ2UeXHEs4feryM8Ik7Y7zSh88s="; }; cp312 = { - hash = "sha256-AmjHvC6Ltu+buJaSmd61hXv2cr/LWdqV23SVqKUC+Lo="; + hash = "sha256-B1B9L5lh6NU5DA62Bt8kkhbvWvsf+BhVgfPpIEHWYpM="; }; } diff --git a/pkgs/development/python-modules/ray/default.nix b/pkgs/development/python-modules/ray/default.nix index 6a9532f953d5..41bfd53c9bf0 100644 --- a/pkgs/development/python-modules/ray/default.nix +++ b/pkgs/development/python-modules/ray/default.nix @@ -56,7 +56,7 @@ let pname = "ray"; - version = "2.37.0"; + version = "2.38.0"; in buildPythonPackage rec { inherit pname version; diff --git a/pkgs/development/python-modules/rzpipe/default.nix b/pkgs/development/python-modules/rzpipe/default.nix index 76a29b256f1c..3238a062980c 100644 --- a/pkgs/development/python-modules/rzpipe/default.nix +++ b/pkgs/development/python-modules/rzpipe/default.nix @@ -3,20 +3,23 @@ buildPythonPackage, fetchPypi, pythonOlder, + setuptools, }: buildPythonPackage rec { pname = "rzpipe"; version = "0.6.0"; - format = "setuptools"; + pyproject = true; - disabled = pythonOlder "3.5"; + disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; hash = "sha256-py4oiNp+WUcOGHn2AdHyIpgV8BsI8A1gtJi2joi1Wxc="; }; + build-system = [ setuptools ]; + # No native rz_core library doCheck = false; diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix index e98e93a0a17d..15675c7d87da 100644 --- a/pkgs/development/tools/electron/common.nix +++ b/pkgs/development/tools/electron/common.nix @@ -180,6 +180,8 @@ in ((chromium.override { upstream-info = info.chromium; }).mkDerivation (base: { enable_dangling_raw_ptr_feature_flag = false; clang_unsafe_buffers_paths = ""; enterprise_cloud_content_analysis = false; + } // lib.optionalAttrs (lib.versionAtLeast info.version "33") { + content_enable_legacy_ipc = true; } // { # other diff --git a/pkgs/development/tools/electron/info.json b/pkgs/development/tools/electron/info.json index 2cd3361e03b2..046de00cf35e 100644 --- a/pkgs/development/tools/electron/info.json +++ b/pkgs/development/tools/electron/info.json @@ -2797,5 +2797,958 @@ "modules": "128", "node": "20.18.0", "version": "32.2.1" + }, + "33": { + "chrome": "130.0.6723.44", + "chromium": { + "deps": { + "gn": { + "hash": "sha256-iNXRq3Mr8+wmY1SR4sV7yd2fDiIZ94eReelwFI0UhGU=", + "rev": "20806f79c6b4ba295274e3a589d85db41a02fdaa", + "url": "https://gn.googlesource.com/gn", + "version": "2024-09-09" + } + }, + "version": "130.0.6723.44" + }, + "chromium_npm_hash": "sha256-4w5m/bTMygidlb4TZHMx1Obp784DLxMwrfe1Uvyyfp8=", + "deps": { + "src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-zCyzVI6qbI1qTT0QBpVxLgNF5+L/Ym8WF6175/hv9k0=", + "postFetch": "rm -r $out/third_party/blink/web_tests; rm -r $out/third_party/hunspell/tests; rm -r $out/content/test/data; rm -r $out/extensions/test/data; rm -r $out/media/test/data; ", + "rev": "130.0.6723.44", + "url": "https://chromium.googlesource.com/chromium/src.git" + }, + "src/chrome/test/data/perf/canvas_bench": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-svOuyBGKloBLM11xLlWCDsB4PpRjdKTBdW2UEW4JQjM=", + "rev": "a7b40ea5ae0239517d78845a5fc9b12976bfc732", + "url": "https://chromium.googlesource.com/chromium/canvas_bench.git" + }, + "src/chrome/test/data/perf/frame_rate/content": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-t4kcuvH0rkPBkcdiMsoNQaRwU09eU+oSvyHDiAHrKXo=", + "rev": "c10272c88463efeef6bb19c9ec07c42bc8fe22b9", + "url": "https://chromium.googlesource.com/chromium/frame_rate/content.git" + }, + "src/chrome/test/data/xr/webvr_info": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-BsAPwc4oEWri0TlqhyxqFNqKdfgVSrB0vQyISmYY4eg=", + "rev": "c58ae99b9ff9e2aa4c524633519570bf33536248", + "url": "https://chromium.googlesource.com/external/github.com/toji/webvr.info.git" + }, + "src/docs/website": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-XK22S9WwNN4zQZ5teiQ1sZA5m/8rArwq3jCgM6H9KQY=", + "rev": "052e29447b43b18da32fff653b9d58ef79fbc836", + "url": "https://chromium.googlesource.com/website.git" + }, + "src/electron": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-8Y6jzjaLseSR4JPurofSG8Bs0m7wJucn4cwIc+z89sM=", + "owner": "electron", + "repo": "electron", + "rev": "v33.0.0" + }, + "src/media/cdm/api": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-6J6aSYW0or99VAgMNJJOdJqMJspoG7w1HxDN50MV5bw=", + "rev": "eb21edc44e8e5a82095037be80c8b15c51624293", + "url": "https://chromium.googlesource.com/chromium/cdm.git" + }, + "src/net/third_party/quiche/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-NJKJ5cc+wEcmCIFYXWQX4x9BZblbS+wqj+25CcUiPZM=", + "rev": "9808dac40e034f09d7af53d3d79589a02e39c211", + "url": "https://quiche.googlesource.com/quiche.git" + }, + "src/testing/libfuzzer/fuzzers/wasm_corpus": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-qWsGQNUptbz0jYvUuxP7woNf5QQrfn9k3uvr82Yk0QM=", + "rev": "f650ff816f2ef227f61ea2e9f222aa69708ab367", + "url": "https://chromium.googlesource.com/v8/fuzzer_wasm_corpus.git" + }, + "src/third_party/accessibility_test_framework/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-mzVgoxxBWebesG6okyMxxmO6oH+TITA4o9ucHHMMzkQ=", + "rev": "4a764c690353ea136c82f1a696a70bf38d1ef5fe", + "url": "https://chromium.googlesource.com/external/github.com/google/Accessibility-Test-Framework-for-Android.git" + }, + "src/third_party/angle": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-B/xH9kMuOcExMyp5wtk/CeJtUogmnwmMpfaTDpE3pio=", + "rev": "3cabe8c25ad30b0761ee74bc4d9f455cb5ba84c7", + "url": "https://chromium.googlesource.com/angle/angle.git" + }, + "src/third_party/angle/third_party/VK-GL-CTS/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-yPQG/Ddat9H4XZq6Zu5S3VzcZeMhLBcM//KI/3Kxaxg=", + "rev": "1df39e522f4aa358012180fd4cf876af68aff78d", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/VK-GL-CTS" + }, + "src/third_party/angle/third_party/glmark2/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-L7+zWM0qn8WFhmON7DGvarTsN1YHt1sn5+hazTOZrrk=", + "rev": "ca8de51fedb70bace5351c6b002eb952c747e889", + "url": "https://chromium.googlesource.com/external/github.com/glmark2/glmark2" + }, + "src/third_party/angle/third_party/rapidjson/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-btUl1a/B0sXwf/+hyvCvVJjWqIkXfVYCpHm3TeBuOxk=", + "rev": "781a4e667d84aeedbeb8184b7b62425ea66ec59f", + "url": "https://chromium.googlesource.com/external/github.com/Tencent/rapidjson" + }, + "src/third_party/anonymous_tokens/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-PMB49+zW9ewlS9ym+xi0xYQYLN0j5Urx6yBXWd8FjjI=", + "rev": "6ea6ec78f9e4998d0a7a5677b2aec08f0ac858f8", + "url": "https://chromium.googlesource.com/external/github.com/google/anonymous-tokens.git" + }, + "src/third_party/beto-core/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-QPFGjtu/I0r4+dTQ2eSlWIEYwJ43B3yW0q4QtVFTVGY=", + "rev": "89563fec14c756482afa08b016eeba9087c8d1e3", + "url": "https://beto-core.googlesource.com/beto-core.git" + }, + "src/third_party/boringssl/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-on+VonYXZ710oqgaK/OKa9Huq2mSXp8SJcj9CciHsf8=", + "rev": "58f3bc83230d2958bb9710bc910972c4f5d382dc", + "url": "https://boringssl.googlesource.com/boringssl.git" + }, + "src/third_party/breakpad/breakpad": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-kTkwRfaqw5ZCHEvu2YPZ+1vCfekHkY5pY3m9snDN64g=", + "rev": "6b0c5b7ee1988a14a4af94564e8ae8bba8a94374", + "url": "https://chromium.googlesource.com/breakpad/breakpad.git" + }, + "src/third_party/cast_core/public/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-AalRQhJmornCqmvE2+36J/3LubaA0jr6P1PXy32lX4I=", + "rev": "71f51fd6fa45fac73848f65421081edd723297cd", + "url": "https://chromium.googlesource.com/cast_core/public" + }, + "src/third_party/catapult": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-IHubCuEBE9W0wRudOmjUoaOvT66JuVTzEBUOTvdnXqQ=", + "rev": "296226a4a0067c8cffeb8831fb87526a8035f3cc", + "url": "https://chromium.googlesource.com/catapult.git" + }, + "src/third_party/ced/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-ySG74Rj2i2c/PltEgHVEDq+N8yd9gZmxNktc56zIUiY=", + "rev": "ba412eaaacd3186085babcd901679a48863c7dd5", + "url": "https://chromium.googlesource.com/external/github.com/google/compact_enc_det.git" + }, + "src/third_party/chromium-variations": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-DR5rJdnDKunS/PHtVK1n4zk0MmK54LhlawZW74711LY=", + "rev": "6aa57f2c6b49402b55ec607c17bd7ee8946970b0", + "url": "https://chromium.googlesource.com/chromium-variations.git" + }, + "src/third_party/clang-format/script": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-whD8isX2ZhLrFzdxHhFP1S/sZDRgyrzLFaVd7OEFqYo=", + "rev": "3c0acd2d4e73dd911309d9e970ba09d58bf23a62", + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git" + }, + "src/third_party/cld_3/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-C3MOMBUy9jgkT9BAi/Fgm2UH4cxRuwSBEcRl3hzM2Ss=", + "rev": "b48dc46512566f5a2d41118c8c1116c4f96dc661", + "url": "https://chromium.googlesource.com/external/github.com/google/cld_3.git" + }, + "src/third_party/colorama/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-6ZTdPYSHdQOLYMSnE+Tp7PgsVTs3U2awGu9Qb4Rg/tk=", + "rev": "3de9f013df4b470069d03d250224062e8cf15c49", + "url": "https://chromium.googlesource.com/external/colorama.git" + }, + "src/third_party/content_analysis_sdk/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-f5Jmk1MiGjaRdLun+v/GKVl8Yv9hOZMTQUSxgiJalcY=", + "rev": "9a408736204513e0e95dd2ab3c08de0d95963efc", + "url": "https://chromium.googlesource.com/external/github.com/chromium/content_analysis_sdk.git" + }, + "src/third_party/cpu_features/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-E8LoVzhe+TAmARWZTSuINlsVhzpUJMxPPCGe/dHZcyA=", + "rev": "936b9ab5515dead115606559502e3864958f7f6e", + "url": "https://chromium.googlesource.com/external/github.com/google/cpu_features.git" + }, + "src/third_party/cpuinfo/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-UKy9TIiO/UJ5w+qLRlMd085CX2qtdVH2W3rtxB5r6MY=", + "rev": "ca678952a9a8eaa6de112d154e8e104b22f9ab3f", + "url": "https://chromium.googlesource.com/external/github.com/pytorch/cpuinfo.git" + }, + "src/third_party/crabbyavif/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-9ooMkYOHRYbV2kdxu8VWUNgBeBsrN4kWUb8cZJwZfiU=", + "rev": "adfb834d76c6a064f28bb3a694689fc14a42425e", + "url": "https://chromium.googlesource.com/external/github.com/webmproject/CrabbyAvif.git" + }, + "src/third_party/crc32c/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-KBraGaO5LmmPP+p8RuDogGldbTWdNDK+WzF4Q09keuE=", + "rev": "d3d60ac6e0f16780bcfcc825385e1d338801a558", + "url": "https://chromium.googlesource.com/external/github.com/google/crc32c.git" + }, + "src/third_party/cros-components/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-gEhAwW6u8VgBRFmAddRBlosbf/a9lhRLgs70Dvh1zos=", + "rev": "08a6ca6559c8d07c79fb5576a44e016e3126c221", + "url": "https://chromium.googlesource.com/external/google3/cros_components.git" + }, + "src/third_party/cros_system_api": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-9rM9m6VRX7B+h9JiICN5O9rBYdQEHNlCUnQMuaTy/1s=", + "rev": "2f88f9c4581a9c854604fa23516de8c9c13b227b", + "url": "https://chromium.googlesource.com/chromiumos/platform2/system_api.git" + }, + "src/third_party/crossbench": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-7IuhXuxXD3xBkgazg3B9GZknlNv8Xi0eTHkeQv63ayk=", + "rev": "2b812597dd143dbdc560ff2f28d5f8d3adc700d4", + "url": "https://chromium.googlesource.com/crossbench.git" + }, + "src/third_party/dav1d/libdav1d": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-qJSUt8gMFB+IhOnEAw3t6nj1y7XUY91pLQBF8CeYtas=", + "rev": "6b3c489a2ee2c030f351f21987c27611b4cbe725", + "url": "https://chromium.googlesource.com/external/github.com/videolan/dav1d.git" + }, + "src/third_party/dawn": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-jc08+1u7+znDkzlQ7vDh85J+iAaEL3Av42SeOtKw0hU=", + "rev": "b1d26bc8d238d4759b5e62aaaa1f62048f92e254", + "url": "https://dawn.googlesource.com/dawn.git" + }, + "src/third_party/dawn/third_party/dxc": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-CrR08tw9e+4U+fa6E9xoP/4puPNHEjLrxtSju8psLlk=", + "rev": "05334a70d3e5355fc86c94bb4e3cfe1c31a65999", + "url": "https://chromium.googlesource.com/external/github.com/microsoft/DirectXShaderCompiler" + }, + "src/third_party/dawn/third_party/dxheaders": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-0Miw1Cy/jmOo7bLFBOHuTRDV04cSeyvUEyPkpVsX9DA=", + "rev": "980971e835876dc0cde415e8f9bc646e64667bf7", + "url": "https://chromium.googlesource.com/external/github.com/microsoft/DirectX-Headers" + }, + "src/third_party/dawn/third_party/glfw": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-E1zXIDiw87badrLOZTvV+Wh9NZHu51nb70ZK9vlAlqE=", + "rev": "b35641f4a3c62aa86a0b3c983d163bc0fe36026d", + "url": "https://chromium.googlesource.com/external/github.com/glfw/glfw" + }, + "src/third_party/dawn/third_party/khronos/EGL-Registry": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Z6DwLfgQ1wsJXz0KKJyVieOatnDmx3cs0qJ6IEgSq1A=", + "rev": "7dea2ed79187cd13f76183c4b9100159b9e3e071", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/EGL-Registry" + }, + "src/third_party/dawn/third_party/khronos/OpenGL-Registry": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-K3PcRIiD3AmnbiSm5TwaLs4Gu9hxaN8Y91WMKK8pOXE=", + "rev": "5bae8738b23d06968e7c3a41308568120943ae77", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/OpenGL-Registry" + }, + "src/third_party/dawn/third_party/webgpu-cts": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-heIL8hhaVr0uRi2lD+7RFltggVFW48ZY9Tdl0yVRdac=", + "rev": "a5065e398d2430c83e17ef9cbad6eae31d1efa8f", + "url": "https://chromium.googlesource.com/external/github.com/gpuweb/cts" + }, + "src/third_party/dawn/third_party/webgpu-headers": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-J3PcwYoO79HqrACFgk77BZLTCi7oi5k2J6v3wlcFVD4=", + "rev": "8049c324dc7b3c09dc96ea04cb02860f272c8686", + "url": "https://chromium.googlesource.com/external/github.com/webgpu-native/webgpu-headers" + }, + "src/third_party/depot_tools": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-C8U5BFLBCorwHvfKvh1xmAzOaDcBAbe3GhwJebENZD4=", + "rev": "22df6f8e622dc3e8df8dc8b5d3e3503b169af78e", + "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" + }, + "src/third_party/devtools-frontend/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-GUpeszdPsCfN+RSg6vRTyfxwD0/TEtWmBEIcIUwYhBg=", + "rev": "88446977cb017f143f1ff6963d384b05a4414f54", + "url": "https://chromium.googlesource.com/devtools/devtools-frontend" + }, + "src/third_party/dom_distiller_js/dist": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-yuEBD2XQlV3FGI/i7lTmJbCqzeBiuG1Qow8wvsppGJw=", + "rev": "199de96b345ada7c6e7e6ba3d2fa7a6911b8767d", + "url": "https://chromium.googlesource.com/chromium/dom-distiller/dist.git" + }, + "src/third_party/domato/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-fYxoA0fxKe9U23j+Jp0MWj4m7RfsRpM0XjF6/yOhX1I=", + "rev": "053714bccbda79cf76dac3fee48ab2b27f21925e", + "url": "https://chromium.googlesource.com/external/github.com/googleprojectzero/domato.git" + }, + "src/third_party/eigen3/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-U4SMReXTFZg7YGyefI6MXIB66nt5OiANMH0HUyr/xIc=", + "rev": "134b526d6110061469168e7e0511822a8e30bcaf", + "url": "https://chromium.googlesource.com/external/gitlab.com/libeigen/eigen.git" + }, + "src/third_party/electron_node": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-gm0mJNq6RVWfSsy7vxz44zz0OKjoH50APKOkOnI+Is8=", + "owner": "nodejs", + "repo": "node", + "rev": "v20.18.0" + }, + "src/third_party/emoji-segmenter/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-sI6UgXTWxXJajB2h2LH3caf7cqRbBshD5GoLocrUivk=", + "rev": "6b8f235b72deba7d6ef113631129b274c14941ef", + "url": "https://chromium.googlesource.com/external/github.com/google/emoji-segmenter.git" + }, + "src/third_party/engflow-reclient-configs": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-aZXYPj9KYBiZnljqOLlWJWS396Fg3EhjiQLZmkwCBsY=", + "owner": "EngFlow", + "repo": "reclient-configs", + "rev": "955335c30a752e9ef7bff375baab5e0819b6c00d" + }, + "src/third_party/expat/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Iwu9+i/0vsPyu6pOWFxjNNblVxMl6bTPW5eWyaju4Mg=", + "rev": "624da0f593bb8d7e146b9f42b06d8e6c80d032a3", + "url": "https://chromium.googlesource.com/external/github.com/libexpat/libexpat.git" + }, + "src/third_party/farmhash/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-5n58VEUxa/K//jAfZqG4cXyfxrp50ogWDNYcgiXVHdc=", + "rev": "816a4ae622e964763ca0862d9dbd19324a1eaf45", + "url": "https://chromium.googlesource.com/external/github.com/google/farmhash.git" + }, + "src/third_party/fast_float/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-0eVovauN7SnO3nSIWBRWAJ4dR7q5beZrIGUZ18M2pao=", + "rev": "3e57d8dcfb0a04b5a8a26b486b54490a2e9b310f", + "url": "https://chromium.googlesource.com/external/github.com/fastfloat/fast_float.git" + }, + "src/third_party/ffmpeg": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-HnpWlSfXxa951UkFgL/2zKoaBeveuVkTZz/iqYXjkH8=", + "rev": "91903c28af60a732a051c343b496e1188eec9b05", + "url": "https://chromium.googlesource.com/chromium/third_party/ffmpeg.git" + }, + "src/third_party/flac": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-gvTFPNOlBfozptaH7lTb9iD/09AmpdT3kCl9ClszjEs=", + "rev": "689da3a7ed50af7448c3f1961d1791c7c1d9c85c", + "url": "https://chromium.googlesource.com/chromium/deps/flac.git" + }, + "src/third_party/flatbuffers/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-tbc45o0MbMvK5XqRUJt5Eg8BU6+TJqlmwFgQhHq6wRM=", + "rev": "8db59321d9f02cdffa30126654059c7d02f70c32", + "url": "https://chromium.googlesource.com/external/github.com/google/flatbuffers.git" + }, + "src/third_party/fontconfig/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-W5WIgC6A52kY4fNkbsDEa0o+dfd97Rl5NKfgnIRpI00=", + "rev": "14d466b30a8ab4a9d789977ed94f2c30e7209267", + "url": "https://chromium.googlesource.com/external/fontconfig.git" + }, + "src/third_party/fp16/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-m2d9bqZoGWzuUPGkd29MsrdscnJRtuIkLIMp3fMmtRY=", + "rev": "0a92994d729ff76a58f692d3028ca1b64b145d91", + "url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/FP16.git" + }, + "src/third_party/freetype-testing/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-2aHPchIK5Oce5+XxdXVCC+8EM6i0XT0rFbjSIVa2L1A=", + "rev": "7a69b1a2b028476f840ab7d4a2ffdfe4eb2c389f", + "url": "https://chromium.googlesource.com/external/github.com/freetype/freetype2-testing.git" + }, + "src/third_party/freetype/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-w5Zd4yvGoMQ0BmDGa2b9gK/+7f+UaZDRYqEdMGH/zKg=", + "rev": "83af801b552111e37d9466a887e1783a0fb5f196", + "url": "https://chromium.googlesource.com/chromium/src/third_party/freetype2.git" + }, + "src/third_party/fuzztest/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-g+iJrywURQfdYpco26VN+OlhZkVcFzmAK18C7W7/WLU=", + "rev": "a29e31cb00ec9b123dec5a0c6b8d4bc12c2480c8", + "url": "https://chromium.googlesource.com/external/github.com/google/fuzztest.git" + }, + "src/third_party/fxdiv/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-LjX5kivfHbqCIA5pF9qUvswG1gjOFo3CMpX0VR+Cn38=", + "rev": "63058eff77e11aa15bf531df5dd34395ec3017c8", + "url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/FXdiv.git" + }, + "src/third_party/gemmlowp/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-O5wD8wxgis0qYMaY+xZ21GBDVQFphMRvInCOswS6inA=", + "rev": "13d57703abca3005d97b19df1f2db731607a7dc2", + "url": "https://chromium.googlesource.com/external/github.com/google/gemmlowp.git" + }, + "src/third_party/glslang/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-6lVjQb8FOyGmRGEcNDzL55s/9bcDY3jIz4Xm3BK3GoI=", + "rev": "dc1012140e015d43711514d1294ac6f626890a40", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang" + }, + "src/third_party/google_benchmark/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-gztnxui9Fe/FTieMjdvfJjWHjkImtlsHn6fM1FruyME=", + "rev": "344117638c8ff7e239044fd0fa7085839fc03021", + "url": "https://chromium.googlesource.com/external/github.com/google/benchmark.git" + }, + "src/third_party/googletest/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-jccFUondvjWgCBC3oCLUXqtLV07pkEq8IEZ+FLu1MrE=", + "rev": "0953a17a4281fc26831da647ad3fcd5e21e6473b", + "url": "https://chromium.googlesource.com/external/github.com/google/googletest.git" + }, + "src/third_party/grpc/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-64JEVCx/PCM0dvv7kAQvSjLc0QbRAZVBDzwD/FAV6T8=", + "rev": "822dab21d9995c5cf942476b35ca12a1aa9d2737", + "url": "https://chromium.googlesource.com/external/github.com/grpc/grpc.git" + }, + "src/third_party/harfbuzz-ng/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-iR49rfGDKxPObCff1/30hYHpP5FpZ28ROgMZhNk9eFY=", + "rev": "1da053e87f0487382404656edca98b85fe51f2fd", + "url": "https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git" + }, + "src/third_party/highway/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-PXsXIqWB4NNiFhanRjMIFSWYuW/IRuQo8mMPUBEentY=", + "rev": "8295336dd70f1201d42c22ab5b0861de38cf8fbf", + "url": "https://chromium.googlesource.com/external/github.com/google/highway.git" + }, + "src/third_party/hunspell_dictionaries": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-67mvpJRFFa9eMfyqFMURlbxOaTJBICnk+gl0b0mEHl8=", + "rev": "41cdffd71c9948f63c7ad36e1fb0ff519aa7a37e", + "url": "https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git" + }, + "src/third_party/icu": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-YlX+PaPhvYh9JzHT9WtS1beUK+cQrHGVUl+IBbv7GeQ=", + "rev": "9408c6fd4a39e6fef0e1c4077602e1c83b15f3fb", + "url": "https://chromium.googlesource.com/chromium/deps/icu.git" + }, + "src/third_party/instrumented_libs": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-kHKGADAgzlaeckXFbpU1GhJK+zkiRd9XvdtPF6qrQFY=", + "rev": "bb6dbcf2df7a9beb34c3773ef4df161800e3aed9", + "url": "https://chromium.googlesource.com/chromium/third_party/instrumented_libraries.git" + }, + "src/third_party/jsoncpp/source": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-bSLNcoYBz3QCt5VuTR056V9mU2PmBuYBa0W6hFg2m8Q=", + "rev": "42e892d96e47b1f6e29844cc705e148ec4856448", + "url": "https://chromium.googlesource.com/external/github.com/open-source-parsers/jsoncpp.git" + }, + "src/third_party/leveldatabase/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-y3awFXL8ih2UhEqWj8JRgkhzSxfQciLztb020JHJ350=", + "rev": "23e35d792b9154f922b8b575b12596a4d8664c65", + "url": "https://chromium.googlesource.com/external/leveldb.git" + }, + "src/third_party/libFuzzer/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-xQXfRIcQmAVP0k2mT7Blv1wBxL6wDaWTbIPGcTiMZRo=", + "rev": "487e79376394754705984c5de7c4ce7f82f2bd7c", + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/compiler-rt/lib/fuzzer.git" + }, + "src/third_party/libaddressinput/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-xvUUQSPrvqUp5DI9AqlRTWurwDW087c6v4RvI+4sfOQ=", + "rev": "e8712e415627f22d0b00ebee8db99547077f39bd", + "url": "https://chromium.googlesource.com/external/libaddressinput.git" + }, + "src/third_party/libaom/source/libaom": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-uFUIodoC9qpLycwtWRgc0iqaqcUsvVmwAAQGHKolWto=", + "rev": "d5265b173616ce62de231cd1b1eae853ad03641e", + "url": "https://aomedia.googlesource.com/aom.git" + }, + "src/third_party/libavif/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-2GKqPgWs1TD0nPW7VoSo8dz3ugPsZhcy2K1V35XflSk=", + "rev": "c2177c3316a49505dcd592ba21073f7abc25cd37", + "url": "https://chromium.googlesource.com/external/github.com/AOMediaCodec/libavif.git" + }, + "src/third_party/libavifinfo/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-61OPjdMCIbHvWncmBzNw6sqlHcuc1kyqm9k1j4UTcZ0=", + "rev": "8d8b58a3f517ef8d1794baa28ca6ae7d19f65514", + "url": "https://aomedia.googlesource.com/libavifinfo.git" + }, + "src/third_party/libc++/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-hKlmY2Bn1f6w0Gmx/Le/LwWk/Gf6hzXqR5C+/w+0CNA=", + "rev": "50ab693ecb611942ce4440d8c9ed707ee65ed5e8", + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxx.git" + }, + "src/third_party/libc++abi/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-GtK8z2jn4es3uuxpAgm5AoQvUjvhAunAyUwm3HEqLVA=", + "rev": "29b2e9a0f48688da116692cb04758393053d269c", + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libcxxabi.git" + }, + "src/third_party/libdrm/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-woSYEDUfcEBpYOYnli13wLMt754A7KnUbmTEcFQdFGw=", + "rev": "ad78bb591d02162d3b90890aa4d0a238b2a37cde", + "url": "https://chromium.googlesource.com/chromiumos/third_party/libdrm.git" + }, + "src/third_party/libgav1/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-+ss9S5t+yoHzqbtX68+5OyyUbJVecYLwp+C3EXfAziE=", + "rev": "a2f139e9123bdb5edf7707ac6f1b73b3aa5038dd", + "url": "https://chromium.googlesource.com/codecs/libgav1.git" + }, + "src/third_party/libipp/libipp": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-gxU92lHLd6uxO8T3QWhZIK0hGy97cki705DV0VimCPY=", + "rev": "2209bb84a8e122dab7c02fe66cc61a7b42873d7f", + "url": "https://chromium.googlesource.com/chromiumos/platform2/libipp.git" + }, + "src/third_party/libjpeg_turbo": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-qgHXAjCDFxQ+QqJ8pSmI1NUvHvKKTi4MkIe1I/+hUAI=", + "rev": "927aabfcd26897abb9776ecf2a6c38ea5bb52ab6", + "url": "https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git" + }, + "src/third_party/liblouis/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-EI/uaHXe0NlqdEw764q0SjerThYEVLRogUlmrsZwXnY=", + "rev": "9700847afb92cb35969bdfcbbfbbb74b9c7b3376", + "url": "https://chromium.googlesource.com/external/liblouis-github.git" + }, + "src/third_party/libphonenumber/dist": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-3hSnTFTD3KAdbyxfKg12qbIYTmw6YlTCH64gMP/HUJo=", + "rev": "140dfeb81b753388e8a672900fb7a971e9a0d362", + "url": "https://chromium.googlesource.com/external/libphonenumber.git" + }, + "src/third_party/libprotobuf-mutator/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-ZyPweW+V5foxFQwjjMLkaRUo+FNV+kEDGIH/4oRV614=", + "rev": "a304ec48dcf15d942607032151f7e9ee504b5dcf", + "url": "https://chromium.googlesource.com/external/github.com/google/libprotobuf-mutator.git" + }, + "src/third_party/libsrtp": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-4qEZ9MD97MoqCUlZtbEhIKy+fDO1iIWqyrBsKwkjXTg=", + "rev": "000edd791434c8738455f10e0dd6b268a4852c0b", + "url": "https://chromium.googlesource.com/chromium/deps/libsrtp.git" + }, + "src/third_party/libsync/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Mkl6C1LxF3RYLwYbxiSfoQPt8QKFwQWj/Ati2sNJ32E=", + "rev": "f4f4387b6bf2387efbcfd1453af4892e8982faf6", + "url": "https://chromium.googlesource.com/aosp/platform/system/core/libsync.git" + }, + "src/third_party/libunwind/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-5xsrVVSu9b+78GEKeLGNpo7ySxrJ2SeuuKghN6NHlSU=", + "rev": "dc70138c3e68e2f946585f134e20815851e26263", + "url": "https://chromium.googlesource.com/external/github.com/llvm/llvm-project/libunwind.git" + }, + "src/third_party/libvpx/source/libvpx": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-fXEPPgUdTsvzbLc8mp7v0MWw/9FfOooIIKjRshvYi2o=", + "rev": "fbf63dff1f528d44f24bd662abb89fd01a4a1c25", + "url": "https://chromium.googlesource.com/webm/libvpx.git" + }, + "src/third_party/libwebm/source": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Mn3snC2g4BDKBJsS6cxT3BZL7LZknOWg77+60Nr4Hy0=", + "rev": "26d9f667170dc75e8d759a997bb61c64dec42dda", + "url": "https://chromium.googlesource.com/webm/libwebm.git" + }, + "src/third_party/libwebp/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-xuRpEwOnaLGZmrPvfUn3DSoJANd94CG+JXcN7Mdmk5I=", + "rev": "845d5476a866141ba35ac133f856fa62f0b7445f", + "url": "https://chromium.googlesource.com/webm/libwebp.git" + }, + "src/third_party/libyuv": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-tQ7eCY1udoGHRoFr83obQ994IMfxqaH68StvXJ6obZ8=", + "rev": "4620f1705822fd6ab99939f43ce63099bd3d9ae0", + "url": "https://chromium.googlesource.com/libyuv/libyuv.git" + }, + "src/third_party/lss": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-hE8uZf9Fst66qJkoVYChiB8G41ie+k9M4X0W+5JUSdw=", + "rev": "ce877209e11aa69dcfffbd53ef90ea1d07136521", + "url": "https://chromium.googlesource.com/linux-syscall-support.git" + }, + "src/third_party/material_color_utilities/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Y85XU+z9W6tvmDNHJ/dXQnUKXvvDkO3nH/kUJRLqbc4=", + "rev": "13434b50dcb64a482cc91191f8cf6151d90f5465", + "url": "https://chromium.googlesource.com/external/github.com/material-foundation/material-color-utilities.git" + }, + "src/third_party/minigbm/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-9HwvjTETerbQ7YKXH9kUB2eWa8PxGWMAJfx1jAluhrs=", + "rev": "3018207f4d89395cc271278fb9a6558b660885f5", + "url": "https://chromium.googlesource.com/chromiumos/platform/minigbm.git" + }, + "src/third_party/nan": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-cwti+BWmF/l/dqa/cN0C587EK4WwRWcWy6gjFVkaMTg=", + "owner": "nodejs", + "repo": "nan", + "rev": "e14bdcd1f72d62bca1d541b66da43130384ec213" + }, + "src/third_party/nasm": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-SiRXHsUlWXtH6dbDjDjqNAm105ibEB3jOfNtQAM4CaY=", + "rev": "f477acb1049f5e043904b87b825c5915084a9a29", + "url": "https://chromium.googlesource.com/chromium/deps/nasm.git" + }, + "src/third_party/nearby/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-RZsdeT1gkbrOuHvngs+Iavl9YE27jLx4AXXYOvSXZoI=", + "rev": "3c8737f92d765407e4ff6c87b8758ba99ede40ed", + "url": "https://chromium.googlesource.com/external/github.com/google/nearby-connections.git" + }, + "src/third_party/neon_2_sse/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-299ZptvdTmCnIuVVBkrpf5ZTxKPwgcGUob81tEI91F0=", + "rev": "a15b489e1222b2087007546b4912e21293ea86ff", + "url": "https://chromium.googlesource.com/external/github.com/intel/ARM_NEON_2_x86_SSE.git" + }, + "src/third_party/openh264/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-S7dS2IZwt4p4ZrF6K7E5HnwKuI3owU2I7vwtu95uTkE=", + "rev": "478e5ab3eca30e600006d5a0a08b176fd34d3bd1", + "url": "https://chromium.googlesource.com/external/github.com/cisco/openh264" + }, + "src/third_party/openscreen/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-y2XOZ3CmGdI0S/DLnOwAhm0kGTf/ayJ6OwPVlQCQqBw=", + "rev": "b720e33d337c68353e5d80a72491fb438f27d93a", + "url": "https://chromium.googlesource.com/openscreen" + }, + "src/third_party/openscreen/src/buildtools": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-suuxUL//BfAMmG8os8ChI7ic9EjGTi7y5kjxiAyrEQc=", + "rev": "4e0e9c73a0f26735f034f09a9cab2a5c0178536b", + "url": "https://chromium.googlesource.com/chromium/src/buildtools" + }, + "src/third_party/openscreen/src/third_party/tinycbor/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-fMKBFUSKmODQyg4hKIa1hwnEKIV6WBbY1Gb8DOSnaHA=", + "rev": "d393c16f3eb30d0c47e6f9d92db62272f0ec4dc7", + "url": "https://chromium.googlesource.com/external/github.com/intel/tinycbor.git" + }, + "src/third_party/ots/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-kiUXrXsaGOzPkKh0dVmU1I13WHt0Stzj7QLMqHN9FbU=", + "rev": "46bea9879127d0ff1c6601b078e2ce98e83fcd33", + "url": "https://chromium.googlesource.com/external/github.com/khaledhosny/ots.git" + }, + "src/third_party/pdfium": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-znfeKj2ttFWalFPeP9o8NPYLHD+pWAKuWVudX59MhLw=", + "rev": "2b675cf15ab4b68bf1ed4e0511ba2479e11f1605", + "url": "https://pdfium.googlesource.com/pdfium.git" + }, + "src/third_party/perfetto": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-ej8yXGOlmqwnWBbKR99qtIn3MvImaqV5ResVp95zdcM=", + "rev": "9170899ab284db894f14439e561f02f83a04d88e", + "url": "https://android.googlesource.com/platform/external/perfetto.git" + }, + "src/third_party/protobuf-javascript/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-TmP6xftUVTD7yML7UEM/DB8bcsL5RFlKPyCpcboD86U=", + "rev": "e34549db516f8712f678fcd4bc411613b5cc5295", + "url": "https://chromium.googlesource.com/external/github.com/protocolbuffers/protobuf-javascript" + }, + "src/third_party/pthreadpool/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-rGg6lgLkmbYo+a9CdaXz9ZUyrqJ1rxLcjLJeBEOPAlE=", + "rev": "560c60d342a76076f0557a3946924c6478470044", + "url": "https://chromium.googlesource.com/external/github.com/Maratyszcza/pthreadpool.git" + }, + "src/third_party/pyelftools": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-I/7p3IEvfP/gkes4kx18PvWwhAKilQKb67GXoW4zFB4=", + "rev": "19b3e610c86fcadb837d252c794cb5e8008826ae", + "url": "https://chromium.googlesource.com/chromiumos/third_party/pyelftools.git" + }, + "src/third_party/pywebsocket3/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-WEqqu2/7fLqcf/2/IcD7/FewRSZ6jTgVlVBvnihthYQ=", + "rev": "50602a14f1b6da17e0b619833a13addc6ea78bc2", + "url": "https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/pywebsocket3.git" + }, + "src/third_party/quic_trace/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Nf9ZDLcE1JunhbpEMHhrY2ROnbgrvVZoRkPwWq1DU0g=", + "rev": "caa0a6eaba816ecb737f9a70782b7c80b8ac8dbc", + "url": "https://chromium.googlesource.com/external/github.com/google/quic-trace.git" + }, + "src/third_party/re2/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-IeANwJlJl45yf8iu/AZNDoiyIvTCZIeK1b74sdCfAIc=", + "rev": "6dcd83d60f7944926bfd308cc13979fc53dd69ca", + "url": "https://chromium.googlesource.com/external/github.com/google/re2.git" + }, + "src/third_party/ruy/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-4NVvqUZn2BdwTxJINTHwPeRqbGXZrWdcd7jv1Y+eoKY=", + "rev": "c08ec529fc91722bde519628d9449258082eb847", + "url": "https://chromium.googlesource.com/external/github.com/google/ruy.git" + }, + "src/third_party/securemessage/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-GS4ccnuiqxMs/LVYAtvSlVAYFp4a5GoZsxcriTX3k78=", + "rev": "fa07beb12babc3b25e0c5b1f38c16aa8cb6b8f84", + "url": "https://chromium.googlesource.com/external/github.com/google/securemessage.git" + }, + "src/third_party/skia": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-u/K96HEBcx1sge4wSf3m4xDkZEoFaxekHafgmC4rjVQ=", + "rev": "3c64459d5df2fa9794b277f0959ed8a92552bf4c", + "url": "https://skia.googlesource.com/skia.git" + }, + "src/third_party/smhasher/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-RyC//me08hwGXRrWcK8GZ1uhIkBq4FByA7fHCVDsniw=", + "rev": "e87738e57558e0ec472b2fc3a643b838e5b6e88f", + "url": "https://chromium.googlesource.com/external/smhasher.git" + }, + "src/third_party/snappy/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-5fV6NfO8vmqK+iCwpLtE2YjYOzjsshctauyjNIOxrH0=", + "rev": "c9f9edf6d75bb065fa47468bf035e051a57bec7c", + "url": "https://chromium.googlesource.com/external/github.com/google/snappy.git" + }, + "src/third_party/speedometer/v3.0": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-qMQ4naX+4uUu3vtzzinjkhxX9/dNoTwj6vWCu4FdQmU=", + "rev": "8d67f28d0281ac4330f283495b7f48286654ad7d", + "url": "https://chromium.googlesource.com/external/github.com/WebKit/Speedometer.git" + }, + "src/third_party/spirv-cross/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-H43M9DXfEuyKuvo6rjb5k0KEbYOSFodbPJh8ZKY4PQg=", + "rev": "b8fcf307f1f347089e3c46eb4451d27f32ebc8d3", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross" + }, + "src/third_party/spirv-headers/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-o1yRTvP7a+XVwendTKBJKNnelVGWLD0gH258GGeUDhQ=", + "rev": "2a9b6f951c7d6b04b6c21fe1bf3f475b68b84801", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers" + }, + "src/third_party/spirv-tools/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-13y7Z6wMeAmV2dgMepgQPB+c+Pjc2O3C2G0kdlBVsNE=", + "rev": "37d2fcb485bf3fcadb18ef90aab6f283dcc4be72", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools" + }, + "src/third_party/sqlite/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-ltl3OTk/wZPSj3yYthNlKd3mBxef6l5uW6UYTwebNek=", + "rev": "567495a62a62dc013888500526e82837d727fe01", + "url": "https://chromium.googlesource.com/chromium/deps/sqlite.git" + }, + "src/third_party/squirrel.mac": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-4GfKQg0u3c9GI+jl3ixESNqWXQJKRMi+00QT0s2Shqw=", + "owner": "Squirrel", + "repo": "Squirrel.Mac", + "rev": "0e5d146ba13101a1302d59ea6e6e0b3cace4ae38" + }, + "src/third_party/squirrel.mac/vendor/Mantle": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-ogFkMJybf2Ue606ojXJu6Gy5aXSi1bSKm60qcTAIaPk=", + "owner": "Mantle", + "repo": "Mantle", + "rev": "78d3966b3c331292ea29ec38661b25df0a245948" + }, + "src/third_party/squirrel.mac/vendor/ReactiveObjC": { + "fetcher": "fetchFromGitHub", + "hash": "sha256-/MCqC1oFe3N9TsmfVLgl+deR6qHU6ZFQQjudb9zB5Mo=", + "owner": "ReactiveCocoa", + "repo": "ReactiveObjC", + "rev": "74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76" + }, + "src/third_party/swiftshader": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-U29q1G3gnJdoucdLGZEbwpkGpDE4C2lv2b5WqpUf2Ho=", + "rev": "2afc8c97882a5c66abf5f26670ae420d2e30adc3", + "url": "https://swiftshader.googlesource.com/SwiftShader.git" + }, + "src/third_party/text-fragments-polyfill/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-4rW2u1cQAF4iPWHAt1FvVXIpz2pmI901rEPks/w/iFA=", + "rev": "c036420683f672d685e27415de0a5f5e85bdc23f", + "url": "https://chromium.googlesource.com/external/github.com/GoogleChromeLabs/text-fragments-polyfill.git" + }, + "src/third_party/tflite/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-HtvrZur/vifocB/TKLDkzTLjFbGee4xGUhRLShozo9M=", + "rev": "d29299c16ec49623af1294900dba53fc8864f0bb", + "url": "https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow.git" + }, + "src/third_party/ukey2/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-aaLs6ZS+CdBlCJ6ZhsmdAPFxiBIij6oufsDcNeRSV1E=", + "rev": "0275885d8e6038c39b8a8ca55e75d1d4d1727f47", + "url": "https://chromium.googlesource.com/external/github.com/google/ukey2.git" + }, + "src/third_party/vulkan-deps": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-U8iB5HlLHzpeBJjd9XODWONDy7GTfNbM2kjGBIAhabU=", + "rev": "c045c2192ab45a144b419033dffe6190be5d8c93", + "url": "https://chromium.googlesource.com/vulkan-deps" + }, + "src/third_party/vulkan-headers/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-8q6uu3v7j7poTMkn0oxj+RewIqhjCOuBz/QG/oFnWBI=", + "rev": "c6391a7b8cd57e79ce6b6c832c8e3043c4d9967b", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers" + }, + "src/third_party/vulkan-loader/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-dA9yc8nv8HDF8WA7bSReqI2JtUU41/Xl4J/CQlq0nuU=", + "rev": "1108bba6c97174d172d45470a7470a3d6a564647", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader" + }, + "src/third_party/vulkan-tools/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-eEJ9S1/fF5WMT+fRq+ZTzRfb+gxDA8drK8uwPVrFoNc=", + "rev": "4c63e845962ff3b197855f3ae4907a47d0863f5a", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools" + }, + "src/third_party/vulkan-utility-libraries/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-4jK6OQT5Za46HixUe1kOay2NlTYtf9OHkbZrZ0y6pdI=", + "rev": "ea5774a13e3017b6d5d79af6fba9f0d72ca5c61a", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries" + }, + "src/third_party/vulkan-validation-layers/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-vwd7n30odVW/Q39lIiVuhyWhnm20giEHlzP14ONXyuw=", + "rev": "ef846ac0883cde5e69ced0e7d7af59fe92f34e25", + "url": "https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers" + }, + "src/third_party/vulkan_memory_allocator": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-YzxHZagz/M8Y54UnI4h1wu5jSTuaOgv0ifC9d3fJZlQ=", + "rev": "56300b29fbfcc693ee6609ddad3fdd5b7a449a21", + "url": "https://chromium.googlesource.com/external/github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git" + }, + "src/third_party/wayland-protocols/gtk": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-75XNnLkF5Lt1LMRGT+T61k0/mLa3kkynfN+QWvZ0LiQ=", + "rev": "40ebed3a03aef096addc0af09fec4ec529d882a0", + "url": "https://chromium.googlesource.com/external/github.com/GNOME/gtk.git" + }, + "src/third_party/wayland-protocols/kde": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Dmcp/2ms/k7NxPPmPkp0YNfM9z2Es1ZO0uX10bc7N2Y=", + "rev": "0b07950714b3a36c9b9f71fc025fc7783e82926e", + "url": "https://chromium.googlesource.com/external/github.com/KDE/plasma-wayland-protocols.git" + }, + "src/third_party/wayland-protocols/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-o/adWEXYSqWib6KoK7XMCWbojapcS4O/CEPxv7iFCw8=", + "rev": "7d5a3a8b494ae44cd9651f9505e88a250082765e", + "url": "https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git" + }, + "src/third_party/wayland/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-oK0Z8xO2ILuySGZS0m37ZF0MOyle2l8AXb0/6wai0/w=", + "rev": "a156431ea66fe67d69c9fbba8a8ad34dabbab81c", + "url": "https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/wayland.git" + }, + "src/third_party/webdriver/pylib": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-WIqWXIKVgElgg8P8laLAlUrgwodGdeVcwohZxnPKedw=", + "rev": "fc5e7e70c098bfb189a9a74746809ad3c5c34e04", + "url": "https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium/py.git" + }, + "src/third_party/webgl/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-Yn0e1bpvtD4mGdZaRiBytc+upLulYVyHJqXJiTWEfmA=", + "rev": "1b6371436a0a60e6b9a4ae2a40a8eba198e3af02", + "url": "https://chromium.googlesource.com/external/khronosgroup/webgl.git" + }, + "src/third_party/webgpu-cts/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-3ruYKYHOkqlJcrjl4xvQV+OtULbgNUvXGBfrd5WTGyY=", + "rev": "2f55512456a725e77f3baac3d951de5c6c5e28a3", + "url": "https://chromium.googlesource.com/external/github.com/gpuweb/cts.git" + }, + "src/third_party/webrtc": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-4URlxWupNm67GeUGLJe3Dz1IONIq1mCjG5Lf4csKFKo=", + "rev": "28b793b4dd275bf2b901b87e01c0ee8d4f5732fc", + "url": "https://webrtc.googlesource.com/src.git" + }, + "src/third_party/weston/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-y2srFaPUOoB2umzpo4+hFfhNlqXM2AoMGOpUy/ZSacg=", + "rev": "ccf29cb237c3ed09c5f370f35239c93d07abfdd7", + "url": "https://chromium.googlesource.com/external/anongit.freedesktop.org/git/wayland/weston.git" + }, + "src/third_party/wuffs/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-373d2F/STcgCHEq+PO+SCHrKVOo6uO1rqqwRN5eeBCw=", + "rev": "e3f919ccfe3ef542cfc983a82146070258fb57f8", + "url": "https://skia.googlesource.com/external/github.com/google/wuffs-mirror-release-c.git" + }, + "src/third_party/xdg-utils": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-WuQ9uDq+QD17Y20ACFGres4nbkeOiTE2y+tY1avAT5U=", + "rev": "cb54d9db2e535ee4ef13cc91b65a1e2741a94a44", + "url": "https://chromium.googlesource.com/chromium/deps/xdg-utils.git" + }, + "src/third_party/xnnpack/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-VBrBNjoF3hsRXpBfXP2g9xOujVsmm7AkV6wE4ZwW2ts=", + "rev": "c4a28daf28c98300da9d9b5213c53f762908825e", + "url": "https://chromium.googlesource.com/external/github.com/google/XNNPACK.git" + }, + "src/third_party/zstd/src": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-/IUfh0De9m7ACrisqKlpxZsb+asoAWGXCaK6L+s24Q8=", + "rev": "20707e3718ee14250fb8a44b3bf023ea36bd88df", + "url": "https://chromium.googlesource.com/external/github.com/facebook/zstd.git" + }, + "src/tools/page_cycler/acid3": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-s/49EaYQRsyxuLejXc1zGDYTD7uO0ddaQIJBP50Bvw0=", + "rev": "a926d0a32e02c4c03ae95bb798e6c780e0e184ba", + "url": "https://chromium.googlesource.com/chromium/deps/acid3.git" + }, + "src/v8": { + "fetcher": "fetchFromGitiles", + "hash": "sha256-D2txyy9f/dNIL0b2qL0YM9/DMUfO9jkWiWZZFNyP2ys=", + "rev": "4c685866b13f6ec453f327f0499379672e5b1751", + "url": "https://chromium.googlesource.com/v8/v8.git" + } + }, + "electron_yarn_hash": "0x3hk02diq4ss2405m44r4nb144h213vqr5hr4gmy04p6drk76qv", + "modules": "130", + "node": "20.18.0", + "version": "33.0.0" } } diff --git a/pkgs/os-specific/bsd/openbsd/pkgs/libc.nix b/pkgs/os-specific/bsd/openbsd/pkgs/libc.nix index 895b82ed5307..db49e28ec7e3 100644 --- a/pkgs/os-specific/bsd/openbsd/pkgs/libc.nix +++ b/pkgs/os-specific/bsd/openbsd/pkgs/libc.nix @@ -1,11 +1,13 @@ { lib, + stdenvNoLibc, symlinkJoin, libcMinimal, librthread, libm, librpcsvc, libutil, + rtld, version, }: @@ -27,13 +29,16 @@ symlinkJoin rec { (lib.getLib p) (lib.getMan p) ]) - [ - libcMinimal - libm - librthread - librpcsvc - libutil - ]; + ( + [ + libcMinimal + libm + librthread + librpcsvc + libutil + ] + ++ (lib.optional (!stdenvNoLibc.hostPlatform.isStatic) rtld) + ); postBuild = '' rm -r "$out/nix-support" diff --git a/pkgs/os-specific/bsd/openbsd/pkgs/openbsdSetupHook/setup-hook.sh b/pkgs/os-specific/bsd/openbsd/pkgs/openbsdSetupHook/setup-hook.sh index e06dbda37c40..dbd016fcb59c 100644 --- a/pkgs/os-specific/bsd/openbsd/pkgs/openbsdSetupHook/setup-hook.sh +++ b/pkgs/os-specific/bsd/openbsd/pkgs/openbsdSetupHook/setup-hook.sh @@ -1,6 +1,11 @@ addOpenBSDMakeFlags() { prependToVar makeFlags "INCSDIR=${!outputDev}/include" prependToVar makeFlags "MANDIR=${!outputMan}/share/man" + # Variables are used to declare dependencies, but we handle them with cc-wrapper + prependToVar makeFlags "CRTBEGIN=" + prependToVar makeFlags "CRTEND=" + prependToVar makeFlags "LIBCRT0=" + prependToVar makeFlags "LIBC=" } fixOpenBSDInstallDirs() { diff --git a/pkgs/os-specific/bsd/openbsd/pkgs/rtld/ldso-fix-makefile.patch b/pkgs/os-specific/bsd/openbsd/pkgs/rtld/ldso-fix-makefile.patch new file mode 100644 index 000000000000..b6155539e84c --- /dev/null +++ b/pkgs/os-specific/bsd/openbsd/pkgs/rtld/ldso-fix-makefile.patch @@ -0,0 +1,57 @@ +diff --git a/libexec/ld.so/Makefile b/libexec/ld.so/Makefile +index 7f8f6ef2961..469c34bb6de 100644 +--- a/libexec/ld.so/Makefile ++++ b/libexec/ld.so/Makefile +@@ -1,6 +1,5 @@ + # $OpenBSD: Makefile,v 1.88 2024/04/05 13:51:47 deraadt Exp $ + +-SUBDIR=ldconfig ldd + MAN= ld.so.1 + + .include +@@ -70,21 +69,15 @@ ELF_LDFLAGS+=--shared -Bsymbolic --no-undefined + + .ifdef RELATIVE_RELOC + CHECK_LDSO=c() { \ +- ! readelf -Wr $$1 | \ ++ ! $(READELF) -Wr $$1 | \ + egrep -qv '^($$|[ R])| (${RELATIVE_RELOC}) '; \ + }; c + .endif + +-test_prog= test-$(PROG) +-CLEANFILES+= test-$(PROG) + candidate= $(PROG).test + CLEANFILES+= ${candidate} + +-$(test_prog): +- printf '#include \n#include \nint main(int argc, char **argv){ pthread_attr_t attr; printf("%%s: ", argv[0]); pthread_attr_init(&attr); printf("%%s!\\n", argv[1] ? argv[1] : "foo"); }\n' | \ +- $(CC) -P -x c - -Wl,-dynamic-linker,./$(candidate) -o $@ -lpthread +- +-$(PROG): $(test_prog) ${VERSION_SCRIPT} $(OBJS) ${LD_SCRIPT} ++$(PROG): ${VERSION_SCRIPT} $(OBJS) ${LD_SCRIPT} + .if defined(SYSPATCH_PATH) + $(LD) -e _dl_start $(ELF_LDFLAGS) -o $(candidate) \ + `readelf -Ws ${SYSPATCH_PATH}/usr/libexec/${.TARGET} | \ +@@ -96,9 +89,6 @@ $(PROG): $(test_prog) ${VERSION_SCRIPT} $(OBJS) ${LD_SCRIPT} + .endif + .ifdef CHECK_LDSO + ${CHECK_LDSO} $(candidate) +-.endif +-.ifndef CROSSDIR +- ulimit -c 0; [ "`${.OBJDIR}/$(test_prog) ok`" = "${.OBJDIR}/$(test_prog): ok!" ] + .endif + cp $(candidate) $@ + .endif +@@ -113,10 +103,4 @@ CLEANFILES+= ld.so.a + all: ld.so.a + + ld.so.a: ${OBJS} ${.CURDIR}/Symbols.map ${test_prog} ${LD_SCRIPT} +- ar cqD $@ $? +- +-afterinstall: ld.so.a +- install -d -o root -g wheel -m 755 \ +- ${DESTDIR}/usr/share/relink/usr/libexec +- install -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ +- ld.so.a ${DESTDIR}/usr/share/relink/usr/libexec/ld.so.a ++ $(AR) cqD $@ $? diff --git a/pkgs/os-specific/bsd/openbsd/pkgs/rtld/package.nix b/pkgs/os-specific/bsd/openbsd/pkgs/rtld/package.nix new file mode 100644 index 000000000000..58fd1fd8ebd4 --- /dev/null +++ b/pkgs/os-specific/bsd/openbsd/pkgs/rtld/package.nix @@ -0,0 +1,31 @@ +{ + lib, + mkDerivation, +}: + +mkDerivation { + path = "libexec/ld.so"; + extraPaths = [ + "lib/libc/string" + "lib/csu/os-note-elf.h" + ]; + patches = [ + ./ldso-fix-makefile.patch + ]; + + libcMinimal = true; + + NIX_CFLAGS_COMPILE = "-Wno-error"; + + # DESTDIR is overridden in bsdSetupHook, just fixup afterwards + postInstall = '' + mv $out/bin $out/libexec + ''; + + outputs = [ + "out" + "man" + ]; + + meta.platforms = lib.platforms.openbsd; +} diff --git a/pkgs/servers/home-automation/evcc/default.nix b/pkgs/servers/home-automation/evcc/default.nix index 1b33d907afed..fe8942c12bdc 100644 --- a/pkgs/servers/home-automation/evcc/default.nix +++ b/pkgs/servers/home-automation/evcc/default.nix @@ -16,20 +16,20 @@ buildGoModule rec { pname = "evcc"; - version = "0.130.13"; + version = "0.131.0"; src = fetchFromGitHub { owner = "evcc-io"; repo = "evcc"; rev = version; - hash = "sha256-cqw+4/GwdBy8XpAF/ViI5UxaaS17hryJSCw5kMLin4k="; + hash = "sha256-iR+qBRaDmk39wGigz734kS5hn/grX+ulZvytNYQW4bo="; }; - vendorHash = "sha256-WP7ao54/PMLI+jAaZQgj1otCHEPHZd1A3oqb0DTgx1c="; + vendorHash = "sha256-T3SmFnGOw6AJaji4tR1uK+lQj8JNcUMJErUuhwdg3gA="; npmDeps = fetchNpmDeps { inherit src; - hash = "sha256-pec5hsPrvHHTg++NaLb7vL1YIU1e57o8EVxp9OMhm58="; + hash = "sha256-RoCEvbn3sM1lLtrk+Kxi4vqYsqxJt79b0VZZgA8MQBA="; }; nativeBuildInputs = [ diff --git a/pkgs/tools/games/minecraft/mcaselector/default.nix b/pkgs/tools/games/minecraft/mcaselector/default.nix index 610a46526ad6..cdec4e139231 100644 --- a/pkgs/tools/games/minecraft/mcaselector/default.nix +++ b/pkgs/tools/games/minecraft/mcaselector/default.nix @@ -8,11 +8,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "mcaselector"; - version = "2.4.1"; + version = "2.4.2"; src = fetchurl { url = "https://github.com/Querz/mcaselector/releases/download/${finalAttrs.version}/mcaselector-${finalAttrs.version}.jar"; - hash = "sha256-4czkp7+akZEPvnYLMFGrqrhBYafDVxDo1iQZYwvaARE="; + hash = "sha256-3Kq3vkBiz3A5tUSLNqDHNpognF2Q9HhU8WXwdRVxfSE="; }; dontUnpack = true; diff --git a/pkgs/tools/misc/esphome/default.nix b/pkgs/tools/misc/esphome/default.nix index d5d99f080ebf..70df226929df 100644 --- a/pkgs/tools/misc/esphome/default.nix +++ b/pkgs/tools/misc/esphome/default.nix @@ -21,14 +21,14 @@ let in python.pkgs.buildPythonApplication rec { pname = "esphome"; - version = "2024.10.1"; + version = "2024.10.2"; pyproject = true; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-tnyuxDlrq5zeXCnHxvBQm3VEpnYL/7308Jrjq8IZ4Uc="; + hash = "sha256-WEsFgmwH6OGkAn1c0h/HBhBJr2329YHSKMZzjEDTKNg="; }; build-systems = with python.pkgs; [ diff --git a/pkgs/tools/networking/nqptp/default.nix b/pkgs/tools/networking/nqptp/default.nix index 26aec487789d..e045c3fe4237 100644 --- a/pkgs/tools/networking/nqptp/default.nix +++ b/pkgs/tools/networking/nqptp/default.nix @@ -18,8 +18,9 @@ stdenv.mkDerivation rec { }; patches = [ - # this patch should be removed when > 1.2.4 + # these patches should be removed when > 1.2.4 ./remove-setcap.patch + ./systemd-service-capability.patch ]; nativeBuildInputs = [ autoreconfHook pkg-config ]; @@ -28,6 +29,11 @@ stdenv.mkDerivation rec { ignoredVersions = ".*(-dev|d0)"; }; + postInstall = '' + mkdir -p $out/lib/systemd/system + cp nqptp.service $out/lib/systemd/system + ''; + meta = { homepage = "https://github.com/mikebrady/nqptp"; description = "Daemon and companion application to Shairport Sync that monitors timing data from any PTP clocks"; diff --git a/pkgs/tools/networking/nqptp/systemd-service-capability.patch b/pkgs/tools/networking/nqptp/systemd-service-capability.patch new file mode 100644 index 000000000000..e06a52fe1c68 --- /dev/null +++ b/pkgs/tools/networking/nqptp/systemd-service-capability.patch @@ -0,0 +1,12 @@ +diff --git a/nqptp.service.in b/nqptp.service.in +index 6f1eb0c..53e6a2e 100644 +--- a/nqptp.service.in ++++ b/nqptp.service.in +@@ -8,6 +8,7 @@ Before=shairport-sync.service + ExecStart=@prefix@/bin/nqptp + User=nqptp + Group=nqptp ++AmbientCapabilities=CAP_NET_BIND_SERVICE + + [Install] + WantedBy=multi-user.target diff --git a/pkgs/tools/virtualization/distrobuilder/nixos-generator.patch b/pkgs/tools/virtualization/distrobuilder/nixos-generator.patch index 3c0d726e610d..7379274fa072 100644 --- a/pkgs/tools/virtualization/distrobuilder/nixos-generator.patch +++ b/pkgs/tools/virtualization/distrobuilder/nixos-generator.patch @@ -1,8 +1,8 @@ diff --git a/distrobuilder/lxc.generator b/distrobuilder/lxc.generator -index 0ad81d1..21ddb39 100644 +index dc5b506..0265da8 100644 --- a/distrobuilder/lxc.generator +++ b/distrobuilder/lxc.generator -@@ -25,16 +25,6 @@ is_incus_vm() { +@@ -21,16 +21,6 @@ is_incus_vm() { [ -e /dev/virtio-ports/org.linuxcontainers.incus ] } @@ -19,8 +19,8 @@ index 0ad81d1..21ddb39 100644 ## Fix functions # fix_ro_paths avoids udevd issues with /sys and /proc being writable fix_ro_paths() { -@@ -45,35 +35,6 @@ BindReadOnlyPaths=/sys /proc - EOF +@@ -42,38 +32,6 @@ fix_ro_paths() { + EOF } -# fix_nm_link_state forces the network interface to a DOWN state ahead of NetworkManager starting up @@ -35,19 +35,22 @@ index 0ad81d1..21ddb39 100644 - return 0 - fi - cat <<-EOF > /run/systemd/system/network-device-down.service --[Unit] --Description=Turn off network device --Before=NetworkManager.service --Before=systemd-networkd.service --[Service] --# do not turn off if there is a default route to 169.254.0.1, i.e. the device is a routed nic --ExecCondition=/bin/sh -c '! /usr/bin/grep -qs 00000000.0100FEA9 /proc/net/route' --ExecStart=-${ip_path} link set $1 down --Type=oneshot --RemainAfterExit=true --[Install] --WantedBy=default.target --EOF +- # This file was created by distrobuilder +- [Unit] +- Description=Turn off network device +- Before=NetworkManager.service +- Before=systemd-networkd.service +- +- [Service] +- # do not turn off if there is a default route to 169.254.0.1, i.e. the device is a routed nic +- ExecCondition=/bin/sh -c '! /usr/bin/grep -qs 00000000.0100FEA9 /proc/net/route' +- ExecStart=-${ip_path} link set $1 down +- Type=oneshot +- RemainAfterExit=true +- +- [Install] +- WantedBy=default.target +- EOF - mkdir -p /run/systemd/system/default.target.wants - ln -sf /run/systemd/system/network-device-down.service /run/systemd/system/default.target.wants/network-device-down.service -} @@ -55,7 +58,7 @@ index 0ad81d1..21ddb39 100644 # fix_systemd_override_unit generates a unit specific override fix_systemd_override_unit() { dropin_dir="/run/systemd/${1}.d" -@@ -112,16 +73,7 @@ fix_systemd_mask() { +@@ -113,16 +71,7 @@ fix_systemd_mask() { # fix_systemd_udev_trigger overrides the systemd-udev-trigger.service to match the latest version # of the file which uses "ExecStart=-" instead of "ExecStart=". fix_systemd_udev_trigger() { @@ -73,8 +76,8 @@ index 0ad81d1..21ddb39 100644 mkdir -p /run/systemd/system/systemd-udev-trigger.service.d cat <<-EOF > /run/systemd/system/systemd-udev-trigger.service.d/zzz-lxc-override.conf -@@ -132,37 +84,13 @@ ExecStart=-${cmd} trigger --type=devices --action=add - EOF +@@ -134,38 +83,13 @@ fix_systemd_udev_trigger() { + EOF } -# fix_systemd_sysctl overrides the systemd-sysctl.service to use "ExecStart=-" instead of "ExecStart=". @@ -83,15 +86,16 @@ index 0ad81d1..21ddb39 100644 - ! [ -e "${cmd}" ] && cmd=/lib/systemd/systemd-sysctl - mkdir -p /run/systemd/system/systemd-sysctl.service.d - cat <<-EOF > /run/systemd/system/systemd-sysctl.service.d/zzz-lxc-override.conf --[Service] --ExecStart= --ExecStart=-${cmd} --EOF +- # This file was created by distrobuilder +- [Service] +- ExecStart= +- ExecStart=-${cmd} +- EOF -} - ## Main logic -# Nothing to do in Incus VM but deployed in case it is later converted to a container --is_incus_vm || is_lxd_vm && exit 0 +-is_incus_vm && exit 0 # Exit immediately if not an Incus/LXC container is_lxc_container || exit 0 @@ -105,14 +109,14 @@ index 0ad81d1..21ddb39 100644 -for path in /usr/lib/systemd/systemd /lib/systemd/systemd; do - [ -x "${path}" ] || continue - -- systemd_version="$("${path}" --version | head -n1 | cut -d' ' -f2)" +- systemd_version="$("${path}" --version | head -n1 | cut -d' ' -f2 | cut -d'~' -f1)" - break -done +systemd_version="$(systemd --version | head -n1 | cut -d' ' -f2)" # Determine distro name and release ID="" -@@ -192,7 +120,6 @@ fi +@@ -196,7 +120,6 @@ fi # Ignore failures on some units. fix_systemd_udev_trigger @@ -120,8 +124,8 @@ index 0ad81d1..21ddb39 100644 # Mask some units. fix_systemd_mask dev-hugepages.mount -@@ -222,11 +149,6 @@ ACTION=="add|change|move", ENV{ID_NET_DRIVER}=="veth", ENV{INTERFACE}=="eth[0-9] - EOF +@@ -226,11 +149,6 @@ if [ -d /etc/udev ]; then + EOF fi -# Workarounds for NetworkManager in containers diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 2ada161ae968..8920306e82d8 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -16942,10 +16942,10 @@ with pkgs; electron_30 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_30 then electron-source.electron_30 else electron_30-bin; electron_31 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_31 then electron-source.electron_31 else electron_31-bin; electron_32 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_32 then electron-source.electron_32 else electron_32-bin; - electron_33 = electron_33-bin; - electron = electron_32; - electron-bin = electron_32-bin; - electron-chromedriver = electron-chromedriver_32; + electron_33 = if lib.meta.availableOn stdenv.hostPlatform electron-source.electron_33 then electron-source.electron_33 else electron_33-bin; + electron = electron_33; + electron-bin = electron_33-bin; + electron-chromedriver = electron-chromedriver_33; autobuild = callPackage ../development/tools/misc/autobuild { }; @@ -36296,7 +36296,9 @@ with pkgs; }; cvc4 = callPackage ../applications/science/logic/cvc4 { }; - cvc5 = callPackage ../applications/science/logic/cvc5 { }; + cvc5 = callPackage ../applications/science/logic/cvc5 { + cadical = pkgs.cadical.override { version = "2.0.0"; }; + }; drat-trim = callPackage ../applications/science/logic/drat-trim { };