Skip to content

Commit b791360

Browse files
mrtnvgrGaetanLepage
authored andcommitted
vimPlugins.langmapper-nvim: init at 2024-09-19
1 parent 4ada357 commit b791360

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5534,6 +5534,18 @@ final: prev:
55345534
meta.homepage = "https://github.com/qnighy/lalrpop.vim/";
55355535
};
55365536

5537+
langmapper-nvim = buildVimPlugin {
5538+
pname = "langmapper.nvim";
5539+
version = "2024-09-19";
5540+
src = fetchFromGitHub {
5541+
owner = "Wansmer";
5542+
repo = "langmapper.nvim";
5543+
rev = "ac74a80cb86e8b51e4a13ccb2ee540d544fe1c62";
5544+
sha256 = "1b2sjsi81r7m1pxxkisl4b2w2cag3v2i4andhn89gv6afzakvzka";
5545+
};
5546+
meta.homepage = "https://github.com/Wansmer/langmapper.nvim/";
5547+
};
5548+
55375549
last256 = buildVimPlugin {
55385550
pname = "last256";
55395551
version = "2020-12-09";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ https://github.com/b3nj5m1n/kommentary/,,
463463
https://github.com/udalov/kotlin-vim/,,
464464
https://github.com/mistweaverco/kulala.nvim/,HEAD,
465465
https://github.com/qnighy/lalrpop.vim/,,
466+
https://github.com/Wansmer/langmapper.nvim/,HEAD,
466467
https://github.com/sk1418/last256/,,
467468
https://github.com/latex-box-team/latex-box/,,
468469
https://github.com/dundalek/lazy-lsp.nvim/,HEAD,

0 commit comments

Comments
 (0)