From 9a22772a2d517098b6a6066f5e7a06a83f6d3495 Mon Sep 17 00:00:00 2001 From: "\"Andrew Zah\"" <"zah@andrewzah.com"> Date: Sun, 12 Oct 2025 19:14:11 +0900 Subject: [PATCH] vimPlugins.accent-vim: init at 2025-01-29 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 6d764c542901..a3f086b02c65 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 4ae5286aa82a..3d0c63bfeb8f 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,