aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* chore: fix typos (#17250)dundargoc2022-02-08
* vim-patch:8.2.4274: Basic and form filetype detection is incomplete (#17259)Christian Clason2022-02-01
* vim-patch:c4573eb12dba (#17258)Christian Clason2022-01-31
* docs: add example to vim.ui.select (#17241)dundargoc2022-01-30
* feat(filetype): convert patterns for mail buffers (#17238)Gregory Anders2022-01-29
* vim-patch:8.2.4251: vala files are not recognized (#17235)Christian Clason2022-01-29
* vim-patch:8.2.4238: *.tf file could be fileytpe "tf" or "terraform"Christian Clason2022-01-28
* feat(ts): expose minimum language version to lua (#17186)Thomas Vigouroux2022-01-27
* fix(ts): escape lang when loading parsers (#16668)Lewis Russell2022-01-27
* vim-patch:8.2.4196: various file types not recognized (#17182)dundargoc2022-01-25
* vim-patch:8.2.4188: not all gitconfig files are recognized (#17178)Christian Clason2022-01-23
* vim-patch:8.2.4191: json5 files are not recognized (#17180)dundargoc2022-01-23
* vim-patch:8.2.4187: gnuplot file not recognized (#17177)Christian Clason2022-01-23
* vim-patch:8.2.4172: filetype detection for BASIC is not optimal (#17161)Christian Clason2022-01-21
* docs(lsp): fix on_publish_diagnostics example (#17146)xnmet2022-01-21
* feat(lsp): add handler for workspace/workspaceFolders (#17149)Michael Lingelbach2022-01-21
* perf(lsp): request only changed portions of the buffer in changetracking (#17...Michael Lingelbach2022-01-17
* fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg2022-01-15
* fix(lsp): fetch offset_encoding from client in references (#17104)Michael Lingelbach2022-01-15
* feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2022-01-15
* feat(lsp): dynamically generate list title in response_to_list (#17081)Gregory Anders2022-01-14
* fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders2022-01-14
* fix(lsp): always split text edits on \r, \r\n, and \n (#17087)Michael Lingelbach2022-01-14
* fix(filetype): fix foam pattern detectionGregory Anders2022-01-13
* feat(filetype.lua): fix .cc file not detectedrhcher2022-01-13
* feat(filetype.lua): add support for files under .gitSanchayan Maity2022-01-13
* feat(filetype.lua): add support for patch filesSanchayan Maity2022-01-13
* feat(filetype.lua): add support for tmux.conf filesGary Sentosa2022-01-13
* feat(filetype.lua): fix .env file not detectedGary Sentosa2022-01-13
* vim-patch:8.2.4077: not all Libsensors files are recognized (#17080)Christian Clason2022-01-13
* fix(lsp): forward offset_encoding in rename handler (#17079)Michael Lingelbach2022-01-13
* fix(lsp): forward offset_encoding to apply_text_edits (#17075)Michael Lingelbach2022-01-13
* fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach2022-01-13
* fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger2022-01-13
* fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th2022-01-13
* Merge pull request #16945 from theHamsta/cached-queriesThomas Vigouroux2022-01-13
|\
| * perf(treesitter): cache query parsingStephan Seitz2022-01-06
* | feat(diagnostic): allow retrieving current diagnostic configGregory Anders2022-01-11
* | fix(diagnostic): only set default handler config if unsetGregory Anders2022-01-11
* | fix(diagnostic): allow setting arbitrary config valuesGregory Anders2022-01-11
* | fix(diagnostic): resolve nil opts tablesGregory Anders2022-01-11
* | vim-patch:8.2.4064: foam files are not detected (#17041)Christian Clason2022-01-11
* | refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger2022-01-11
* | fix(lsp): ensure pending changes are flushed on skipped debounce (#17015)Mathias Fußenegger2022-01-10
* | fix(lsp): only send valid params in executeCommand (#16987)Michael Lingelbach2022-01-08
* | fix(lsp): resolve bufnr for get_lines (#16986)Michael Lingelbach2022-01-08
* | fix(filetype): match negative priority patterns after extensions (#16980)Gregory Anders2022-01-07
* | feat(lsp): skip or reduce debounce after idle (#16881)Mathias Fußenegger2022-01-07
* | vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason2022-01-07
* | feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06