feat(dot): add dotenv for dotfiles

This commit is contained in:
Rubin Bhandari 2024-03-31 17:36:50 +05:45
parent 5646ee5191
commit 1af2860ea9

View file

@ -19,11 +19,15 @@ return {
vim.filetype.add({
extension = { rasi = "rasi" },
filename = {
[".env"] = "dotenv",
},
pattern = {
[".*/waybar/config"] = "jsonc",
[".*/mako/config"] = "dosini",
[".*/kitty/*.conf"] = "bash",
[".*/hypr/.*%.conf"] = "hyprlang",
["%.env%.[%w_.-]+"] = "dotenv",
},
})