summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-08-01Merge #24504 feat(lsp): protocol.MethodsJustin M. Keyes2
2023-08-01feat(gen_lsp.lua): sort by name, handle failure #24504Justin M. Keyes2
2023-08-01feat(gen_lsp.lua): protocol.Methods #24504mathew2
2023-08-01feat(lua-types): types for vim.api.* (#24523)Lewis Russell3
2023-08-01fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee2
2023-08-01fix(defaults): don't use nvim_feedkeys in default mappings (#24520)zeertzjq1
2023-08-01docs(builtin): fix and annotate language blocks (#24506)Lewis Russell1
2023-07-29feat(lsp): add actionable advice to lsp client quit error msg (#24510)Mathias Fußenegger1
2023-07-29docs(lua): vim.str_utf_{start,end,pos} #24424altermo1
2023-07-28feat(docs): generate builtin.txt (#24493)Lewis Russell1
2023-07-26fix(gen_vimfn_types): don't include tag before signature's line (#24492)zeertzjq1
2023-07-26feat(lua): typing for vim.fn.* (#24473)Lewis Russell1
2023-07-25fix(lsp): fix multi client handling workspace_folder methods (#18839)Mathias Fußenegger1
2023-07-25fix(lsp): SignatureHelp docstring is not escaped #16702Christoph Hasse1
2023-07-25fix(lsp): E403 if doc contains multiple codeblocks #24458Raphael1
2023-07-24fix(lsp): replace @private with @nodoc for public client functions (#24415)Mathias Fußenegger2
2023-07-24fix(lsp): announce publishDiagnostics.dataSupport (#24442)Bruce Weirdan1
2023-07-24fix(lsp): send empty "added" list when removing workspace folder #24440Mitchell Hanberg1
2023-07-24fix(lsp): noisy warning about offset_encodings #24441Keith Smiley1
2023-07-24fix(gx): move to to _init_default_mappings #24420marshmallow1
2023-07-24fix(treesitter): stop() should treat 0 as current buffer #24450Micah Halter1
2023-07-22refactor(lsp): use LspNotify for inlay_hint (#24411)Chris AtLee2
2023-07-22fix(api/options): validate buf and winLewis Russell1
2023-07-22docs(lua): add missing word in docs for vim.empty_dict (#24401)Gnik1
2023-07-21fix(ui.open): some URLs fail on Windowsmarshmallow1
2023-07-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee6
2023-07-19docs(lua): clarify fs.find() documentation #24394futsuuu1
2023-07-19feat(lsp): handle multiple clients in omnifunc (#24381)Mathias Fußenegger1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell34
2023-07-18fix(fs.lua): normalize slash truncation (#23753)Mike1
2023-07-17Merge pull request #24363 from lewis6991/docs/luatypesLewis Russell13
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger4
2023-07-17fix: doc errorsLewis Russell1
2023-07-17fix: luacheckLewis Russell8
2023-07-17docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell7
2023-07-17docs(lua): move function docs to lua filesLewis Russell9
2023-07-17refactor: rename _meta.lua to _options.luaLewis Russell2
2023-07-16fix(lsp): markdown code fence should allow space before info string #24364Mike1
2023-07-14feat(lsp): map K to hover by default #24331Mathias Fußenegger1
2023-07-14fix(lsp): remove unknown LSP protocol property (#24345)Techatrix1
2023-07-13docs(lua): adds links to related keymap functions to keymap.set (#24337)Mathias Fußenegger1
2023-07-12feat(lsp): add method filter to get_active_clients (#24319)Mathias Fußenegger2
2023-07-10fix(lint): lint warnings #24226Raphael11
2023-07-08fix(defaults): visual star (*) on text with "?"Justin M. Keyes1
2023-07-08fix(defaults): visual hash (#) on text with "?"Justin M. Keyes1
2023-07-08docs: MAINTAIN.md, nvim_get_markJustin M. Keyes1
2023-07-08fix(lsp): don't use hl_mode = combine for inlay hints #24276Chinmay Dalal1
2023-07-07feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell1
2023-07-07fix(treesitter): update folds in all relevant windows (#24230)Jaehwang Jung1
2023-07-06refactor(defaults): use vim.region for visual star (*,#)Justin M. Keyes1