aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(diagnostic): use correct field name for tags (#22835)Akin2023-03-31
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro2023-03-25
* fix(lsp): add missing silent check in lsp hover handler (#22763)Micah Halter2023-03-25
* fix(lsp): Jump to tag locations reliably when :ltag is used (#22750)meredith2023-03-23
* fix(lsp): kill buffers after renaming a directory #22618Ivan2023-03-14
* fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636hrsh7th2023-03-14
* fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...Dan Strokirk2023-03-13
* fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger2023-03-12
* refactor(lsp): remove _resolve_capabilities_compat (#22628)Raphael2023-03-11
* revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger2023-03-11
* perf(lsp): better binary search mid calculation in semantic token (#22607)Null Chilly2023-03-10
* fix(lsp): change LspTokenUpdate to use buffer instead of pattern (#22559)jdrouhard2023-03-07
* docs(lsp): change type annotations from number → integer (#22510)Jaehwang Jung2023-03-07
* feat(lsp)!: add rule-based sem token highlighting (#22022)swarn2023-03-06
* fix(lsp): don't monitor files if workspace_folders is nil (#22531)Mathias Fußenegger2023-03-05
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* fix(lsp): use buffer scheme for files not stored on disk (#22407)Mathias Fußenegger2023-03-01
* perf(lsp): only redraw the windows containing LSP tokensbfredl2023-02-28
* fix(lsp): fix some type annotations (#22397)Mathias Fußenegger2023-02-25
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* refactor(lsp): remove workaround for missing bit module (#22373)Mathias Fußenegger2023-02-23
* fix(lsp): check if the buffer is a directory before w! it (#22289)Eduard Baturin2023-02-18
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
* fix(lsp): assert workspace/applyEdit receives params (#21945)Mathias Fußenegger2023-01-22
* feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)kishii2023-01-21
* fix(lsp): fix `removed` param value in add_workspace_folder (#21915)Raphael2023-01-20
* docs(lsp): fix type annotation on convert_input_to_markdown_lines (#21772)Chris Kipp2023-01-12
* fix(lsp): revert semantic token gravity change from #21574 (#21763)jdrouhard2023-01-12
* docs(lsp): update buf_notify and rpc.notify params types (#21753)Chris Kipp2023-01-11
* feat(float): open float relative to mouse #21531Sebastian Lyng Johansen2023-01-10
* feat(lsp): show active clients in :checkhealth vim.lsp (#21670)Mathias Fußenegger2023-01-08
* fix(lsp): partially revert semantic token gravity change from #21574 (#21680)jdrouhard2023-01-08
* fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...2023-01-06
* docs(lua): adjust some type annotationsnotomo2023-01-04
* feat(lsp): add function to clear codelens (#21504)Mathias Fußenegger2022-12-31
* fix(lsp): adjust gravity of semantic tokens extmarks (#21574)jdrouhard2022-12-30
* fix(lsp): token_edit.data might be null on deletion (#21462)tiagovla2022-12-19
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* feat(lsp): add function to get semantic tokens at cursorChristian Clason2022-12-13
* feat(lsp): highlight semantic token modifiers (#21390)Christian Clason2022-12-12
* perf(lsp): update semantic tokens algorithm for parsing modifiers (#21383)jdrouhard2022-12-12
* docs #20986Justin M. Keyes2022-12-11
* fix(lsp): ignore null responses for semanticTokens request (#21364)fsouza2022-12-10
* fix(lsp): fix get_active_clients bufnr parameter (#21366)Mathias Fußenegger2022-12-09
* fix(lsp): correct some type annotations (#21365)Mathias Fußenegger2022-12-09
* fix(lsp): followup fixes for semantic tokens support (#21357)jdrouhard2022-12-09
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* refactor(lsp): remove deprecated vim.lsp.buf_get_clients calls (#21337)Raphael2022-12-08