mirror of
https://github.com/dhruvasagar/vim-table-mode.git
synced 2025-11-08 11:03:47 -05:00
Add config g:table_mode_ignore_align. Fix #145
* Disabled by default, if enabled directs table mode to ignore aligning based on alignment characters on the header and always left aligns
This commit is contained in:
@@ -36,3 +36,4 @@ let g:table_mode_syntax = 1
|
||||
let g:table_mode_auto_align = 1
|
||||
let g:table_mode_update_time = 500
|
||||
let g:table_mode_tableize_auto_border = 0
|
||||
let g:table_mode_ignore_align = 0
|
||||
|
||||
Reference in New Issue
Block a user