Commit f5d029a2 authored by CnTeng's avatar CnTeng Committed by Gaétan Lepage
Browse files

vimPlugins.kulala-nvim: init at 2024-09-30

parent a73f58a3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5486,6 +5486,18 @@ final: prev:
    meta.homepage = "https://github.com/udalov/kotlin-vim/";
  };
  kulala-nvim = buildVimPlugin {
    pname = "kulala.nvim";
    version = "2024-09-30";
    src = fetchFromGitHub {
      owner = "mistweaverco";
      repo = "kulala.nvim";
      rev = "3b53dbb5677b144f372ecb25cb7841fba0c85a60";
      sha256 = "sha256-Sbeby+N8bmkof8B8BsCWzZzWhot1wjQuRwqABI2/V3M=";
    };
    meta.homepage = "https://github.com/mistweaverco/kulala.nvim/";
  };
  lalrpop-vim = buildVimPlugin {
    pname = "lalrpop.vim";
    version = "2017-11-22";
+12 −0
Original line number Diff line number Diff line
@@ -985,6 +985,18 @@ in
    passthru.python3Dependencies = ps: [ ps.jupytext ];
  };

  kulala-nvim = super.kulala-nvim.overrideAttrs {
    dependencies = with self; [
      nvim-treesitter
      nvim-treesitter-parsers.http
    ];
    buildInputs = [ curl ];
    postPatch = ''
      substituteInPlace lua/kulala/config/init.lua \
        --replace 'curl_path = "curl"' 'curl_path = "${lib.getExe curl}"'
    '';
  };

  LanguageClient-neovim =
    let
      version = "0.1.161";
+1 −0
Original line number Diff line number Diff line
@@ -459,6 +459,7 @@ 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/sk1418/last256/,,
https://github.com/latex-box-team/latex-box/,,