nvim-lua/wishlist

Orgmode-like table completion

Open

#28 建立於 2021年7月28日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人) (0 fork)github user discovery
help wantedidea

倉庫指標

Star
 (249 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南