1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-17 03:30:01 +02:00

nvim/lua/user/icons.lua: add filetypes

This commit is contained in:
Henrik Hautakoski 2024-11-22 09:59:47 +01:00
parent 482160961b
commit 4b0d9cb482

View file

@ -120,4 +120,9 @@ return {
TypeParameter = "",
Spell = "",
},
filetypes = {
php = "󰌟",
phpunit = "󰙨",
laravel = ""
}
}