aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* refactor(lsp): remove redundant client cleanup (#18744)Gregory Anders2022-05-25
* feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger2022-05-25
* fix(lsp): respect global syntax setting in open float preview (#15225)Elton Leander Pinto2022-05-25
* fix(filetype): correct vim.fn.did_filetype() handling (#18725)notomo2022-05-23
* fix(lsp): do not detach LSP servers on Windows #18703Gregory Anders2022-05-22
* refactor(runtime): convert the remaining dist#ft functions to lua (#18623)Jonas Strittmatter2022-05-22
* refactor: add warnings for deprecated functions (#18662)dundargoc2022-05-21
* fix(lsp): only send diagnostics from current buffer in code_action() (#18639)Fredrik Ekre2022-05-20
* Merge pull request #18502 from drybalka/fix-languagetree-contains-descriptionChristian Clason2022-05-19
|\
| * refactor: simple logic in tree_contains()Denys2022-05-18
| * docs: correct description of LanguageTree:contains()Denys2022-05-18
* | feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell2022-05-18
* | feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders2022-05-18
* | feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* | fix(health): handle non-existent log file #18610Noval Maulana2022-05-17
* | refactor(runtime): convert more dist#ft functions to lua (#18430)Jonas Strittmatter2022-05-17
* | Merge pull request #18554 from kevinhwang91/perf-timerstartbfredl2022-05-17
|\ \
| * | perf(_editor): no need to stop inside vim.defer_fnkevinhwang912022-05-13
* | | feat(lua): add traceback to vim.deprecate #18575ii142022-05-15
|/ /
* | fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* | feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* | feat(lua): vim.cmd() with kwargs acts like nvim_cmd() #18523Famiu Haque2022-05-12
* | docs(api): improve shared lua functions docs (#17933)adrian52022-05-11
* | Merge pull request #18487 from clason/styluaChristian Clason2022-05-11
|\ \
| * | chore: format runtime with styluaChristian Clason2022-05-09
| |/
* / docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre2022-05-09
|/
* fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2022-05-08
* docs: change wrap_at type to number (#18456)Noval Maulana2022-05-07
* fix(lsp): skip clients without rename capability (#18449)Mathias Fußenegger2022-05-06
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* refactor(lua): replace hard-coded gsub with vim.pesc() (#18407)James McCoy2022-05-04
* fix(filetype): fixup scd filetype detection (#18403)Gregory Anders2022-05-03
* refactor(runtime): convert dist#ft functions to lua (#18247)Jonas Strittmatter2022-05-03
* feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* feat(lua): vim.deprecate() #18320dundargoc2022-05-03
* fix(lsp): add missing bufnr argument (#18382)Jose Alvarez2022-05-03
* vim-patch:8.2.4859: wget2 files are not recognized (#18385)Christian Clason2022-05-03
* Merge pull request #18353 from jamessan/ft-match-fixJames McCoy2022-05-02
|\
| * fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy2022-05-02
* | vim-patch:8.2.4855: robot files are not recognized (#18364)Christian Clason2022-05-02
|/
* fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman2022-05-01
* fix(lsp): fix infinite loop in resolved_capabilities deprecation message (#18...ii142022-04-30
* fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
* vim-patch:8.2.4849: Gleam filetype not detected (#18326)Christian Clason2022-04-30
* feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* fix(handlers): more specific error messages (#16772)kylo2522022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30