summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/completion.lua
AgeCommit message (Expand)AuthorFiles
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-20fix: completion.enable(false,...) deletes invalid augroup #32121Konrad Malik1
2025-01-19fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger1
2025-01-17fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2024-12-07refactor: add vim._resolve_bufnrLewis Russell1
2024-11-25refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell1
2024-11-13fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-24feat(lsp): deprecate execute_command with client:exec_cmdLewis Russell1
2024-10-13docs: update autotrigger description of vim.lsp.compleiton.BufferOpts (#30796)glepnir1
2024-10-10fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N1
2024-10-10vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq1
2024-09-01docs: misc #28970Justin M. Keyes1
2024-08-30fix(lsp): when prefix is non word add all result into matches (#30044)glepnir1
2024-08-26fix(lsp): fix isIncomplete condition in completion trigger (#30130)Mathias Fußenegger1
2024-08-22feat(lsp): completion opts support custom item conversion (#30060)glepnir1
2024-08-22fix(lsp): suppress completion request if completion is active (#30028)glepnir1
2024-07-31feat(lsp): lsp.completion support set deprecated (#29882)glepnir1
2024-07-02fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen1
2024-06-27fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger1
2024-06-14fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-06-03fix(lsp): use client.id instead of pairs index (#29143)ippachi1
2024-06-02fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger1
2024-06-01perf(lsp): avoid repeated table lookup in completion.enableMathias Fussenegger1
2024-06-01refactor(lsp): share completion request logic between omnifunc & triggerMathias Fussenegger1
2024-06-01perf(lsp): don't copy completion items in filter passMathias Fussenegger1
2024-05-30feat(lsp): support postfix snippets in completionMathias Fussenegger1
2024-05-30feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger1
2024-05-27feat(lsp): completion side effectsMaria José Solano1