1
0
Fork 0

Enabling nftables support globally within vim.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-25 22:23:37 +02:00
parent e6c4785989
commit 7a90f221af
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 5 additions and 11 deletions

6
debian/control vendored
View file

@ -19,12 +19,8 @@ Package: vim-nftables
Section: editors
Architecture: all
Depends:
vim-runtime (>= 2:9.1)
${misc:Depends},
Recommends:
vim-addon-manager,
Description: syntax highlighting for nftables configuration files
The vim-nftables package provides filetype detection and syntax highlighting
for nftables configuration files.
.
As per the Debian vim policy, installed addons are not activated
automatically, but the "vim-addon-manager" tool can be used for this purpose.

View file

@ -1,6 +1,4 @@
ftdetect/* /usr/share/vim/addons/ftdetect
ftplugin/* /usr/share/vim/addons/ftplugin
indent/* /usr/share/vim/addons/indent
syntax/* /usr/share/vim/addons/syntax
debian/local/registry/* /usr/share/vim/registry
ftdetect/* /usr/share/vim/vim91/ftdetect
ftplugin/* /usr/share/vim/vim91/ftplugin
indent/* /usr/share/vim/vim91/indent
syntax/* /usr/share/vim/vim91/syntax