Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Decodetalkers/csv-tools.lua
for csv
https://github.com/Decodetalkers/csv-tools.lua
neovim
Last synced: 3 months ago
JSON representation
for csv
- Host: GitHub
- URL: https://github.com/Decodetalkers/csv-tools.lua
- Owner: Decodetalkers
- License: gpl-3.0
- Created: 2022-02-15T17:18:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T12:35:31.000Z (5 months ago)
- Last Synced: 2024-06-11T14:03:17.831Z (5 months ago)
- Topics: neovim
- Language: Lua
- Homepage:
- Size: 150 KB
- Stars: 24
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSV-tools
## Setup
should not setup or```lua
require("csvtools").setup({
before = 10,
after = 10,
clearafter = true,
-- this will clear the highlight of buf after move
showoverflow = true,
-- this will provide a overflow show
titelflow = true,
-- add an alone title})
```the number should be as small as possible
Above is the default setting
## Defaut key
| command | use |
| -- | -- |
| TopWindow | open a top window to show the key of csv|
| CloseWindow | close the top window|| key | use |
| -- | -- |
|\ td| close the topwindow ,both topwindow and csv buffer has |
|\ tf| open a new topwindow |
|\ tg| if remain the hightlight |
|\ tr| Remove overflow temporarily |## Example
You can try the csv in example
## TODO
* Make the top line and csv shown as a table