diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 2c911d26b5a1..129f65c346a2 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -12141,6 +12141,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + rainbow_csv = buildVimPlugin { + pname = "rainbow_csv"; + version = "2024-07-05"; + src = fetchFromGitHub { + owner = "mechatroner"; + repo = "rainbow_csv"; + rev = "3dbbfd7d17536aebfb80f571255548495574c32b"; + sha256 = "0zdhk1fhjdqsi9zlmhdnasg2kxik3lh3kpq7w1hmyf5z3dsmbzv5"; + }; + meta.homepage = "https://github.com/mechatroner/rainbow_csv/"; + meta.hydraPlatforms = [ ]; + }; + rainbow_parentheses-vim = buildVimPlugin { pname = "rainbow_parentheses.vim"; version = "2013-03-05"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 7fd33b6350bc..1a26f4013bc3 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -931,6 +931,7 @@ https://github.com/stefandtw/quickfix-reflector.vim/,, https://github.com/dannyob/quickfixstatus/,, https://github.com/jbyuki/quickmath.nvim/,HEAD, https://github.com/luochen1990/rainbow/,, +https://github.com/mechatroner/rainbow_csv/,HEAD, https://github.com/kien/rainbow_parentheses.vim/,, https://github.com/vim-scripts/random.vim/,, https://github.com/winston0410/range-highlight.nvim/,,