projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c17951
)
fix: typo in parameter group
author
Mitchell Gerber
<mgerber@adventhp.com>
Thu, 20 Oct 2022 14:55:43 +0000
(09:55 -0500)
committer
Mitchell Gerber
<mgerber@adventhp.com>
Thu, 20 Oct 2022 14:55:43 +0000
(09:55 -0500)
lua/dracula/groups.lua
patch
|
blob
|
history
diff --git
a/lua/dracula/groups.lua
b/lua/dracula/groups.lua
index 30285fa9d34a86fcb8744c4bc74f2c69b6bd0f1d..618043a6f39b6a86fbe0d395c28a3381d3152a85 100644
(file)
--- 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, },
+ ['@param
e
ter'] = { fg = colors.orange, },
['@parameter.reference'] = { fg = colors.orange, },
['@method'] = { fg = colors.green, },
['@field'] = { fg = colors.orange, },