Skip to content

Commit

Permalink
feat(lsp): add icon for no-unused-vars in tsserver lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed May 8, 2022
1 parent 2041982 commit 44bae0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lsp/config.lua
Expand Up @@ -44,7 +44,8 @@ local codes = {
message = " Don't define variables you don't use",
icon = "",
"unused-local",
"@typescript-eslint/no-unused-vars"
"@typescript-eslint/no-unused-vars",
"no-unused-vars"
},
unused_function = {
message = " Don't define functions you don't use",
Expand Down

0 comments on commit 44bae0f

Please sign in to comment.