refactor(nvim): do not lazy load vim-table-mode

This commit is contained in:
Price Hiller 2023-11-03 16:48:00 -05:00
parent b9284bafc1
commit 4c9b21de1c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -4,6 +4,7 @@ return {
keys = {
{ ";;", "<cmd>TableModeRealign<CR>", desc = "Table Mode: Realign" }
},
lazy = false,
init = function()
vim.g.table_mode_always_active = 1
vim.g.table_mode_header_fillchar = '='