summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2024-03-01docs: improve/add documentation of Lua typesLewis Russell10
2024-03-01feat(lsp): add fswatch watchfunc backendLewis Russell2
2024-03-01fix(lsp): cancel watchers when closing a clientLewis Russell2
2024-03-01refactor(watch): general tidy upLewis Russell1
2024-03-01fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung1
2024-02-29fix(lsp): use plain loop for non-list-like table of protocol valuesChristian Clason1
2024-02-28fix(lsp): handle reverse lookup in capabilitiesMaria José Solano1
2024-02-28refactor(lsp): remove outdated commentMaria José Solano1
2024-02-28fix(lsp): correct the error message's cmd on spawning (#27632)notomo1
2024-02-28fix(lsp): remove unnecessary file load/write when renaming (#27621)Jaehwang Jung1
2024-02-27feat(lsp): support completion itemDefaultsMaria José Solano3
2024-02-27refactor(lsp): alias for CompletionResultMaria José Solano1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell8
2024-02-24fix(lsp): add assertion for explicit bufnr in apply_text_edits (#27614)Gregory Anders1
2024-02-24fix(lsp): when renaming directory, check path prefix of buffer names (#27603)Jaehwang Jung1
2024-02-24docs(lsp): mark `ClientConfig.init_options` as optionalChristian Clason1
2024-02-24refactor(lsp): remove redundant code (#27601)Jaehwang Jung1
2024-02-21fix(lsp): add parentheses to generated union array types (#27560)Maria José Solano1
2024-02-19refactor(lsp): typings for protocol constantsMaria José Solano1
2024-02-14fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N1
2024-02-13refactor(lsp): resolve the config-client entanglementLewis Russell7
2024-02-12fix(lsp): re-add client.commands and mark privateLewis Russell1
2024-02-12fix(lsp): semantic token defer loadingLewis Russell2
2024-02-11refactor(lsp): move more code to client.luaLewis Russell2
2024-02-11Merge pull request #27420 from MariaSolOs/warning-anxietyLewis Russell7
2024-02-10refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano1
2024-02-10refactor(lsp): add shared diagnostic handlerMaria José Solano1
2024-02-10refactor(lsp): add type annotationsMaria José Solano7
2024-02-08feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano1
2024-02-08fix(lsp): rename fails on missing parent directory #27291Tomasz N1
2024-02-08feat(lsp): deprecate severity_limitLewis Russell1
2024-02-08refactor(lsp): tidy up loggingLewis Russell7
2024-02-08fix(lsp): set fallback client name properlyzeertzjq1
2024-02-07refactor(lsp): move client code to a regular Lua classLewis Russell4
2024-02-06fix(lsp): send back diagnostic tags to the serverLewis Russell1
2024-02-03fix(lsp): fix infinite loop on vim.lsp.tagfuncJongwook Choi1
2024-02-03refactor: create function for deferred loadingdundargoc7
2024-01-28refactor(lsp): client_hints typo #27250Maria José Solano1
2024-01-20fix(lsp): clean up duplicate and unused meta type annotationsJongwook Choi2
2024-01-18docs: various #25289Justin M. Keyes1
2024-01-16refactor(lsp): deprecate `vim.lsp.util.lookup_section`Jongwook Choi2
2024-01-15docs: add lua typing for `vim.NIL`Jongwook Choi1
2024-01-14fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`Jongwook Choi1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell2
2024-01-04Merge pull request #26791 from wookayin/gendocLewis Russell1
2024-01-03feat(lua): add noref to deepcopyLewis Russell1
2024-01-02fix(docs): clean up non-docstring comments for vimdoc genJongwook Choi1
2024-01-02refactor(lsp): fix remaining luals warnings in lsp.rpcMathias Fussenegger1
2024-01-02feat(lsp): support connect via named pipes/unix domain sockets (#26032)TheLeoP1
2023-12-30refactor: fix luals warningsdundargoc1