| @ -1,6 +1,7 @@ | |||||
| return { | return { | ||||
| 'hat0uma/csvview.nvim', | |||||
| config = function() | |||||
| require('csvview').setup() | |||||
| end | |||||
| 'hat0uma/csvview.nvim', | |||||
| event = { "BufReadPre", "BufNewFile" }, | |||||
| config = function() | |||||
| require('csvview').setup() | |||||
| end | |||||
| } | } | ||||
| @ -1,4 +1,10 @@ | |||||
| return { | return { | ||||
| "nvim-lua/plenary.nvim", | |||||
| "ray-x/guihua.lua", | |||||
| { | |||||
| "nvim-lua/plenary.nvim", | |||||
| event = "VeryLazy", | |||||
| }, | |||||
| { | |||||
| "ray-x/guihua.lua", | |||||
| event = "VeryLazy", | |||||
| }, | |||||
| } | } | ||||