dhruvasagar / vim-table-mode

VIM Table Mode for instant table creation.
2.11k stars 96 forks source link

g:table_mode_corner unresponsive in neovim #177

Closed sjhorst closed 4 years ago

sjhorst commented 4 years ago

I'm having a strange issue where setting g:table_mode_corner='+' does not seem to be working. The corner characters between cells remains a pipe character '|' which breaks pandoc's grid_tables extension. Setting g:table_mode_corner_corner='+' works fine. I'm running neovim 0.4.3.

dhruvasagar commented 4 years ago

Which filetype are you doing this in ? Markdown ?

sjhorst commented 4 years ago

Yes, working in markdown and applying the settings in my ftplugin directory.

fguiotte commented 4 years ago

I'm having the same issue (nvim v0.4.3).

g:table_mode_corner works for other filetypes (like .txt) but not for markdown.

dhruvasagar commented 4 years ago

@sjhorst @Karamaz0V1 Kindly refer to https://github.com/dhruvasagar/vim-table-mode/issues/172, let me know if that solves your problem.