vimPlugins.one-small-step-for-vimkind: init at 2024-11-07 (#354337)

This commit is contained in:
Gaétan Lepage
2024-11-08 08:56:19 +01:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@@ -9930,6 +9930,18 @@ final: prev:
meta.homepage = "https://github.com/Almo7aya/openingh.nvim/";
};
one-small-step-for-vimkind = buildVimPlugin {
pname = "one-small-step-for-vimkind";
version = "2024-10-15";
src = fetchFromGitHub {
owner = "jbyuki";
repo = "one-small-step-for-vimkind";
rev = "ad065ad2c814249cfb9e344ce5b2b35d36fbc09f";
sha256 = "sha256-KIxEjUutHkPRUubZQO3ZaFUm9Lm3mUJ6p6HB6hLuJEM=";
};
meta.homepage = "https://github.com/jbyuki/one-small-step-for-vimkind/";
};
openscad-nvim = buildVimPlugin {
pname = "openscad.nvim";
version = "2024-04-13";

View File

@@ -447,6 +447,7 @@ https://github.com/Darazaki/indent-o-matic/,,
https://github.com/Yggdroot/indentLine/,,
https://github.com/ciaranm/inkpot/,,
https://github.com/jbyuki/instant.nvim/,HEAD,
https://github.com/jbyuki/one-small-step-for-vimkind/,HEAD,
https://github.com/pta2002/intellitab.nvim/,HEAD,
https://github.com/parsonsmatt/intero-neovim/,,
https://github.com/keith/investigate.vim/,,