Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Fix typo in sign_define arguments#34

Merged
haorenW1025 merged 1 commit intonvim-lua:masterfrom
kosayoda:patch-1
Jun 17, 2020
Merged

Fix typo in sign_define arguments#34
haorenW1025 merged 1 commit intonvim-lua:masterfrom
kosayoda:patch-1

Conversation

@kosayoda
Copy link
Copy Markdown
Contributor

Fixes typo in the example:

call sign_define("LspDiagnosticsErrorSign", {"text" : "E", "texthl" : "LspDiagnosticsError"})
call sign_define("LspDiagnosticsWarningSign", {"text" : "W", "texthl" : "LspDiagnosticsWarning"})
call sign_define("LspDiagnosticInformationSign", {"text" : "I", "texthl" : "LspDiagnosticsInformation"})
call sign_define("LspDiagnosticHintSign", {"text" : "H", "texthl" : "LspDiagnosticsHint"})

LspDiagnosticInformationSign -> LspDiagnosticsInformationSign
LspDiagnosticHintSign -> LspDiagnosticsHintSign

This commit adds the missing character 's' to "LspDiagnosticInformationSign" and "LspDiagnosticHintSign".
@haorenW1025 haorenW1025 merged commit e1eb698 into nvim-lua:master Jun 17, 2020
@haorenW1025
Copy link
Copy Markdown
Collaborator

Thanks for the fix:)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants