From: Mitchell Gerber Date: Thu, 20 Oct 2022 14:55:43 +0000 (-0500) Subject: fix: typo in parameter group X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=d4c83125a4294d14408efa5a4531fc313ab73e7d;p=nvim-plugins%2Fflatwhite.git fix: typo in parameter group --- diff --git a/lua/dracula/groups.lua b/lua/dracula/groups.lua index 30285fa..618043a 100644 --- a/lua/dracula/groups.lua +++ b/lua/dracula/groups.lua @@ -149,7 +149,7 @@ local function setup(configs) ['@function.builtin'] = { fg = colors.cyan, }, ['@function'] = { fg = colors.green, }, ['@function.macro'] = { fg = colors.green, }, - ['@paramter'] = { fg = colors.orange, }, + ['@parameter'] = { fg = colors.orange, }, ['@parameter.reference'] = { fg = colors.orange, }, ['@method'] = { fg = colors.green, }, ['@field'] = { fg = colors.orange, },