summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-01-17Merge pull request #16907 from neovim/backport-16906-to-release-0.6James McCoy1
2022-01-09feat(lua): add notify_once() (#17010)github-actions[bot]2
2022-01-08fix(lsp): only send command and args in executeCommand (#17002)github-actions[bot]1
2022-01-08fix(lsp): resolve bufnr for get_lines (#16997)github-actions[bot]1
2022-01-04fix(lsp): explicitly pass bufnr in didSave handlerMichael Lingelbach1
2022-01-02fix(lsp): always use target bufnr in location handler (#16880)github-actions[bot]1
2021-12-29chore: fix typos in doc and Lua filesdundargoc5
2021-12-26fix(uri): change scheme pattern to not include the comma character (#16798)github-actions[bot]1
2021-12-25refactor(lsp): remove usage of deprecated function (#16787)Michael Lingelbach2
2021-12-25fix(lsp): fix `nil`-index behavior for UTF-8 in `_str_*index_enc` methods (#1...github-actions[bot]1
2021-12-25feat(lsp,diagnostic): open folds in jump-related functions (#16784)github-actions[bot]2
2021-12-25fix(lsp): handle offset encoding (#16783)github-actions[bot]2
2021-12-25feat(lsp): use `vim.ui.select` for selecting lsp client (#16782)github-actions[bot]1
2021-12-25fix(lsp): call config on_exit handler before context is cleared (#16781)github-actions[bot]1
2021-12-21feat(lsp): add buf_detach_client (#16741)github-actions[bot]1
2021-12-21 fix(lsp): correctly align start and end range to codepoints during increment...github-actions[bot]1
2021-12-19fix(lsp): avoid attaching to unloaded buffers (#16726)github-actions[bot]1
2021-12-17fix(diagnostic): respect "if_many" source option for virtual text (#16697)github-actions[bot]1
2021-12-17fix(diagnostic): assert that diagnostics have line number and column (#16687)github-actions[bot]1
2021-12-16refactor(diagnostic): remove hack (#16689)github-actions[bot]1
2021-12-15fix(ui): close floating window on BufLeave event (#16664)github-actions[bot]1
2021-12-10refactor: replace deprecated lua functions with their new versions (#16609)github-actions[bot]1
2021-12-08fix(diagnostic): set effective buffer number in autocmd (again) (#16590)github-actions[bot]1
2021-12-08fix(diagnostic): escape special chars in file names (#16588)github-actions[bot]1
2021-12-08refactor(diagnostic): remove bufnr parameter from open_float (#16587)github-actions[bot]1
2021-12-08docs(lsp): fix resolve_capabilities docstring (#16580)github-actions[bot]1
2021-12-08refactor(diagnostic): add warning to deprecated functions (#16575)github-actions[bot]2
2021-12-05docs(lsp): re-add client.requests documentation (#16533)github-actions[bot]1
2021-12-02fix(diagnostic): clamp diagnostics on negative line numbers (#16497)github-actions[bot]1
2021-12-01fix(diagnostic): set effective buffer number for DiagnosticChanged autocmd (#...github-actions[bot]1
2021-12-01fix(lsp): progress handlers should return vim.NIL on error (#16476)github-actions[bot]1
2021-11-30fix(lsp): change rpc start notify level to warn (#16467)Michael Lingelbach1
2021-11-30Merge pull request #16460 from dundargoc/chore/typosBjörn Linse6
2021-11-30docs(lsp): do not use nvim_command for Vimscript examplesGregory Anders1
2021-11-30docs(lsp): do not use | as argument separatorGregory Anders1
2021-11-30docs(lsp): add annotations for private functionsGregory Anders6
2021-11-29feat(lsp): add 'focus' option to open_floating_preview (#16465)Gregory Anders2
2021-11-29fix(lsp): do not attempt to index nil client in progress handler (#16463)Michael Lingelbach1
2021-11-28feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2
2021-11-27fix(diagnostic): make set() go through cache when calling show()Gregory Anders1
2021-11-27chore: fix typos (#16361)dundargoc12
2021-11-26fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman1
2021-11-26fix(lsp): send textDocument/didChange for each buffer (#16431)Michael Lingelbach1
2021-11-26fix(lsp): require bufnr for apply_text_edits (#16444)Michael Lingelbach2
2021-11-25feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders2
2021-11-25feat(lsp): use uv_spawn to check if server executable (#16430)Michael Lingelbach2
2021-11-25Merge pull request #16434 from gpanders/diagnostic-clampageMichael Lingelbach1
2021-11-24fix(diagnostic): do not focus floats in goto functions (#16433)Gregory Anders1
2021-11-24fix(diagnostic): don't clamp line numbers in setqflistGregory Anders1
2021-11-24fix(diagnostic): get line count per buffer when clampingGregory Anders1