ftdetect: nftables
This commit is contained in:
parent
babd4bc6f5
commit
c5a3ea61cd
|
@ -3,6 +3,7 @@ vim.filetype.add({
|
||||||
["vtt"] = "vtt",
|
["vtt"] = "vtt",
|
||||||
["typ"] = "typst",
|
["typ"] = "typst",
|
||||||
["sc"] = "scala",
|
["sc"] = "scala",
|
||||||
|
["nft"] = "nftables",
|
||||||
},
|
},
|
||||||
filename = {
|
filename = {
|
||||||
[".scalafmt.conf"] = "hocon",
|
[".scalafmt.conf"] = "hocon",
|
||||||
|
@ -10,6 +11,7 @@ vim.filetype.add({
|
||||||
["neomuttrc"] = "neomutt",
|
["neomuttrc"] = "neomutt",
|
||||||
["template"] = "sh",
|
["template"] = "sh",
|
||||||
["mbsyncrc"] = "mbsyncrc",
|
["mbsyncrc"] = "mbsyncrc",
|
||||||
|
["nftables.conf"] = "nftables",
|
||||||
},
|
},
|
||||||
pattern = {
|
pattern = {
|
||||||
["${XDG_CONFIG_HOME}/kitty/*.conf"] = "kitty",
|
["${XDG_CONFIG_HOME}/kitty/*.conf"] = "kitty",
|
||||||
|
|
Loading…
Reference in a new issue