aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
* 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
* feat(lsp): show feedback on empty hover response (#18308)Mathias Fußenegger2022-04-29
* fix(lsp): fix unnecessary buffers being added on empty diagnostics (#18275)ii142022-04-26
* vim-patch:8.2.4826: .cshtml files are not recognized (#18259)Christian Clason2022-04-25
* fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)Andrey Mishchenko2022-04-23
* fix(treesitter): create new parser if language is not the same as cached pars...Chinmay Dalal2022-04-22
* Merge pull request #18211 from clason/update-inspectbfredl2022-04-22
|\
| * chore: update inspect.lua to 3.1.3Christian Clason2022-04-21
* | docs(lua): explain and link to lua patterns (#18206)Christian Clason2022-04-21
|/
* docs: vim.keymap.set can specify buffer as an optionatusy2022-04-21
* Merge pull request #18185 from clason/vim-8.2.4781Christian Clason2022-04-20
|\
| * vim-patch:8.2.4793: recognizing Maxima filetype even though it might be anotherChristian Clason2022-04-20
* | fix(lsp): unify progress message handling (#18040)runiq2022-04-20
* | fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)Gregory Anders2022-04-20
|/
* vim-patch:8.2.4790: lilypond filetype not recognized (#18174)Christian Clason2022-04-20
* vim-patch:8.2.4778: pacman files use dosini filetype (#18152)Christian Clason2022-04-17
* vim-patch:8.2.4767: openscad files are not recognized (#18138)Christian Clason2022-04-17
* fix(paste): ignore mappings in Cmdline mode (#18114)Eden Zhang2022-04-17
* docs: typo fixes (#17859)dundargoc2022-04-15
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15