tv vim: admit nftables

This commit is contained in:
tv 2021-12-21 12:48:51 +01:00
parent dbc54fb823
commit cd73053944
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ let {
pkgs.tv.vimPlugins.vim
pkgs.vimPlugins.fzfWrapper
pkgs.vimPlugins.undotree
pkgs.vimPlugins.vim-nftables
];
dirs = {

View File

@ -136,6 +136,7 @@ with import <stockholm/lib>;
javascript.extraStart = comment "js";
lua = {};
markdown.extraStart = writerExt "md";
nftables = {};
#nginx = {};
python.extraStart = alts [
(comment "py")