feat(nvim): add keybind to realign tables
This commit is contained in:
parent
4d4d99c8e5
commit
0ba5b094d1
@ -1,7 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"dhruvasagar/vim-table-mode",
|
||||
init = function ()
|
||||
keys = {
|
||||
{ ";;", "<cmd>TableModeRealign<CR>", desc = "Table Mode: Realign" }
|
||||
},
|
||||
init = function()
|
||||
vim.g.table_mode_always_active = 1
|
||||
vim.g.table_mode_header_fillchar = '-'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user