Nvim: csv and action preview

This commit is contained in:
Robert Kmieć
2023-10-29 23:16:16 +01:00
parent c436875e4b
commit 050795801f
4 changed files with 36 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
return {
-- :DataViewer
-- :DataViewer [filepath] [filetype]
-- :DataViewerNextTable
-- :DataViewerPrevTable
'vidocqh/data-viewer.nvim',
opts = {},
dependencies = {
"nvim-lua/plenary.nvim",
}
}