Nvim: csv and action preview
This commit is contained in:
12
.config/nvim/lua/plugins/csv.lua
Normal file
12
.config/nvim/lua/plugins/csv.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
-- :DataViewer
|
||||
-- :DataViewer [filepath] [filetype]
|
||||
-- :DataViewerNextTable
|
||||
-- :DataViewerPrevTable
|
||||
|
||||
'vidocqh/data-viewer.nvim',
|
||||
opts = {},
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user