index
:
telescope.nvim.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
telescope
/
builtin
/
lsp.lua
Age
Commit message (
Expand
)
Author
2022-07-12
chore: remove deprecated functions / messages (#2063)
Simon Hauser
2022-07-01
break: prefix internal files and add deprecation messages (#2032)
Simon Hauser
2022-07-01
feat: refine with new_table
Fabian David Schmidt
2022-06-30
feat(builtin.lsp): implement builtin handlers for lsp.(incoming|outgoing)_cal...
Manuel
2022-06-30
refactor: make_entry more consistent (#1410)
Yorick Peterse
2022-06-30
break: deprecate utils.get_default utils.if_nil (#1545)
Simon Hauser
2022-05-18
fix: set tagstack when we jump with lsp in telescope (#1887)
dagle
2022-04-30
chore: adapt to resolved_capabilities deprecation (#1902)
Christian Clason
2022-04-25
break: remove lsp code actions (#1866)
Simon Hauser
2022-04-09
feat(lsp_references): include current line option
Simon Hauser
2022-04-08
fix: save position into jumplist before 'edit' action (#1234)
Joshua Cao
2022-03-26
chore: fix lint errors from latest ci run
Simon Hauser
2022-03-24
fix: typo in a LSP error message (#1805)
Mathijs Bakker
2022-03-13
feat: improve UX with vim.notify (#1763)
tami5
2022-03-11
feat(lsp_references): expose include_declaration option (default still true) ...
tami5
2022-02-14
fix: add opts.bufnr and opts.winnr to builtin picker (#1706)
James Trew
2022-01-28
fix(lsp): add missing offset encoding (#1718)
Chinmay Dalal
2022-01-18
fix: add offset encoding to `vim.lsp.util.locations_to_items()` call (#1694)
Chinmay Dalal
2022-01-18
fix: add offset encoding to `apply_workspace_edit` call (#1697)
Richard Mathieson
2022-01-14
fix (nightly): add offset encoding to vim.lsp.util.jump_to_location() call (#...
Chinmay Dalal
2021-12-10
feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)
Simon Hauser
2021-12-10
break: bump the minimum required neovim version to 0.6 or higher (#1549)
Simon Hauser
2021-12-05
fix: lsp concatenate err (#1558)
Jun
2021-12-02
fix: lsp_workspace_symbols (#1535)
Simon Hauser
2021-12-02
fix: make lsp_* async (#1506)
Chinmay Dalal
2021-11-13
fix: LSP code actions not working for some language servers (#1381)
klausweiss
2021-10-12
fix: Bug with nil action error (#1340)
Rafael Delboni
2021-10-12
feat: filtering for dynamic workspace symbols (#1336)
fdschmidt93
2021-10-07
fix: code action for rust analyzer (#1311)
Simon Hauser
2021-09-22
fix(lsp): check if action.command.arguments is nil (#1274)
Jose Alvarez
2021-09-15
feat: Remove version field if zero from codeaction calls (#738)
Matsu
2021-09-12
feat: lsp type definitions (#1224)
Rodrigodd
2021-09-05
fix(lsp): Handle new signature for lsp handlers
TJ DeVries
2021-08-20
feat(performance): Major performance improvements using async v2 from @oberbl...
TJ DeVries
2021-08-19
Allow range parameters on command parser (#1123)
Jan Steinke
2021-08-11
fix: builtin `list_or_jump` now handles non list replies from the server (#1101)
Marten Trip
2021-08-04
feat: add option jump_type to lsp_definitions and lsp_implementations (#1077)
zeertzjq
2021-08-04
fix: escape newlines in code action title (#1012)
Dhruv Manilawala
2021-07-23
chore: use stylua for formatting (#1040)
Simon Hauser
2021-07-08
Consistent filepath display and code cleanup. (#839)
caojoshua
2021-06-14
chore: use plenary.strings and remove strings functions from utils (#690)
JINNOUCHI Yasushi
2021-06-10
feat: add filtering by symbol(s) to lsp_{document,workspace}_symbols (#903)
fdschmidt93
2021-05-06
handle errors from buf_request_sync (#819)
William Boman
2021-04-20
fix: support multiple clients in lsp code actions (#722)
William Boman
2021-04-20
lsp: Implement lsp.implementations similar to lsp.definitions (#743)
Viktor Kojouharov
2021-04-13
added a new DynamicFinder (which can be used with rust_analyzer) (#705)
oberblastmeister
2021-04-03
Fix #707: lsp_workspace_symbols add support for multiple clients. (#718)
ovikk13
2021-03-09
feat: lsp definitions (#631)
oberblastmeister
2021-03-04
feat: workspace diagnostics, jump to and improved styling (#599)
fdschmidt93
2021-03-03
feat: lsp diagnostics and prefiltering by entry attribute (#543)
fdschmidt93
[next]