summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-01-23vim-patch:8.2.4188: not all gitconfig files are recognized (#17178)Christian Clason1
2022-01-23vim-patch:8.2.4191: json5 files are not recognized (#17180)dundargoc1
2022-01-23vim-patch:8.2.4187: gnuplot file not recognized (#17177)Christian Clason1
2022-01-21vim-patch:8.2.4172: filetype detection for BASIC is not optimal (#17161)Christian Clason1
2022-01-21docs(lsp): fix on_publish_diagnostics example (#17146)xnmet1
2022-01-21feat(lsp): add handler for workspace/workspaceFolders (#17149)Michael Lingelbach1
2022-01-17perf(lsp): request only changed portions of the buffer in changetracking (#17...Michael Lingelbach1
2022-01-15fix(lsp): avoid nil workspace/symbol query (#17107)Daniel Steinberg1
2022-01-15fix(lsp): fetch offset_encoding from client in references (#17104)Michael Lingelbach1
2022-01-15feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2
2022-01-14feat(lsp): dynamically generate list title in response_to_list (#17081)Gregory Anders1
2022-01-14fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders1
2022-01-14fix(lsp): always split text edits on \r, \r\n, and \n (#17087)Michael Lingelbach1
2022-01-13fix(filetype): fix foam pattern detectionGregory Anders1
2022-01-13feat(filetype.lua): fix .cc file not detectedrhcher1
2022-01-13feat(filetype.lua): add support for files under .gitSanchayan Maity1
2022-01-13feat(filetype.lua): add support for patch filesSanchayan Maity1
2022-01-13feat(filetype.lua): add support for tmux.conf filesGary Sentosa1
2022-01-13feat(filetype.lua): fix .env file not detectedGary Sentosa1
2022-01-13vim-patch:8.2.4077: not all Libsensors files are recognized (#17080)Christian Clason1
2022-01-13fix(lsp): forward offset_encoding in rename handler (#17079)Michael Lingelbach2
2022-01-13fix(lsp): forward offset_encoding to apply_text_edits (#17075)Michael Lingelbach3
2022-01-13fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach3
2022-01-13fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger1
2022-01-13fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th1
2022-01-13Merge pull request #16945 from theHamsta/cached-queriesThomas Vigouroux1
2022-01-11feat(diagnostic): allow retrieving current diagnostic configGregory Anders1
2022-01-11fix(diagnostic): only set default handler config if unsetGregory Anders1
2022-01-11fix(diagnostic): allow setting arbitrary config valuesGregory Anders1
2022-01-11fix(diagnostic): resolve nil opts tablesGregory Anders1
2022-01-11vim-patch:8.2.4064: foam files are not detected (#17041)Christian Clason1
2022-01-11refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger1
2022-01-10fix(lsp): ensure pending changes are flushed on skipped debounce (#17015)Mathias Fußenegger1
2022-01-08fix(lsp): only send valid params in executeCommand (#16987)Michael Lingelbach1
2022-01-08fix(lsp): resolve bufnr for get_lines (#16986)Michael Lingelbach1
2022-01-07fix(filetype): match negative priority patterns after extensions (#16980)Gregory Anders1
2022-01-07feat(lsp): skip or reduce debounce after idle (#16881)Mathias Fußenegger1
2022-01-07vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason1
2022-01-06feat(lua): add notify_once() (#16956)Gregory Anders2
2022-01-06Merge pull request #16591 from shadmansaleh/feat/lua_keymaps2Björn Linse1
2022-01-06perf(treesitter): cache query parsingStephan Seitz1
2022-01-05fix(filetype): normalize slashes in file pathsGregory Anders1
2022-01-05test(filetype): port test_filetype to LuaGregory Anders1
2022-01-05fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders1
2022-01-05feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach1
2022-01-04feat(filetype.lua): add support for txt files (#16926)KillTheMule1
2022-01-04chore: ignore unused args in filetype functions (#16927)Gregory Anders1
2022-01-04feat(filetype.lua): Add typescript extension to filetype detection (#16923)Robin Gagnon1
2022-01-04chore: fix typos (#16816)dundargoc4
2022-01-04fix(lsp): suppress ContentModified errors from UI (#16904)Sam McCall1