Commit 664667b
fix(showMessage): use on_message handler instead of _on_message
Fixes typo where M._on_message (undefined) was assigned as the LSP
handler instead of M.on_message. LSP window/showMessage was silently broken.
From upstream PR folke/noice.nvim#1103
Co-Authored-By: tris203 <tris203@users.noreply.github.com>1 parent 6b8fe6b commit 664667b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments