vimPlugins.csvview-nvim: init at 2024-11-18

This commit is contained in:
"Gaetan Lepage" 2024-12-01 01:11:46 +01:00
parent ea5a824f19
commit 107d49c466
2 changed files with 13 additions and 0 deletions

View File

@ -2898,6 +2898,18 @@ final: prev:
meta.homepage = "https://github.com/chrisbra/csv.vim/";
};
csvview-nvim = buildVimPlugin {
pname = "csvview.nvim";
version = "2024-11-18";
src = fetchFromGitHub {
owner = "hat0uma";
repo = "csvview.nvim";
rev = "63b6585fc22bba2060e6dd4600bd2dd0b77dd446";
sha256 = "0615vjdiwij5j6qxa5hfvylq9swp0z6lm5xc38yk6yxhjrkcdvyg";
};
meta.homepage = "https://github.com/hat0uma/csvview.nvim/";
};
ctrlp-cmatcher = buildVimPlugin {
pname = "ctrlp-cmatcher";
version = "2015-10-15";

View File

@ -240,6 +240,7 @@ https://github.com/saecki/crates.nvim/,,
https://github.com/godlygeek/csapprox/,,
https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD,
https://github.com/chrisbra/csv.vim/,,
https://github.com/hat0uma/csvview.nvim/,HEAD,
https://github.com/JazzCore/ctrlp-cmatcher/,,
https://github.com/FelikZ/ctrlp-py-matcher/,,
https://github.com/amiorin/ctrlp-z/,,