File: control

package info (click to toggle)
vim-easy-align 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: sh: 9; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,419 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
23
24
25
26
27
28
29
30
31
32
33
Source: vim-easy-align
Section: editors
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: Kirill Rekhov <krekhov.dev@gmail.com>
Build-Depends: debhelper-compat (= 13), dh-sequence-vim-addon
Homepage: https://github.com/junegunn/vim-easy-align
Vcs-Git: https://salsa.debian.org/vim-team/vim-easy-align.git
Vcs-Browser: https://salsa.debian.org/vim-team/vim-easy-align
Standards-Version: 4.7.2
Rules-Requires-Root: no

Package: vim-easy-align
Architecture: all
Depends: ${misc:Depends}, ${vim-addon:Depends}
Description: Simple, easy-to-use Vim alignment plugin
 Vim-easy-align is a powerful yet simple Vim plugin for aligning text quickly
 and easily. It supports various alignment styles and can be customized to fit
 specific needs. Whether aligning code, tables, or other text, vim-easy-align
 makes the process straightforward and efficient.
 .
 This plugin is particularly useful for developers and anyone who needs to keep
 their text well-organized. It integrates seamlessly with Vim and provides a
 range of commands and options to handle different alignment scenarios.
 .
 Key features include:
  - Easy installation and setup
  - Support for multiple alignment styles
  - Customizable alignment patterns
  - Integration with other Vim plugins
 .
 With vim-easy-align, productivity can be enhanced and clean, readable text can
 be maintained in the Vim environment.