mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(dot): add more file types
This commit is contained in:
parent
cc2f6a1faf
commit
1d7cc3c745
1 changed files with 2 additions and 1 deletions
|
|
@ -35,9 +35,10 @@ return {
|
|||
end
|
||||
|
||||
vim.filetype.add({
|
||||
extension = { rasi = "rasi" },
|
||||
extension = { rasi = "rasi", rofi = "rasi", wofi = "rasi" },
|
||||
filename = {
|
||||
[".env"] = "dotenv",
|
||||
["vifmrc"] = "vim",
|
||||
},
|
||||
pattern = {
|
||||
[".*/waybar/config"] = "jsonc",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue