Commit c4f7dc7
authored
Fix: Type mismatch in nvim-cmp documentation configuration (#2182)
Resolved an `assign-type-mismatch` error reported by `lua_ls` when `cmp.config.disable` was used for documentation settings, where `vim.NIL` was incorrectly assigned.1 parent 0aa22f4 commit c4f7dc7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments