From cd7305394491c4506bc15395a68d7437c4952514 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 21 Dec 2021 12:48:51 +0100 Subject: tv vim: admit nftables --- tv/2configs/vim.nix | 1 + tv/5pkgs/vim/nix.nix | 1 + 2 files changed, 2 insertions(+) (limited to 'tv') diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index c0125ecf..fed74c92 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -25,6 +25,7 @@ let { pkgs.tv.vimPlugins.vim pkgs.vimPlugins.fzfWrapper pkgs.vimPlugins.undotree + pkgs.vimPlugins.vim-nftables ]; dirs = { diff --git a/tv/5pkgs/vim/nix.nix b/tv/5pkgs/vim/nix.nix index c121d815..6715af73 100644 --- a/tv/5pkgs/vim/nix.nix +++ b/tv/5pkgs/vim/nix.nix @@ -136,6 +136,7 @@ with import ; javascript.extraStart = comment "js"; lua = {}; markdown.extraStart = writerExt "md"; + nftables = {}; #nginx = {}; python.extraStart = alts [ (comment "py") -- cgit v1.2.3