mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim/lua/user/icons.lua: add filetypes
This commit is contained in:
parent
482160961b
commit
4b0d9cb482
1 changed files with 5 additions and 0 deletions
|
|
@ -120,4 +120,9 @@ return {
|
||||||
TypeParameter = "",
|
TypeParameter = "",
|
||||||
Spell = "",
|
Spell = "",
|
||||||
},
|
},
|
||||||
|
filetypes = {
|
||||||
|
php = "",
|
||||||
|
phpunit = "",
|
||||||
|
laravel = ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue