mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
5 lines
124 B
Lua
5 lines
124 B
Lua
-- tabular,使用:Tab /=来格式化等号之类,特使符号要转义如:Tabularize /\/
|
||
return {
|
||
'godlygeek/tabular'
|
||
}
|
||
|