aboutsummaryrefslogtreecommitdiff
path: root/plugin/haredoc.vim (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nvim: use floating windowByron Torres2024-02-251-1/+8
|
* rewrite symbol resolution; achieve neovim compatByron Torres2024-02-251-11/+15
|
* neovim: use :terminal in split windowMax Schillinger2023-10-281-0/+3
|
* fix: strip null from system outputByron Torres2023-10-281-1/+1
|
* fix: unset $LESS for popup windowsMax Schillinger2023-10-281-1/+1
| | | | | Otherwise, less(1), if given the -F or --quit-if-one-screen flags via the $LESS environment variable, closes the popup window immediately.
* add title to popupByron Torres2023-05-241-0/+1
| | | | TODO: New screenshot for README.
* set '[haredoc] {symbol}' as buffer nameByron Torres2023-05-241-1/+8
|
* wipe unused terminal buffersByron Torres2023-05-241-1/+2
|
* fix, don't try use statements in non-file buffersByron Torres2023-05-241-1/+1
|
* mend blank popupsByron Torres2023-05-241-3/+3
| | | | | | | | On some environments, the popup would appear as though the pager less is displaying a blank page, as if haredoc failed to produce output. The haredoc command has recently suffered from some output bugs. Adding some "waiting time" between the term_start() and popup_atcursor() calls, like another function call, mends the blank behaviour.
* resolve partial symbols with use statementsByron Torres2023-05-231-2/+22
|
* fix less invocation and terminal outputByron Torres2023-05-231-2/+7
|
* new gK mapping, u & d scrolling, improved docsByron Torres2022-06-151-5/+6
|
* add plugin/haredoc.vim, make :Haredoc globalByron Torres2022-06-151-0/+47