Skip to content

Releases: SpollaL/datasight.nvim

v0.1.0

01 Apr 21:08

Choose a tag to compare

Initial release of datasight.nvim.

Features

  • Open CSV and Parquet files in datasight via :Datasight or <leader>ds
  • Centered floating terminal window with configurable size and border
  • Optional auto-open when editing .csv or .parquet files
  • :checkhealth datasight support
  • Input validation with clear error messages

Requirements

  • Neovim >= 0.7
  • datasight binary on your PATH

Installation

-- lazy.nvim
{ "SpollaL/datasight.nvim", opts = {} }