Nvim: update most of the plugins
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
return {
|
||||
return {{
|
||||
-- :DataViewer
|
||||
-- :DataViewer [filepath] [filetype]
|
||||
-- :DataViewerNextTable
|
||||
@@ -8,5 +8,10 @@ return {
|
||||
opts = {},
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
}
|
||||
}
|
||||
},
|
||||
ft = { "csv" }
|
||||
},
|
||||
{
|
||||
"chrisbra/csv.vim",
|
||||
ft = { "csv" }
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user