diff options
| author | Yigit Sever | 2022-12-21 13:15:50 +0300 |
|---|---|---|
| committer | Yigit Sever | 2022-12-21 13:15:50 +0300 |
| commit | a1193c3bff8ca2686786564d9a4f929b06e0cb99 (patch) | |
| tree | c9dd53ff3e667ac8276d286d3b34ce70b63e6f52 /.config/nvim/after | |
| parent | 86cf7e438b251029de56271d08b75aca6bb3dfca (diff) | |
| download | dotfiles-a1193c3bff8ca2686786564d9a4f929b06e0cb99.tar.gz dotfiles-a1193c3bff8ca2686786564d9a4f929b06e0cb99.tar.bz2 dotfiles-a1193c3bff8ca2686786564d9a4f929b06e0cb99.zip | |
revert(nvim): duplicate tabular spaces
tabular apparently defines bunch of useful patterns without documenting them anywhere
Diffstat (limited to '.config/nvim/after')
| -rw-r--r-- | .config/nvim/after/plugin/tabular_extra.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/after/plugin/tabular_extra.vim b/.config/nvim/after/plugin/tabular_extra.vim index 23007af..28713ca 100644 --- a/.config/nvim/after/plugin/tabular_extra.vim +++ b/.config/nvim/after/plugin/tabular_extra.vim | |||
| @@ -12,4 +12,3 @@ vmap <Leader>t: :Tabularize /:\zs<CR> | |||
| 12 | 12 | ||
| 13 | AddTabularPattern first_comma /^[^,]*\zs,/r0c0l0 | 13 | AddTabularPattern first_comma /^[^,]*\zs,/r0c0l0 |
| 14 | AddTabularPattern first_colon /^[^:]*\zs:/r0c0l0 | 14 | AddTabularPattern first_colon /^[^:]*\zs:/r0c0l0 |
| 15 | AddTabularPattern spaces /\s\+\zs\s/l1c0 | ||
