diff --git a/nvim/lua/user/icons.lua b/nvim/lua/user/icons.lua index 8f0727e..af8252e 100644 --- a/nvim/lua/user/icons.lua +++ b/nvim/lua/user/icons.lua @@ -120,4 +120,9 @@ return { TypeParameter = "", Spell = "", }, + filetypes = { + php = "󰌟", + phpunit = "󰙨", + laravel = "" + } }