Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PLUGIN REQUEST] csvview.nvim #2409

Open
henrispriet opened this issue Oct 12, 2024 · 0 comments
Open

[PLUGIN REQUEST] csvview.nvim #2409

henrispriet opened this issue Oct 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@henrispriet
Copy link

henrispriet commented Oct 12, 2024

Field Description
Plugin csvview.nvim
Homepage https://github.com/hat0uma/csvview.nvim
Nixpkgs false

Extra Information

csvview.nvim is a lightweight CSV file viewer plugin for Neovim. With this plugin, you can easily view and edit CSV files within Neovim.

Features

  • Displays the CSV/TSV file in a tabular format using virtual text.
  • Dynamically updates the CSV view as you edit, ensuring a seamless editing experience.
  • Asynchronous parsing enables comfortable handling of large CSV files.
  • Supports two display modes:
    • highlight: Highlights the delimiter.
    • border: Displays the delimiter with │.
  • Customizable delimiter character.

NixVim specific

An auto-enable option would be nice. To automatically call CsvViewEnable for csv buffers.
Something like:

{
  #...

  plugins.csvview.autoEnable = {
    enabled = true;
    delimiter = ",";
  };
}
@henrispriet henrispriet added the enhancement New feature or request label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant