mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(dot): add dotenv for dotfiles
This commit is contained in:
parent
5646ee5191
commit
1af2860ea9
1 changed files with 4 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue