mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
vimPlugins.one-small-step-for-vimkind: init at 2024-11-07
This commit is contained in:
parent
a0e9eae3d8
commit
0b163fa12a
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user