File: control

package info (click to toggle)
neovim-gitsigns 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 668 kB
  • sloc: makefile: 94; sh: 18
file content (26 lines) | stat: -rw-r--r-- 795 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
Source: neovim-gitsigns
Section: editors
Priority: optional
Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
Uploaders: Carl Keinath <carl.keinath@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-vim-addon,
Standards-Version: 4.7.2
Homepage: https://github.com/lewis6991/gitsigns.nvim
Vcs-Browser: https://salsa.debian.org/vim-team/neovim-gitsigns
Vcs-Git: https://salsa.debian.org/vim-team/neovim-gitsigns.git

Package: neovim-gitsigns
Architecture: all
Depends:
 ${misc:Depends},
 ${vim-addon:Depends},
 git,
Description: Git integration for buffers in Neovim
 gitsigns.nvim is a Lua plugin for Neovim that shows Git status
 directly in buffers. It displays signs for added, changed and
 deleted lines.
 .
 This is a neovim-only plugin.