summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/__lsp.lua
AgeCommit message (Collapse)Author
2023-03-22feat(treesitter): symbols & ignore symbols options (#2338)HEADmasterMaksym Klishevych
* feat(treesitter): symbols & ignore symbols options * renamed the function passed to utils.filter_symbols --------- Co-authored-by: Maksym Klishevych <max@klishevy.ch>
2023-02-19fix: apply jump_type only if the definition file is different from the ↵Luyu Huang
current file (#2324)
2022-11-11fix(lsp_references): not changing files if only 1 result (#2229)Andreas Guth
2022-11-06feat: add jump_type option for lsp_references (#2218)Gutyina Gergő
2022-09-17fix: don't include current line in lsp references if current_line=false (#2165)Marcus Caisey
2022-08-01fix: error due to concatenating table to string (#2108)Christoph Blessing
This commit fixes a bug that lead to an error because we tried to concatenate a table (`err`) to a string. Now we concatenate `err.message` (a string) to the string.
2022-07-07chore: reformat with stylua 0.14.0Simon Hauser
2022-07-03chore: make to_fuzzy_refine configurable (#2034)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser