How to insert a newline in a table column? Is that possible? #281
-
How to insert a newline in a table column? Is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
MeanderingProgrammer
Jan 4, 2025
Replies: 1 comment 1 reply
-
I assume you mean when the table gets too wide, some ability to split a column into multiple lines. Unfortunately that's not really possible, at least as far as I know, spent some time looking into this earlier. This may change in the future. This is one of the limitations of not having a full rendering stack, we're working within the confines of what the neovim API provides without modifying the underlying buffer. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MeanderingProgrammer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you mean when the table gets too wide, some ability to split a column into multiple lines.
Unfortunately that's not really possible, at least as far as I know, spent some time looking into this earlier. This may change in the future.
This is one of the limitations of not having a full rendering stack, we're working within the confines of what the neovim API provides without modifying the underlying buffer.