forked from mirrors/nixpkgs
vimPlugins.intellitab-nvim: init at 2021-11-13
This commit is contained in:
parent
b1e462cad7
commit
fd694a1b14
|
@ -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";
|
||||
|
|
|
@ -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/,,
|
||||
|
|
Loading…
Reference in a new issue