summaryrefslogtreecommitdiff
path: root/autoload/ale/lsp.vim
AgeCommit message (Expand)Author
2021-12-17ALEFileRename command added. (#4012)Dalius Dobravolskas
2021-10-15Fix 3207 - do not send didSave notification if not supported (#3930)Horacio Sanson
2021-10-07Implement textDocument/didSave includeText optional argument (#3925)Wilson E. Alvarez
2021-02-20Support going to type definition with tsserver (#3545)Alex LaFroscia
2020-11-14Support for LSP/tsserver Code Actions (#3437)Dalius Dobravolskas
2020-08-18Fix #3294 - Fix hover off by 1, handle LSP server crashesw0rp
2020-08-07Fix #2907 - Handle dictionaries for capabilitiesw0rp
2019-09-12Add ALERename (tsserver & LSP), ALEOrganizeImports (tsserver) and auto import...Jerko Steiner
2019-05-20Fix #2515 - Send client capabilities to LSP serversw0rp
2019-05-14Close #829 - Close LSP documents when buffers are deletedw0rp
2019-02-27#2132 - Support deferred execution for LSP executables, commands, and addressesw0rp
2019-02-15Fix #2299 - Make tsserver run againw0rp
2019-02-15Fix #2295 - Respond to initialize with an initialized messagew0rp
2019-02-15Fix #2294 - Fix some syntax that broke LSPw0rp
2019-02-13#2132 Use an on-init callback for all LSP logicw0rp
2019-02-08#2009 - Force Windows jobs to run in a CMD shellw0rp
2019-01-21Add textDocument/typeDefinition for LSP (#2226)Andrey Popp
2018-10-31Merge pull request #2035 from jparise/lsp_config_callbackw0rp
2018-10-31Implement LSP symbol searchw0rp
2018-10-31Only send LSP config updates when the dict changesJon Parise
2018-09-04Improve ALE project style checkingw0rp
2018-08-28Fix #1859 - Make the connection ID available on the connection objectw0rp
2018-08-24Use one LSP connection per projectw0rp
2018-08-16Fix #1816 - Fix a type error in the initialize message handlerw0rp
2018-08-08Use lambdas for LSP message callbacks, which are easier to managew0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-07-19Capture server capabilities from LSP serversw0rp
2018-07-03Close #830 - Implement LSP connections via TCP socketsw0rp
2018-07-03#830 Make the LSP socket code so far use the new socket APIw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-06Allow initialization options to be passed to language serversBen Falconer
2018-06-01Fix LSP message handling when the handler doesn't get strings, somehoww0rp
2018-03-06Add a command for stopping all LSP clientsw0rp
2017-11-11Remove id from LSP notificationsMichael Jungo
2017-09-04Fix #907 - Stop LSP integration breaking with empty string keys in NeoVimw0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-08-08Ban use of ==# or ==? in the codebase, and prefer is# or is? insteadw0rp
2017-08-02Cover the Rust LSP with tests, allow LSP linters to be named anything, and re...w0rp
2017-07-30#517 - Get the Rust language server working in a basic wayw0rp
2017-07-30When servers never send an initialize response, but instead just publish diag...w0rp
2017-07-30Fix some bugs so the PHP language server will show errors at least oncew0rp
2017-07-26#517 Add more code LSP support which makes the tssserver linter behave more l...w0rp
2017-07-02Refactor LSP jobs to use a uniform ID valuew0rp
2017-07-02Add some experimental completion code for tsserverw0rp
2017-06-14#649 Output the tsserver command in ALEInfow0rp
2017-06-13Handle LSP responses for different files more consistentlyw0rp
2017-06-09Add tsserver supportw0rp
2017-06-07Add support for generating essential tsserver messagesw0rp
2017-05-16Fix some problems with LSP functionsw0rp