aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* 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
* treesitter: call bufload before parsing (#12603)Thomas Vigouroux2020-07-10
* lua: add options to highlight.on_yank (#12549)Christian Clason2020-07-05
* lsp: add optional vertical padding, maximal size to floats (#12444)Christian Clason2020-07-05
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)Mathias Fußenegger2020-06-30
* Merge pull request #12491 from vigoux/treesitter-set-rangesMatthieu Coudron2020-06-30
|\
| * treesitter: use nodes to mark rangesThomas Vigouroux2020-06-29
| * treesitter: add set_included_ranges to the parserThomas Vigouroux2020-06-29
* | LSP: Set current name as default rename text (#12553)cbarrete2020-06-27
* | Merge pull request #12252 from dlukes/formatting-syncHirokazu Hata2020-06-27
|\ \
| * | lsp: Add sync variant of LSP formattingDavid Lukes2020-06-22
| |/
* / lsp: when apply text edits, set buflisted on buffers (#12489)francisco souza2020-06-23
|/
* lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza2020-06-18
* Merge pull request #12469 from h-michael/requestHirokazu Hata2020-06-15
|\
| * lsp: even if contents before change is 0 byte, request to serverHirokazu Hata2020-06-11