summaryrefslogtreecommitdiff
path: root/autoload/ale/definition.vim
AgeCommit message (Expand)Author
2021-03-14Close #2102 - Add support for the Angular language serverw0rp
2021-02-20Support going to type definition with tsserver (#3545)Alex LaFroscia
2020-08-18Remove features deprecated in previous versionsw0rp
2020-04-15Closes #3019 - Implement default navigationw0rp
2019-04-24Updated Vim version in Dockerfile and made UpdateTagStack clearerReed Riley
2019-04-19Add support for Vim's tagstack to ALEGoToDefinitionReed Riley
2019-03-07Fix #2330 - Do not use getcurpos() to avoid changing curswantw0rp
2019-02-13#2132 Use an on-init callback for all LSP logicw0rp
2019-01-21Add textDocument/typeDefinition for LSP (#2226)Andrey Popp
2018-12-19Add versions of ALEGoToDefinition that open in splitsBen Kraft
2018-08-28Merge pull request #1861 from dimbleby/goto-definition-columnw0rp
2018-08-27Fix out-by-one error in column on goto-definitionDavid Hotham
2018-08-24Use one LSP connection per projectw0rp
2018-08-15Stop creating closure function in global scope by using partials insteadw0rp
2018-07-25Switch to v:t_ variables for type checksw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-06-01Handle definition responses without filesw0rp
2018-04-22Implement a preview window for selecting locations to openw0rp
2018-03-06Add a command for stopping all LSP clientsw0rp
2017-11-26Implement go to defintion for LSP lintersw0rp
2017-11-21Quietly add go to definition support for tsserverw0rp