feat(dot): add more file types

This commit is contained in:
Rubin Bhandari 2024-03-31 21:17:14 +05:45
parent cc2f6a1faf
commit 1d7cc3c745

View file

@ -35,9 +35,10 @@ return {
end
vim.filetype.add({
extension = { rasi = "rasi" },
extension = { rasi = "rasi", rofi = "rasi", wofi = "rasi" },
filename = {
[".env"] = "dotenv",
["vifmrc"] = "vim",
},
pattern = {
[".*/waybar/config"] = "jsonc",