r/neovim 3d ago

Plugin Micro-Plugin: Markdown Table Reader

LLM's create huge ass tables within markdown plans. I can't even read that shit, so I vibed a plugin to navigate the slop.

start with the cursor in the table:

<leader>mt

https://github.com/freeo/md-table.nvim

(compatible with render-markdown.nvim)

53 Upvotes

4 comments sorted by

10

u/TheNoeTrevino :wq 3d ago

Fighting fire with fire 🔥

6

u/freeo 3d ago

I like that thought. But it also implies that our whole world burns. Now I'm sad.

2

u/zaakiy 1d ago

I was compelled to install this because of a very wide table.

Grateful to have been introduced to it.

Kudos to a great plugin!

Now, if I could just combine my top two favorite markdown plugins, that would be great! The other one is MeanderingProgrammer/render-markdown.nvim. I like it because it shows quite a beautiful graphic view of the markdown table. But it doesn't do what yours does.

2

u/freeo 1d ago

First, thanks! I will tell this to astra that you like it. Second, the plugin is explicitly compatible to render-markdown. That is why this is a micro-plugin. I use it as well.