Skip to content

Commit

Permalink
fix: only apply hypr ft to .conf files
Browse files Browse the repository at this point in the history
fixes #3
  • Loading branch information
luckasRanarison committed Aug 29, 2023
1 parent cbbeec0 commit 2c10c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/init.lua
@@ -1,3 +1,3 @@
vim.filetype.add({
pattern = { ["~/.config/hypr/.*"] = "hypr" },
pattern = { ["~/.config/hypr/.*%.conf"] = "hypr" },
})

0 comments on commit 2c10c62

Please sign in to comment.