Closed an-ca closed 4 years ago
@Luxoboy This is a known issue, in order to override it you must place your overrides in an after plugin in a directly such as after/ftplugin/table-mode-overrides.vim
I will try to add this to the documentation since there have been several issues opened for this exact issue.
Hello,
When I set
let g:table_mode_corner='+'
in my.vimrc
, alet b:table_mode_corner = '|'
is executed in theftplugin/markdown_tablemode.vim
which overrides the global setting – when opening a.md
file.I debugged that by launching Vim with the
-V20
option.Thanks!