feat(nvim): set table mode header fillchar
This commit is contained in:
parent
0bc63fdfd1
commit
6e2330235f
@ -3,6 +3,7 @@ return {
|
||||
"dhruvasagar/vim-table-mode",
|
||||
init = function ()
|
||||
vim.g.table_mode_always_active = 1
|
||||
vim.g.table_mode_header_fillchar = '-'
|
||||
end
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user