File: control

package info (click to toggle)
vim-tabular 1.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: vim-tabular
Section: editors
Priority: optional
Maintainer: Andrea Capriotti <capriott@debian.org>
Build-Depends: debhelper-compat (= 13), dh-sequence-vim-addon
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/godlygeek/tabular
Vcs-Git: https://salsa.debian.org/debian/vim-tabular.git
Vcs-Browser: https://salsa.debian.org/debian/vim-tabular

Package: vim-tabular
Architecture: all
Depends: ${misc:Depends}, ${vim-addon:Depends}
Description: Vim script for text filtering and alignment
 Sometimes, it's useful to line up text. Naturally, it's nicer to have the
 computer do this for you, since aligning things by hand quickly becomes
 unpleasant. While there are other plugins for aligning text, the ones I've
 tried are either impossibly difficult to understand and use, or too simplistic
 to handle complicated tasks. This plugin aims to make the easy things easy and
 the hard things possible, without providing an unnecessarily obtuse interface.
 It's still a work in progress, and criticisms are welcome.