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

This commit is contained in:
CnTeng 2024-08-23 22:31:55 +08:00 committed by Gaétan Lepage
parent a73f58a36a
commit f5d029a286
3 changed files with 25 additions and 0 deletions

View File

@ -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";

View File

@ -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";

View File

@ -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/,,