vim: add more patters to tabular
This commit is contained in:
parent
bb59168c52
commit
89d7683edc
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,9 @@ return packer().startup(function(use)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
config = function()
|
config = function()
|
||||||
vim.cmd [[AddTabularPattern first_comma /^[^,]*\zs,/l0c1l0]]
|
vim.cmd [[ AddTabularPattern! first_comma /^[^,]*\zs,/ ]]
|
||||||
|
vim.cmd [[ AddTabularPattern! first_colon /^[^:]*\zs:/ ]]
|
||||||
|
vim.cmd [[ AddTabularPattern! first_equal /^[^=]*\zs=/ ]]
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue