vimPlugins.vim-characterize: init at 2024-11-14 (#388585)

This commit is contained in:
Gaétan Lepage
2025-03-10 03:24:58 +01:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -15479,6 +15479,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
vim-characterize = buildVimPlugin {
pname = "vim-characterize";
version = "2024-11-14";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-characterize";
rev = "a8bffac6cead6b2869d939ecad06312b187a4c79";
sha256 = "0v00jq0wx2zvcyh3k8rscvq1lgp4hyb1fkjwsygyynnbcaimms8z";
};
meta.homepage = "https://github.com/tpope/vim-characterize/";
meta.hydraPlatforms = [ ];
};
vim-choosewin = buildVimPlugin {
pname = "vim-choosewin";
version = "2021-04-22";
@@ -1187,6 +1187,7 @@ https://github.com/isobit/vim-caddyfile/,HEAD,
https://github.com/tpope/vim-capslock/,,
https://github.com/kristijanhusak/vim-carbon-now-sh/,,
https://github.com/m-pilia/vim-ccls/,,
https://github.com/tpope/vim-characterize/,HEAD,
https://github.com/t9md/vim-choosewin/,,
https://github.com/rhysd/vim-clang-format/,,
https://github.com/guns/vim-clojure-highlight/,,