Nvim: update most of the plugins

This commit is contained in:
Robert Kmieć
2024-02-26 12:51:21 +01:00
parent 71f71cb3ce
commit c55b301dc4
34 changed files with 439 additions and 531 deletions

View File

@@ -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" }
}}