-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Attempt to tableize 123'456.7, 9'876'543.21 yields | 123'456.7, 9'876'543.21 | instead of the desired | 123'456.7 | 9'876'543.21 |. Same issue if using " instead of ', and across multiple lines, including when a mix of quote chars.
Config in Lazy:
{
'dhruvasagar/vim-table-mode',
-- ft = 'markdown',
keys = {
{ '<leader>tm', '<leader>tm' },
{ '<leader>tt', '<leader>tt', mode = 'v' },
{ '<leader>tr', '<leader>tr' },
},
config = function()
vim.g.table_mode_corner = '|'
vim.g.table_mode_update_time = 0
end,
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels