mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
In order to use vim table mode over vimwiki native table formatting support you need to add the following vimwiki settings to your vimrc : ```vim let g:vimwiki_table_mappings=0 let g:vimwiki_table_auto_fmt=0 ```