vim: add first_comma pattern to tabular
This commit is contained in:
parent
fa07d7f405
commit
e43563fdf3
1 changed files with 7 additions and 1 deletions
|
@ -133,7 +133,13 @@ return packer().startup(function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
use 'godlygeek/tabular'
|
||||
use {
|
||||
'godlygeek/tabular',
|
||||
|
||||
config = function()
|
||||
vim.cmd [[AddTabularPattern first_comma /^[^,]*\zs,/l0c1l0]]
|
||||
end,
|
||||
}
|
||||
|
||||
use 'tpope/vim-commentary'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue