aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* LSP: Fix separator width on hover (fixes #13006, #12998) (#13007)Christian Clason2020-09-30
* treesitter: add string parser (#13008)Thomas Vigouroux2020-09-30
* lsp: Add vim.lsp.buf.range_code_action() (#12962)notomo2020-09-24
* lsp: Handle ContentModified the same way as RequestCancelled (#12803)Rasmus Ishøy Michelsen2020-09-22
* lsp: remove popup No signature available. (#12915)Raphael2020-09-18
* lsp: fix failed switch window error (#12900)Raphael2020-09-14
* doc: Add docs for uri functions (#12887)TJ DeVries2020-09-14
* luahl: global the luahlBjörn Linse2020-09-13
* fix: use luahl in treesitterThomas Vigouroux2020-09-13
* lsp: fix lsp.buf.formatting_sync() null response (#12752)beardedsakimonkey2020-09-12
* lsp: Fix parameter markdown rendering for signature help (#12832)Xuyuan Pang2020-09-12
* wip trying to fix the highlighterThomas Vigouroux2020-09-09
* treesitter: use new on_bytes interfaceBjörn Linse2020-09-09
* treesitter: revert wrong optimization in highlightsThomas Vigouroux2020-09-09
* Merge pull request #12858 from kyazdani42/fix/no-ts-hl-without-query-valueThomas Vigouroux2020-09-06
|\
| * apply bfredl suggestionkiyan422020-09-06
| * treesitter: check hl group exists before passing it in nvim_get_hl_id_by_namekiyan422020-09-05
* | lint: just bit twiddlin'Björn Linse2020-09-06
* | treesitter: simplify match_predsThomas Vigouroux2020-09-06
* | treesitter: use lua-match? instead of match?Thomas Vigouroux2020-09-06
* | fix(highlight): compare rows vs columns in range highlight check (#12852)Steven Sojka2020-09-05
|/
* Merge pull request #12847 from nvim-treesitter/ts-list-predicatesBjörn Linse2020-09-04
|\
| * treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* | treesitter: update to use buf_set_extmarkThomas Vigouroux2020-09-03
|/
* Merge #12468 'lsp: logging'Justin M. Keyes2020-09-01
|\
| * lsp: add key name to the output log valueHirokazu Hata2020-08-26
| * lsp: remove output log at rpc.notifyHirokazu Hata2020-08-26
* | lsp/make_position_param(): handle empty buffer #12825Gıyaseddin Tanrıkulu2020-09-01
* | treesitter: avoid escaping complete query stringsStephan Seitz2020-08-31
* | docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
* | lsp: Fix bad sortText comparison (#12485)Anmol Sethi2020-08-30
|/
* Add FIXMEsPatrice Peterson2020-08-23
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* Merge pull request #12739 from vigoux/ts-refactor-predicatesTJ DeVries2020-08-14
|\
| * treesitter: allow to force predicate additionThomas Vigouroux2020-08-13
| * treesitter: add predicate negationThomas Vigouroux2020-08-13
| * treesitter: add and test vim-match? predicateThomas Vigouroux2020-08-13
| * treesitter: add contains? predicateThomas Vigouroux2020-08-13
| * treesitter(docs): update and refresh docsThomas Vigouroux2020-08-13
| * treesitter: refactor and use lua regexesThomas Vigouroux2020-08-13
* | Remove unused function (#12719)Patrice Peterson2020-08-08
|/
* Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson2020-07-30
* Make the window `nomodifiable` when it's createdCédric Barreteau2020-07-20
* LSP: make the hover window nomodifiableCédric Barreteau2020-07-20
* doc: Add documentation for some `vim.lsp.buf` functions (#12552)cbarrete2020-07-19
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* treesitter: add parser on_lines callbacksThomas Vigouroux2020-07-10
* treesitter: cache the capture hl relationThomas Vigouroux2020-07-10
* treesitter: use change calbacks on redrawThomas Vigouroux2020-07-10