mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 13:08:32 +00:00
vimPlugins.csvview-nvim: init at 2024-11-18
This commit is contained in:
parent
ea5a824f19
commit
107d49c466
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user