mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix(dot): can't match kitty conf file (#3042)
This commit is contained in:
parent
9b4675ddde
commit
5fb4cf0d36
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ return {
|
||||||
pattern = {
|
pattern = {
|
||||||
[".*/waybar/config"] = "jsonc",
|
[".*/waybar/config"] = "jsonc",
|
||||||
[".*/mako/config"] = "dosini",
|
[".*/mako/config"] = "dosini",
|
||||||
[".*/kitty/*.conf"] = "bash",
|
[".*/kitty/.+%.conf"] = "bash",
|
||||||
[".*/hypr/.*%.conf"] = "hyprlang",
|
[".*/hypr/.+%.conf"] = "hyprlang",
|
||||||
["%.env%.[%w_.-]+"] = "dotenv",
|
["%.env%.[%w_.-]+"] = "dotenv",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue