Make table mode use pandoc tables
This commit is contained in:
parent
9a2712080d
commit
f609ac5112
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
@ -107,6 +107,10 @@ let g:vimtex_view_method = 'zathura'
|
|||
let g:user_emmet_leader_key="<C-l>"
|
||||
let g:user_emmet_install_global = 0
|
||||
|
||||
" Tables
|
||||
let g:table_mode_corner_corner='+'
|
||||
let g:table_mode_header_fillchar='='
|
||||
|
||||
|
||||
" Quick tex options {{{2
|
||||
" HTML {{{3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue