Skip to content

Commit 22cbea2

Browse files
authored
vimPlugins.csvview-nvim: init at 2024-11-18 (#360611)
2 parents ea5a824 + 107d49c commit 22cbea2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,18 @@ final: prev:
28982898
meta.homepage = "https://github.com/chrisbra/csv.vim/";
28992899
};
29002900

2901+
csvview-nvim = buildVimPlugin {
2902+
pname = "csvview.nvim";
2903+
version = "2024-11-18";
2904+
src = fetchFromGitHub {
2905+
owner = "hat0uma";
2906+
repo = "csvview.nvim";
2907+
rev = "63b6585fc22bba2060e6dd4600bd2dd0b77dd446";
2908+
sha256 = "0615vjdiwij5j6qxa5hfvylq9swp0z6lm5xc38yk6yxhjrkcdvyg";
2909+
};
2910+
meta.homepage = "https://github.com/hat0uma/csvview.nvim/";
2911+
};
2912+
29012913
ctrlp-cmatcher = buildVimPlugin {
29022914
pname = "ctrlp-cmatcher";
29032915
version = "2015-10-15";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ https://github.com/saecki/crates.nvim/,,
240240
https://github.com/godlygeek/csapprox/,,
241241
https://github.com/Decodetalkers/csharpls-extended-lsp.nvim/,HEAD,
242242
https://github.com/chrisbra/csv.vim/,,
243+
https://github.com/hat0uma/csvview.nvim/,HEAD,
243244
https://github.com/JazzCore/ctrlp-cmatcher/,,
244245
https://github.com/FelikZ/ctrlp-py-matcher/,,
245246
https://github.com/amiorin/ctrlp-z/,,

0 commit comments

Comments
 (0)