feat(nvim): add nftables syntax support

This commit is contained in:
Price Hiller 2023-08-03 06:59:07 -05:00
parent afd4117f4e
commit 14f5a39b72
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -840,6 +840,11 @@ lazy.setup({
}) })
end, end,
}, },
-- Nftables Syntax support
{
"nfnty/vim-nftables",
},
}, { }, {
checker = { checker = {
enabled = true, enabled = true,