mirror of https://github.com/LazyVim/starter
7 lines
151 B
Lua
7 lines
151 B
Lua
|
return {
|
||
|
"kiran94/edit-markdown-table.nvim",
|
||
|
config = true,
|
||
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||
|
cmd = "EditMarkdownTable",
|
||
|
}
|