Skip to content

Commit

Permalink
fix(typo): Underliyne to Underline (#60)
Browse files Browse the repository at this point in the history
chore(typo): `Underliyne` to `Underline`
  • Loading branch information
westernwontons authored Jul 11, 2023
1 parent 2fe033c commit 4a7a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrotheme/groups/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local function callback()
DiagnosticWarn = { fg = warn },
DiagnosticUnderlineError = { sp = error, undercurl = true },
DiagnosticUnderlineHint = { sp = hint, undercurl = true },
DiagnosticUnderliyneInfo = { sp = info, undercurl = true },
DiagnosticUnderlineInfo = { sp = info, undercurl = true },
DiagnosticUnderlineWarn = { sp = warn, undercurl = true },
LspCodeLens = { fg = C.ui.none_text },
LspCodeLensSeparator = { fg = C.ui.none_text },
Expand Down

0 comments on commit 4a7a8c1

Please sign in to comment.