fix: typo in parameter group
authorMitchell Gerber <mgerber@adventhp.com>
Thu, 20 Oct 2022 14:55:43 +0000 (09:55 -0500)
committerMitchell Gerber <mgerber@adventhp.com>
Thu, 20 Oct 2022 14:55:43 +0000 (09:55 -0500)
lua/dracula/groups.lua

index 30285fa9d34a86fcb8744c4bc74f2c69b6bd0f1d..618043a6f39b6a86fbe0d395c28a3381d3152a85 100644 (file)
@@ -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, },