vimPlugins.rainbow_csv: init at 2024-07-05

This commit is contained in:
"Tom Cammann"
2025-03-24 10:18:47 +00:00
parent 48eb2dcd9e
commit 90ccfa5e71
2 changed files with 14 additions and 0 deletions
@@ -12076,6 +12076,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";
@@ -926,6 +926,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/,,