Unverified Commit af8cd5de authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #244652 from GaetanLepage/fidget-nvim

vimPlugins.fidget-nvim: switch to legacy branch
parents 09cdc571 6289ae75
Loading
Loading
Loading
Loading
+189 −201

File changed.

Preview size limit exceeded, changes collapsed.

+28 −6
Original line number Diff line number Diff line
@@ -1186,12 +1186,12 @@
  };
  menhir = buildGrammar {
    language = "menhir";
    version = "0.0.0+rev=db7953a";
    version = "0.0.0+rev=be8866a";
    src = fetchFromGitHub {
      owner = "Kerl13";
      repo = "tree-sitter-menhir";
      rev = "db7953acb0d5551f207373c81fa07a57d7b085cb";
      hash = "sha256-w/ibFZ4bMPPRTgTJFLQrAzMecykJFcrjJjekKMXwqSI=";
      rev = "be8866a6bcc2b563ab0de895af69daeffa88fe70";
      hash = "sha256-CQVEQurf8Ur5xnz+g7e1nck0a32o4oeMOT78thjx8MQ=";
    };
    meta.homepage = "https://github.com/Kerl13/tree-sitter-menhir";
  };
@@ -1463,6 +1463,17 @@
    };
    meta.homepage = "https://github.com/victorhqc/tree-sitter-prisma";
  };
  promql = buildGrammar {
    language = "promql";
    version = "0.0.0+rev=655afc4";
    src = fetchFromGitHub {
      owner = "MichaHoffmann";
      repo = "tree-sitter-promql";
      rev = "655afc4fe6813f38bde087d6493d8fd4920d6d4a";
      hash = "sha256-eqpWHPlCoQqMXL4hgLXaakQ0fP/U5tK7p+QAZgq24KI=";
    };
    meta.homepage = "https://github.com/MichaHoffmann/tree-sitter-promql";
  };
  proto = buildGrammar {
    language = "proto";
    version = "0.0.0+rev=42d82fa";
@@ -1597,12 +1608,12 @@
  };
  regex = buildGrammar {
    language = "regex";
    version = "0.0.0+rev=17a3293";
    version = "0.0.0+rev=2354482";
    src = fetchFromGitHub {
      owner = "tree-sitter";
      repo = "tree-sitter-regex";
      rev = "17a3293714312c691ef14217f60593a3d093381c";
      hash = "sha256-3D+LOWRUamAdbegVfWD5yFcCjBucthPogOL/zWR78PY=";
      rev = "2354482d7e2e8f8ff33c1ef6c8aa5690410fbc96";
      hash = "sha256-X4iQ60LgiVsF0rtinVysX16d6yFjaSmwwndP2L5cuqw=";
    };
    meta.homepage = "https://github.com/tree-sitter/tree-sitter-regex";
  };
@@ -1860,6 +1871,17 @@
    };
    meta.homepage = "https://github.com/RaafatTurki/tree-sitter-sxhkdrc";
  };
  systemtap = buildGrammar {
    language = "systemtap";
    version = "0.0.0+rev=1af543a";
    src = fetchFromGitHub {
      owner = "ok-ryoko";
      repo = "tree-sitter-systemtap";
      rev = "1af543a96d060b1f808982037bfc54cc02218edd";
      hash = "sha256-KCsISHv9yglW+63UY/9Dhb0yVz7Ha76EyHo65Si6SpY=";
    };
    meta.homepage = "https://github.com/ok-ryoko/tree-sitter-systemtap";
  };
  t32 = buildGrammar {
    language = "t32";
    version = "0.0.0+rev=4e581fc";
+14 −1
Original line number Diff line number Diff line
@@ -149,6 +149,19 @@ self: super: {
    };
  };

  # The GitHub repository returns 404, which breaks the update script
  bitbake-vim = buildVimPluginFrom2Nix {
    pname = "bitbake.vim";
    version = "2021-02-06";
    src = fetchFromGitHub {
      owner = "sblumentritt";
      repo = "bitbake.vim";
      rev = "faddca1e8768b10c80ee85221fb51a560df5ba45";
      sha256 = "1hfly2vxhhvjdiwgfz58hr3523kf9z71i78vk168n3kdqp5vkwrp";
    };
    meta.homepage = "https://github.com/sblumentritt/bitbake.vim/";
  };

  chadtree = super.chadtree.overrideAttrs {
    passthru.python3Dependencies = ps: with ps; [
      pynvim-pp
@@ -919,7 +932,7 @@ self: super: {
        pname = "sg-nvim-rust";
        inherit (old) version src;

        cargoHash = "sha256-ErXgFNx3bTp955p45xpW0vAfLMPbH8KQ+SQH6/TE3m4=";
        cargoHash = "sha256-Xlhy2yfB99Tu0j7rXRC6UkdcV0MW09olyxcC2gjd7h4=";

        nativeBuildInputs = [ pkg-config ];

+1 −2
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ 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/sblumentritt/bitbake.vim/,,
https://github.com/APZelos/blamer.nvim/,HEAD,
https://github.com/HampusHauffman/block.nvim/,HEAD,
https://github.com/blueballs-theme/blueballs-neovim/,,
@@ -273,7 +272,7 @@ https://github.com/freddiehaddad/feline.nvim/,,
https://github.com/bakpakin/fennel.vim/,,
https://github.com/lambdalisue/fern.vim/,,
https://github.com/wincent/ferret/,,
https://github.com/j-hui/fidget.nvim/,,
https://github.com/j-hui/fidget.nvim/,legacy,
https://github.com/bogado/file-line/,,
https://github.com/glacambre/firenvim/,HEAD,
https://github.com/andviro/flake8-vim/,,