aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
...
* lsp: fix textDocument/completion handlingHirokazu Hata2020-02-19
* lua: move test helper function, map and filter, to vim.shared moduleHirokazu Hata2020-02-18
* lsp/rpc.lua: fix `env` application functionJustin M. Keyes2020-02-16
* LSP: fix validate_client_configJustin M. Keyes2020-02-16
* lua: if second argument is vim.empty_dict(), vim.tbl_extend uses empty_dict()...Hirokazu Hata2020-02-14
* lua: vim.deepcopy uses empty_dict() instead of {} for empty_dict()Hirokazu Hata2020-02-13
* LSP: rename validate_command to _cmd_parts #11847Matthieu Coudron2020-02-11
* LSP: Refine formatting tabSize #11834Jesse-Bakker2020-02-10
* treesitter: use internal "decorations" bufferBjörn Linse2020-02-10
* lsp: Support text edit on inactive buffer (#11843)Mathias Fußenegger2020-02-10
* LSP: set InitializeParams.rootPath value #11838Hirokazu Hata2020-02-08
* treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse2020-02-07
* LSP: show diagnostic in qf/loclist #11777Matthieu Coudron2020-01-28
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26
* doc [ci skip] #11656Justin M. Keyes2020-01-12
* LSP: highlight groups test, docJustin M. Keyes2020-01-08
* LSP: differentiate diagnostic underline by severityAlvaro Muñoz2020-01-08
* LSP: place hover window by vertical space #11657Ville Hakulinen2020-01-03
* lua: metatable for empty dict valueBjörn Linse2020-01-01
* LSP: eliminate lsp.print_debug_info…()Justin M. Keyes2019-12-31
* LSP: eliminate lsp.stop_all_clients()Justin M. Keyes2019-12-31
* gen_vimdoc.py: generate LSP docsJustin M. Keyes2019-12-31
* Revert "runtime: Add vim.lsp.get_client_by_name" #11623Ashkan Kiani2019-12-29
* runtime: Add vim.lsp.get_client_by_name (#11603)Hirokazu Hata2019-12-28
* LSP: Handle rpc RequestCancelled specifically. (#11606)Ashkan Kiani2019-12-24
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* LSP: Use async completion for omnifunc. (#11578)Ashkan Kiani2019-12-20
* LSP: Improve the display of the default hover callback. (#11576)Ashkan Kiani2019-12-20
* LSP: fix omnifunc findstart (#11522)Mike Hartington2019-12-20
* LSP: Add jump when calling gotodef (#11521)Jakub Łuczyński2019-12-07
* Add vim.startswith and vim.endswith (#11248)Ashkan Kiani2019-12-01
* lsp: allow the user to config LspDiagnosticError etc by standard meansBjörn Linse2019-11-28
* LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)Ashkan Kiani2019-11-26
* doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* Bring vim into local scopeAshkan Kiani2019-11-24
* Add support for textDocument/references.Ashkan Kiani2019-11-24
* Merge branch 'master' into lsp-followupAshkan Kiani2019-11-24
|\
| * Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani2019-11-24
* | UI tweaks.Ashkan Kiani2019-11-23
* | Improve the character_offset code.Ashkan Kiani2019-11-22
* | Improve performance of util.set_lines + bugfixAshkan Kiani2019-11-22
* | Fix encoding translation in other places.Ashkan Kiani2019-11-21
* | Remove comments.Ashkan Kiani2019-11-21
* | Fix position params for encoding.Ashkan Kiani2019-11-21
* | Account for character length in jump position.Ashkan Kiani2019-11-21
* | Fix hovers staying on bufhiddenAshkan Kiani2019-11-21
* | UpdatesAshkan Kiani2019-11-21
* | Merge remote-tracking branch 'origin/master' into lsp-followupAshkan Kiani2019-11-21
|\|
| * lsp: transmit "\n" after last line when 'eol' is setBjörn Linse2019-11-21
* | Remove resolve_bufnr/lualintAshkan Kiani2019-11-20