This is an automated archive made by the Lemmit Bot.

The original was posted on /r/neovim by /u/vidocqh on 2023-11-03 10:59:09.


Both are simple utils.

DataViewer.nvim

DataViewer.nvim provides a table view for inspect data files.

Currently supports csv, tsv and sqlite.

Idea is from visidata, but I cannot let it works in color mode and it needs to open a terminal so I made this plugin. For those who want a more powerful tool, I recommend it.

AutoIndent.nvim

AutoIndent.nvim provides auto indenting like VSCode when cursor at the first column and press `` key.