Commit b223eb2
authored
lsp: implement goto features (#1030)
* Send doc text on didOpen
* Rename clap#for() to clap#open_provider()
* Notify didClose on BufDelete
* Impl lsp picker
* Introduce LanguageConfig
* various minor refactorings
* Separate syntax/sublime.rs
* .
* Impl on_move for lsp provider
* Disable lsp plugin by default
* Clippy fixes
* fixes1 parent 13801fc commit b223eb2
File tree
37 files changed
+1788
-857
lines changed- autoload
- clap
- impl
- plugin
- provider
- crates
- filter/src
- maple_core/src
- lsp
- stdio_server
- plugin
- syntax
- provider
- hooks
- impls
- dumb_jump
- tools
- git
- rg
- maple_lsp
- src
- matcher/src/algo
- paths
- src
37 files changed
+1788
-857
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments