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

Merge pull request #222730 from GaetanLepage/inc-rename

vimPlugins.inc-rename-nvim: init
parents 70a5ffcb 3c2ac03b
Loading
Loading
Loading
Loading
+259 −247

File changed.

Preview size limit exceeded, changes collapsed.

+17 −6
Original line number Diff line number Diff line
@@ -69,6 +69,17 @@
    };
    meta.homepage = "https://github.com/tree-sitter/tree-sitter-bash";
  };
  bass = buildGrammar {
    language = "bass";
    version = "27f110d";
    src = fetchFromGitHub {
      owner = "amaanq";
      repo = "tree-sitter-bass";
      rev = "27f110dfe79620993f5493ffa0d0f2fe12d250ed";
      hash = "sha256-OmYtp2TAsAjw2fgdSezHUrP46b/QXgCbDeJa4ANrtvY=";
    };
    meta.homepage = "https://github.com/amaanq/tree-sitter-bass";
  };
  beancount = buildGrammar {
    language = "beancount";
    version = "f3741a3";
@@ -590,12 +601,12 @@
  };
  glimmer = buildGrammar {
    language = "glimmer";
    version = "40cfb72";
    version = "bc1c685";
    src = fetchFromGitHub {
      owner = "alexlafroscia";
      repo = "tree-sitter-glimmer";
      rev = "40cfb72a53654cbd666451ca04ffd500257c7b73";
      hash = "sha256-h9ZZz6mbkErLIG/BamNRRoRdqmuBO3v17W0uvmpbm7A=";
      rev = "bc1c685aa6a7caf9e58c5746ab386a1e673eb9af";
      hash = "sha256-CDXyynCsnmOvOs1rs9e29tNHosywTvGM0UyWVtwMqZ8=";
    };
    meta.homepage = "https://github.com/alexlafroscia/tree-sitter-glimmer";
  };
@@ -1597,12 +1608,12 @@
  };
  sql = buildGrammar {
    language = "sql";
    version = "4cb5b36";
    version = "d2b64d8";
    src = fetchFromGitHub {
      owner = "derekstride";
      repo = "tree-sitter-sql";
      rev = "4cb5b36d70687bfe4687c68483b4dacde309ae6f";
      hash = "sha256-7YkVPuQS8NGcHXHwgFTZ4kWL01AnNeOGxdY8xFISSzY=";
      rev = "d2b64d85d0cab5edeffe44243134033e6ff07c02";
      hash = "sha256-Mo87yEF0YGF9t+bXvxuULtlOWAFKyBDjU6rF6eOXLao=";
    };
    meta.homepage = "https://github.com/derekstride/tree-sitter-sql";
  };
+1 −1
Original line number Diff line number Diff line
@@ -793,7 +793,7 @@ self: super: {
        pname = "sg-nvim-rust";
        inherit (old) version src;

        cargoHash = "sha256-z3ZWHhqiJKFzVcFJadfPU6+ELlnvEOAprCyStszegdI=";
        cargoHash = "sha256-GN7KM3fkeOcqmyUwsPMw499kS/eYqh8pbyPgMv4/NN4=";

        nativeBuildInputs = [ pkg-config ];

+1 −0
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ https://github.com/cocopon/iceberg.vim/,,
https://github.com/idris-hackers/idris-vim/,,
https://github.com/edwinb/idris2-vim/,,
https://github.com/lewis6991/impatient.nvim/,,
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/,,