summaryrefslogtreecommitdiff
path: root/autoload/ale/hover.vim
AgeCommit message (Expand)Author
2021-09-06Fix truncated echo (#3889)Amadeus Demarzi
2021-01-14Add nvim floating window support (replaces #3314) (#3470)Kevin Clark
2020-11-21Close #2727 - Add a hover-only setting for balloonsw0rp
2020-08-18Fix #3294 - Fix hover off by 1, handle LSP server crashesw0rp
2020-08-13Fix #3281 - Stop CursorHold flickeringw0rp
2020-08-12Close #3274 - Handle basic LSP markdown formattingw0rp
2020-08-07Fix #3273 - Handle missing keys in hover informationw0rp
2020-08-06Fix #3266 Part 2: Fix Harderw0rp
2020-08-05Fix #3266 - Truncate hover messages for LSP toow0rp
2020-08-04#1532 - Display hover information on CursorHoldw0rp
2019-10-12Add option to show hover messages in preview.Ildar Akhmetgaleev
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-02-06Update syntax checkingw0rp
2018-12-10#1520 - Add an :ALEDocumentation for tsserverw0rp
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-05-16TUI / GUI tooltip with content from ALEHover (#1556)Gerry Agbobada
2018-04-26Close #1428 Implement LSP hover-like functionality for tsserver toow0rp
2018-04-24#1428 Show multiline hover messages, and document the new commandw0rp
2018-04-22#1428 Start implementing LSP hover supportw0rp