summaryrefslogtreecommitdiff
path: root/autoload/ale/references.vim
AgeCommit message (Expand)Author
2020-04-15Closes #3019 - Implement default navigationw0rp
2019-03-29Fix #2402 - Handle null LSP references responsesw0rp
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-27Use relative paths when previewing file locations (#2238)Alvin Chan
2018-12-31Replace `trim` with `substitute` for compatibility (Vim <8.0.1630)Alvin Chan
2018-12-31Add associated line text on ALEFindReferences results for TypeScriptAlvin Chan
2018-08-24Use one LSP connection per projectw0rp
2018-08-15Stop creating closure function in global scope by using partials insteadw0rp
2018-07-22Check LSP capabilities before using themw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
2018-04-22Add support for finding references using LSP servers or tsserverw0rp