clean up plugins

This commit is contained in:
Alexander Gehrke 2024-07-25 19:11:32 +02:00
parent 4103cdc4d2
commit babd4bc6f5
8 changed files with 96 additions and 68 deletions

14
lua/plugins/filetypes.lua Normal file
View file

@ -0,0 +1,14 @@
return {
{
"ledger/vim-ledger",
ft = "ledger",
},
{
"nfnty/vim-nftables",
ft = "nftables",
},
{
"jvirtanen/vim-hocon",
ft = "hocon",
},
}