summaryrefslogtreecommitdiff
path: root/test/test_hover.vader
AgeCommit message (Collapse)Author
2021-01-14Add nvim floating window support (replaces #3314) (#3470)Kevin Clark
* Add nvim floating window hover support * Add configuration for float to replace preview * preview#ShowFloating: qualify local variables * Configure floating preview usecases individually Also: * Extract floating preview to its own file. * Ignore 'stay_here' option. Moving into the floating preview window seems confusing at best. * Re-use existing floating preview window if it's still up. * Flush out floating preview documentation. * Watch cursor position changes per window Floating previews open a new window, so when that window is written to, it moves briefly there at a different position than the original window. This makes repeated positions detected when positions are tracked at a s: level. Instead, we change the variable to window scoped, which only fires a message if the cursor has changed from the last position in *that window*. * g:ale_floating_preview cleanup * floating_preview: add ALEDetail tests * Fix fecs test missing runtime call * Add ALEHover floating preview tests Co-authored-by: Jan-Grimo Sobez <jan-grimo.sobez@phys.chem.ethz.ch>
2020-11-21Close #2727 - Add a hover-only setting for balloonsw0rp
2020-08-12Close #3274 - Handle basic LSP markdown formattingw0rp
2020-08-07Fix #3273 - Handle missing keys in hover informationw0rp
2019-02-15Fix #2295 - Respond to initialize with an initialized messagew0rp
2018-12-10#1520 - Add an :ALEDocumentation for tsserverw0rp
2018-07-06Fix the broken testsw0rp
2018-06-15Lazy-load LSP linters, and check b:changedtick before notifying about changesw0rp
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