Skip to content

Commit

Permalink
vimPlugins.csvview-nvim: init at 2024-11-18 (#360611)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 1, 2024
2 parents ea5a824 + 107d49c commit 22cbea2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit 22cbea2

Please sign in to comment.