nvim/lua/plugins/filetypes.lua

15 lines
156 B
Lua
Raw Normal View History

2024-07-25 17:11:32 +00:00
return {
{
"ledger/vim-ledger",
ft = "ledger",
},
{
"nfnty/vim-nftables",
ft = "nftables",
},
{
"jvirtanen/vim-hocon",
ft = "hocon",
},
}