nvim-lua / wishlist

A public catalogue of Lua plugins Neovim users would like to see exist
MIT License
235 stars 0 forks source link

Table Mode in Lua #32

Open max397574 opened 3 years ago

max397574 commented 3 years ago

https://github.com/dhruvasagar/vim-table-mode

this in lua

matu3ba commented 3 years ago

Can you come up with a short motivation what porting it to lua gives as advantage (ie a use case where that less input delay etc is essential or complicated stuff, ie formulas, are useful to do)? Performance- doesnt scale ideal in neovim due to underlying memory structure limiting editing performance on very long lines, so something crazy like excel-like wont work in neovim.