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

nvim: update

This commit is contained in:
Henrik Hautakoski 2024-08-25 16:03:19 +02:00
parent 3f00eddbfe
commit 884f1970a7
7 changed files with 36 additions and 34 deletions

View file

@ -110,9 +110,10 @@ return {
["@markup.italic"] = { fg = colors.green },
-- PHP specific
["@keyword.import.php"] = { link = "@keyword" },
["@class_name.php"] = { link = "@text" },
["@extend_name.php"] = { link = "@text" },
["@implements_name.php"] = { link = "@text" },
["@implement_name.php"] = { link = "@text" },
["@namespace_name.php"] = { link = "@text" },
["@namespace_alias.php"] = { link = "@text" },
}