vimPlugins.intellitab-nvim: init at 2021-11-13

This commit is contained in:
"Gaetan Lepage" 2023-03-20 07:44:26 +01:00 committed by Gaetan Lepage
parent b1e462cad7
commit fd694a1b14
2 changed files with 13 additions and 0 deletions

View File

@ -3968,6 +3968,18 @@ final: prev:
meta.homepage = "https://github.com/jbyuki/instant.nvim/";
};
intellitab-nvim = buildVimPluginFrom2Nix {
pname = "intellitab.nvim";
version = "2021-11-13";
src = fetchFromGitHub {
owner = "pta2002";
repo = "intellitab.nvim";
rev = "a6c1a505865f6131866d609c52440306e9914b16";
sha256 = "19my464jsji7cb81h0agflzb0vmmb3f5kapv0wwhpdddcfzvp4fg";
};
meta.homepage = "https://github.com/pta2002/intellitab.nvim/";
};
intero-neovim = buildVimPluginFrom2Nix {
pname = "intero-neovim";
version = "2019-11-15";

View File

@ -332,6 +332,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/pta2002/intellitab.nvim/,HEAD,
https://github.com/parsonsmatt/intero-neovim/,,
https://github.com/keith/investigate.vim/,,
https://github.com/neutaaaaan/iosvkem/,,