mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): Add Tabular plugin and custom alignment groups
This commit is contained in:
6
nvim/after/plugin/tabular.vim
Normal file
6
nvim/after/plugin/tabular.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Custom Tabular Commands
|
||||
|
||||
AddTabularPattern! equals /^[^=]*\zs=/
|
||||
AddTabularPattern! ruby_hash /^[^=>]*\zs=>/
|
||||
AddTabularPattern! commas /,\s*\zs\s/l0
|
||||
AddTabularPattern! colons /^[^:]*:\s*\zs\s/l0
|
||||
Reference in New Issue
Block a user