diff options
| author | Mathijs Bakker <mathijs_bakker@me.com> | 2022-03-24 20:59:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-24 20:59:41 +0100 |
| commit | 503db70a6a82ff4847593e5830c05082db39faa0 (patch) | |
| tree | a57d20b8ac2537a3a02b7aae69e4eb79a4965abd /lua/telescope | |
| parent | 1a72a92b641e1dab42036c07e2571b43c55bfaa1 (diff) | |
fix: typo in a LSP error message (#1805)
Diffstat (limited to 'lua/telescope')
| -rw-r--r-- | lua/telescope/builtin/lsp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/lsp.lua b/lua/telescope/builtin/lsp.lua index e22c670..aaa5e6f 100644 --- a/lua/telescope/builtin/lsp.lua +++ b/lua/telescope/builtin/lsp.lua @@ -171,7 +171,7 @@ lsp.code_actions = function(opts) ) if err then - utils.notify("builin.lsp_code_actions", { + utils.notify("builtin.lsp_code_actions", { msg = err, level = "ERROR", }) |
