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
No known key found for this signature in database

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