Commit b5591fd
Venkata Subramani Renduchintala
fix(lsp): remove deprecated vim.lsp.with() and unmaintained lsp-lens.nvim
Replace vim.lsp.with() (removed in Nvim 0.12) with a direct handler
wrapper in lua/lsp/handlers.lua.
Remove VidocqH/lsp-lens.nvim: unmaintained since 2023 and calls
client.supports_method via dot notation which errors in Nvim 0.13.1 parent 2f45bb4 commit b5591fd
3 files changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | 81 | | |
83 | 82 | | |
84 | 83 | | |
| |||
0 commit comments