summaryrefslogtreecommitdiff
path: root/autoload/ale/lsp_linter.vim
AgeCommit message (Expand)Author
2021-12-09Fix check for did_save and includeText capabilities (#4008)Horacio Sanson
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-09-05Introduce an ALELSPStarted autocommand (#3878)Jon Parise
2021-03-14Close #2102 - Add support for the Angular language serverw0rp
2021-03-01#3599 - Use ale_root instead of ale_lsp_rootw0rp
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-11-21Settings to control suggestions.Dalius Dobravolskas
2020-11-21Show tsserver hints/suggestions in Ale.Dalius Dobravolskas
2020-09-05Fix #3183 - Escape filename characters from LSP/tsserverw0rp
2020-08-23Close #2556 - Support filename mappingw0rp
2020-08-18Remove features deprecated in previous versionsw0rp
2019-10-18Adding support for LSP `window/showMessage` method (#2652)Andre Souto
2019-06-01Support custom LSP notificationsMartino Pilia
2019-05-31Refactor LSP custom request handlingMartino Pilia
2019-05-31Add API for custom LSP requestsMartino Pilia
2019-05-22Add fix to HandleTSServerDiagnostics function.Horacio Sanson
2019-05-22Fix HandleLSPDiagnostics buffer match logic.Horacio Sanson
2019-05-10#2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp
2019-05-01Fix #2460 - Do not track when LSP linters are busyw0rp
2019-04-17Fix #2415 - Mark tsserver and LSP linters inactive againw0rp
2019-02-27#2132 - Support deferred execution for LSP executables, commands, and addressesw0rp
2019-02-22#2132 - Implement project_root as a replacement for project_root_callbackw0rp
2019-02-22#2132 - Make most foo_callback options work as foow0rp
2019-02-15Fix #2299 - Make tsserver run againw0rp
2019-02-15Fix #2295 - Respond to initialize with an initialized messagew0rp
2019-02-14Simplify code for marking linters as activew0rp
2019-02-13#2132 Use an on-init callback for all LSP logicw0rp
2019-02-06#2132 - lint and fix with ale#command#Runw0rp
2019-01-26Merge pull request #2241 from bk2204/lsp-detect-hookw0rp
2019-01-26#2132 Unify temporary file management in command.vimw0rp
2019-01-26Add additional ways to detect LSP project rootbrian m. carlson
2019-01-12#2132 Move CreateTemporaryFileForJob calls into FormatCommandw0rp
2018-10-31Only send LSP config updates when the dict changesJon Parise
2018-10-31Add a `lsp_config_callback` linter optionJon Parise
2018-10-29#2017 Add support for display results from other sourcesw0rp
2018-10-22LSP configuration via didChangeConfiguration (#1852)Daniel Welch
2018-09-18Stop tsserver from causing errors to be rendered redundantlyw0rp
2018-08-24Use one LSP connection per projectw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-07-15Massively reduce the amount of code needed for linter testsw0rp
2018-07-05Fix command formatting for LSP lintersw0rp
2018-07-05Support formatting escaped executable names into commands with %ew0rp
2018-07-03Close #830 - Implement LSP connections via TCP socketsw0rp
2018-06-24Close #1453 #1172 - Add ale_linters_ignore for ignoring linter resultsw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp