vimPlugins.rainbow_csv: init at 2024-07-05 (#392674)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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/,,
|
||||
|
||||
Reference in New Issue
Block a user