nvim-lua/wishlist

Orgmode-like table completion

Open

#28 aperta il 28 lug 2021

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari) (0 fork)github user discovery
help wantedidea

Metriche repository

Star
 (249 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

What? I'm looking for a special kind of completion, that I only ever saw in emacs orgmode: table completion ( you tab inside a markdown table and it is completed foe you)

Why? Vim is about repeatable atomic edits, but it just doesn't work with tables. A smarter completion is required in these cases.

Potential existing implementations: There is an orgmode plugin for neovim that I didn't try, but I don't need all this functionality.

Potential pitfalls: One of the things that could be challenging is detecting when you're inside a table. Also, this could mess up with the tab completion. Maybe emacs way of doing it is not the best idea for neovim. Maj+enter could be a good keybinding for that. And I have no idea how that could integrate with treesiter.

Guida contributor