Skip to content

Commit

Permalink
fix(dot): can't match kitty conf file (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Apr 23, 2024
1 parent 9b4675d commit 5fb4cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/lazyvim/plugins/extras/util/dot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ return {
pattern = {
[".*/waybar/config"] = "jsonc",
[".*/mako/config"] = "dosini",
[".*/kitty/*.conf"] = "bash",
[".*/hypr/.*%.conf"] = "hyprlang",
[".*/kitty/.+%.conf"] = "bash",
[".*/hypr/.+%.conf"] = "hyprlang",
["%.env%.[%w_.-]+"] = "dotenv",
},
})
Expand Down

0 comments on commit 5fb4cf0

Please sign in to comment.