mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
Update dot.lua
automatic file detection for the hyprland config file
This commit is contained in:
parent
91126b9896
commit
b289b8dcde
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ return {
|
||||||
[".*/waybar/config"] = "jsonc",
|
[".*/waybar/config"] = "jsonc",
|
||||||
[".*/mako/config"] = "dosini",
|
[".*/mako/config"] = "dosini",
|
||||||
[".*/kitty/*.conf"] = "bash",
|
[".*/kitty/*.conf"] = "bash",
|
||||||
|
[".*/hyprland%.conf"] = "hyprlang",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue