summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-01-04feat(lua): add vim.keymapshadmansaleh1
2022-01-04feat: filetype.lua (#16600)Gregory Anders1
2022-01-03fix(lsp): explicitly pass bufnr in didSave handler (#16906)Michael Lingelbach1
2022-01-03fix(lsp): resolve nil bufnr (#16902)Gregory Anders1
2022-01-03fix: resolve nil arguments to API functions (#16889)Gregory Anders2
2022-01-02fix(lsp): always use target bufnr in location handler (#16876)Michael Lingelbach1
2022-01-01fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders2
2022-01-01feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman1
2021-12-28chore: fix typos (#16506)dundargoc5
2021-12-26fix(uri): change scheme pattern to not include the comma character (#16797)Dmytro Meleshko1
2021-12-21feat(lsp): add buf_detach_client (#16250)Michael Lingelbach1
2021-12-20fix(lsp): fix `nil`-index behavior for UTF-8 in `_str_*index_enc` methods (#1...Rishikesh Vaishnav1
2021-12-19fix(lsp): avoid attaching to unloaded buffers (#16723)Michael Lingelbach1
2021-12-17fix(diagnostic): respect "if_many" source option for virtual text (#16653)Gregory Anders1
2021-12-17fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav1
2021-12-17fix(lsp): call config on_exit handler before context is cleared (#16638)Gregory Anders1
2021-12-16refactor(diagnostic): remove hack (#16685)Gregory Anders1
2021-12-16fix(diagnostic): assert that diagnostics have line number and column (#16683)Gregory Anders1
2021-12-15fix(ui): close floating window on BufLeave event (#16557)ii141
2021-12-12feat(treesitter): multiline match predicatesLewis Russell1
2021-12-12feat(ts): add support for multiline nodes in get_node_text (#14999)Mathias Fußenegger1
2021-12-10refactor: replace deprecated lua functions with their new versions (#16603)dundargoc1
2021-12-10fix(lsp): create lsp requests with position offsets considering client encodi...Rishikesh Vaishnav2
2021-12-08fix(diagnostic): set effective buffer number in autocmd (again) (#16589)Gregory Anders1
2021-12-08refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders1
2021-12-08docs(lsp): fix resolve_capabilities docstring (#16577)Gregory Anders1
2021-12-08refactor(diagnostic): add warning to deprecated functions (#16536)dundargoc2
2021-12-07refactor(lsp): remove usage of deprecated function (#16539)Gregory Anders2
2021-12-07feat(lsp): use `vim.ui.select` for selecting lsp client (#16531)Anshuman Medhi1
2021-12-05refactor: format diagnostic.lua (#16540)Gregory Anders1
2021-12-05fix(diagnostic): escape special chars in file names (#16527)Matthew Toohey1
2021-12-05refactor: remove unused runtime lua functions (#16535)dundargoc1
2021-12-05docs(lsp): re-add client.requests documentation (#16530)Anshuman Medhi1
2021-12-04Merge pull request #15996 from gpanders/nvim_get_option_valueGregory Anders1
2021-12-04feat(lsp,diagnostic): open folds in jump-related functions (#16520)Dmytro Meleshko2
2021-12-04feat(api): add nvim_get_option_valueGregory Anders1
2021-12-02fix(diagnostic): clamp diagnostics on negative line numbers (#16496)Michael Lingelbach1
2021-12-01fix(diagnostic): set effective buffer number for DiagnosticChanged autocmd (#...Gregory Anders1
2021-11-30fix(lsp): progress handlers should return vim.NIL on error (#16472)Michael Lingelbach1
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