feat(nvim): set table mode header fillchar

This commit is contained in:
Price Hiller 2023-10-31 05:06:04 -05:00
parent 0bc63fdfd1
commit 6e2330235f
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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
}
}