nvim/lua/plugins/filetypes.lua

6 lines
138 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" },
2024-07-25 17:11:32 +00:00
}