Enabling nftables support globally within vim.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
e6c4785989
commit
7a90f221af
2 changed files with 5 additions and 11 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -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.
|
||||
|
|
10
debian/vim-nftables.install
vendored
10
debian/vim-nftables.install
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue