vimPlugins.accent-vim: init at 2025-01-29 (#451299)

This commit is contained in:
Gaétan Lepage
2025-10-12 11:21:47 +00:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -606,6 +606,19 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
accent-vim = buildVimPlugin {
pname = "accent.vim";
version = "2025-01-29";
src = fetchFromGitHub {
owner = "Alligator";
repo = "accent.vim";
rev = "54e0b255cb2c93555014197c8adc59d631c25696";
sha256 = "0mpap9348rmnnr3gma85xk5py84ax8gc54aj3n0w075yla5x0m0d";
};
meta.homepage = "https://github.com/Alligator/accent.vim/";
meta.hydraPlatforms = [ ];
};
ack-vim = buildVimPlugin {
pname = "ack.vim";
version = "2018-02-27";
@@ -45,6 +45,7 @@ https://github.com/svban/YankAssassin.vim/,HEAD,
https://github.com/vim-scripts/YankRing.vim/,,
https://github.com/ycm-core/YouCompleteMe/,,
https://github.com/vim-scripts/a.vim/,,
https://github.com/Alligator/accent.vim/,HEAD,
https://github.com/mileszs/ack.vim/,,
https://github.com/eikenb/acp/,,
https://github.com/aznhe21/actions-preview.nvim/,,