Skip to content

Commit

Permalink
vimPlugins.intellitab-nvim: init at 2021-11-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Lepage authored and GaetanLepage committed Mar 20, 2023
1 parent b1e462c commit fd694a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit fd694a1

Please sign in to comment.