Skip to content

Commit

Permalink
Merge pull request #266892 from vhsconnect/init-themedtabs.nvim
Browse files Browse the repository at this point in the history
vimPlugins.themed-tabs-nvim: init at 2023-11-09
  • Loading branch information
GaetanLepage authored Aug 22, 2024
2 parents 3a63fea + 5183bab commit 6253ab7
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 @@ -11244,6 +11244,18 @@ final: prev:
meta.homepage = "https://github.com/johmsalas/text-case.nvim/";
};

themed-tabs-nvim = buildVimPlugin {
pname = "themed-tabs.nvim";
version = "2023-11-09";
src = fetchFromGitHub {
owner = "vhsconnect";
repo = "themed-tabs.nvim";
rev = "2ab0e463b929d717b58d10d600589e1ef642f7a4";
sha256 = "04i76ndixdi2vpavqb6dy0pf72a7gya4dsr6l1vyjmray45jbda0";
};
meta.homepage = "https://github.com/vhsconnect/themed-tabs.nvim/";
};

thesaurus_query-vim = buildVimPlugin {
pname = "thesaurus_query.vim";
version = "2022-12-11";
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 @@ -943,6 +943,7 @@ https://github.com/ternjs/tern_for_vim/,,
https://github.com/KeitaNakamura/tex-conceal.vim/,,
https://github.com/let-def/texpresso.vim/,HEAD,
https://github.com/johmsalas/text-case.nvim/,HEAD,
https://github.com/vhsconnect/themed-tabs.nvim/,HEAD,
https://github.com/ron89/thesaurus_query.vim/,,
https://github.com/itchyny/thumbnail.vim/,,
https://github.com/vim-scripts/timestamp.vim/,,
Expand Down

0 comments on commit 6253ab7

Please sign in to comment.