refactor(nvim): use '|' for table corner

This commit is contained in:
Price Hiller 2023-11-01 07:58:42 -05:00
parent 293d1e8f02
commit 9d8605d349
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -7,6 +7,7 @@ return {
init = function()
vim.g.table_mode_always_active = 1
vim.g.table_mode_header_fillchar = '-'
vim.g.table_mode_corner = '|'
end
}
}