diff --git a/nvim/lua/user/plugins/ui/colorscheme.lua b/nvim/lua/user/plugins/ui/colorscheme.lua index d369ab9..4167f3d 100644 --- a/nvim/lua/user/plugins/ui/colorscheme.lua +++ b/nvim/lua/user/plugins/ui/colorscheme.lua @@ -95,7 +95,7 @@ local custom_highlights = function(colors) -- BlinkCmp BlinkCmpLabel = { link = 'CmpItemAbbr' }, BlinkCmpLabelMatch = { link = 'CmpItemAbbrMatch' }, - BlinkCmpLabelDeprecated = { link = 'CmpItemAbbrDeprecated'}, + BlinkCmpLabelDeprecated = { link = 'CmpItemAbbrDeprecated' }, BlinkCmpLabelDetail = { link = 'CmpItemMenu' }, BlinkCmpLabelDescription = { link = 'CmpItemMenu' }, @@ -127,6 +127,9 @@ local custom_highlights = function(colors) BlinkCmpKindOperator = { link = "CmpItemKindOperator" }, BlinkCmpKindTypeParameter = { link = "CmpItemKindTypeParameter" }, + -- DAP + DapStopped = { fg = colors.yellow }, + -- Neotest NeoTestWinSelect = { fg = colors.mauve }, NeoTestIndent = { fg = colors.surface1 }, @@ -144,10 +147,10 @@ local custom_highlights = function(colors) NeoTestMarked = { fg = colors.orange }, -- Diagnostics - DiagnosticUnderlineInfo = { style = {"undercurl"} }, - DiagnosticUnderlineHint = { style = {"undercurl"} }, - DiagnosticUnderlineWarn = { style = {"undercurl"} }, - DiagnosticUnderlineError = { style = {"undercurl"} }, + DiagnosticUnderlineInfo = { style = { "undercurl" } }, + DiagnosticUnderlineHint = { style = { "undercurl" } }, + DiagnosticUnderlineWarn = { style = { "undercurl" } }, + DiagnosticUnderlineError = { style = { "undercurl" } }, -- Markdown rendering RenderMarkdownCode = { bg = colors.crust }, @@ -198,11 +201,12 @@ local custom_highlights = function(colors) ["@punctuation.bracket"] = { link = "@punctuation" }, -- Comments - ["@punctuation.delimiter.comment"] = { link = "@Comment"}, + ["@punctuation.delimiter.comment"] = { link = "@Comment" }, ["@comment.error"] = { link = "@Comment" }, ["@comment.warning"] = { link = "@Comment" }, ["@comment.todo"] = { link = "@Comment" }, ["@comment.note.comment"] = { link = "@Comment" }, + ["@number.comment"] = { fg = colors.green }, -- LSP ["@lsp.type.property"] = { link = "@variable" }, diff --git a/phpactor/templates/laravel-facade/SourceCode.php.twig b/phpactor/templates/laravel-facade/SourceCode.php.twig new file mode 100644 index 0000000..717fc5d --- /dev/null +++ b/phpactor/templates/laravel-facade/SourceCode.php.twig @@ -0,0 +1,16 @@ +