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