aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* feat: Allow incremental sync & lsp flags (#13371)TJ DeVries2020-12-08
* lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...eightpigs2020-12-03
* LSP: Feature/add workspace folders (#12638)Michael Lingelbach2020-11-25
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lsp: fix fallback for callback in method_unsupportedfrancisco souza2020-10-25
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* lsp: Fix "client has shut down" errors during initializing (#13103)Mathias Fußenegger2020-10-22
* Merge #12468 'lsp: logging'Justin M. Keyes2020-09-01
|\
| * lsp: add key name to the output log valueHirokazu Hata2020-08-26
* | docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
|/
* Add FIXMEsPatrice Peterson2020-08-23
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* lsp: even if contents before change is 0 byte, request to serverHirokazu Hata2020-06-11
* lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy2020-06-04
* lua: vim.wait implementationTJ DeVries2020-05-30
* lsp: make the command error message more detailed (#11633)Hirokazu Hata2020-05-26
* lsp: add workspace/symbol (#12224)Christian Clason2020-05-02
* LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre2020-04-29
* lsp: use vim.tbl_isempty to check sign (#12190)Hirokazu Hata2020-04-28
* LSP: don't redefine LspDiagnostics signs #12164jakbyte2020-04-26
* lsp: remove buffer version on buffer_detach (#12029)Hirokazu Hata2020-04-25
* Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse2020-03-16
|\
| * Use buffer version instead of changedtick for editsJesse Bakker2020-02-27
* | lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* | lsp: add bufnr to callback function argumentsHirokazu Hata2020-02-28
* | add support to show diagnostics count in statusline (#11641)Alvaro Muñoz2020-02-26
|/
* lsp: fix textDocument/completion handlingHirokazu Hata2020-02-19
* LSP: fix validate_client_configJustin M. Keyes2020-02-16
* LSP: rename validate_command to _cmd_parts #11847Matthieu Coudron2020-02-11
* LSP: set InitializeParams.rootPath value #11838Hirokazu Hata2020-02-08
* doc [ci skip] #11656Justin M. Keyes2020-01-12
* 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: Use async completion for omnifunc. (#11578)Ashkan Kiani2019-12-20
* LSP: fix omnifunc findstart (#11522)Mike Hartington2019-12-20
* LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)Ashkan Kiani2019-11-26
* Bring vim into local scopeAshkan Kiani2019-11-24
* UI tweaks.Ashkan Kiani2019-11-23
* Fix encoding translation in other places.Ashkan Kiani2019-11-21
* Remove comments.Ashkan 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
* | Satisfy lualint.Ashkan Kiani2019-11-20
* | Change error writer to not be annoying.Ashkan Kiani2019-11-20