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-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
2021-03-03
fix: remove gotos because this breaks lua 5.1 (#583)
TJ DeVries
2021-02-27
fix: a lot of small things and adds more customization for caret (#554)
Simon Hauser
2021-02-22
feat: Action improvements (#472)
TJ DeVries
2021-01-27
Undo #465 (#469)
anott03
2021-01-25
fix: move to actions.select as default action (#465)
anott03
2020-12-27
feat: all entry_makers are now overridable and icons for builtin.buffers (#364)
tamago324
2020-12-20
LSP check capabilities (#356)
Senghan Bright
2020-12-19
More colours (#351)
Senghan Bright
2020-12-18
Add more colour (#346)
Senghan Bright
2020-12-14
fix: Checks for next server on buffer
TJ DeVries
2020-12-09
ci: Add luacheck ci job (#317)
Simon Hauser
2020-12-09
Feat: Opt in vim buffers for previewers (#298)
Simon Hauser
2020-11-28
feat: add lsp range code actions (#297)
windwp
[next]