aboutsummaryrefslogtreecommitdiff
path: root/ftplugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-25rewrite symbol resolution; achieve neovim compatByron Torres1-11/+15
2023-10-28neovim: use :terminal in split windowMax Schillinger1-0/+3
2023-10-28fix: rm helptext "partial symbols" paragraphByron Torres1-3/+0
2023-10-28fix: strip null from system outputByron Torres1-1/+1
2023-10-28fix: unset $LESS for popup windowsMax Schillinger1-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.
2023-05-24add title to popupByron Torres1-0/+1
TODO: New screenshot for README.
2023-05-24set '[haredoc] {symbol}' as buffer nameByron Torres1-1/+8
2023-05-24wipe unused terminal buffersByron Torres1-1/+2
2023-05-24fix, don't try use statements in non-file buffersByron Torres1-1/+1
2023-05-24mend blank popupsByron Torres1-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.
2023-05-23resolve partial symbols with use statementsByron Torres1-2/+22
2023-05-23fix less invocation and terminal outputByron Torres1-2/+7
2022-06-15doc: fix typo s/largs/large/Jose Lombera1-3/+3
2022-06-15new gK mapping, u & d scrolling, improved docsByron Torres4-11/+27
2022-06-15add plugin/haredoc.vim, make :Haredoc globalByron Torres2-44/+51
2022-05-18README.md: add links to other pluginsByron Torres1-1/+5
2022-05-18README.md: tidyByron Torres1-9/+12
2022-05-18README.md: add install guide, tidyByron Torres1-14/+3
2022-05-13doc: fix and improveByron Torres1-8/+13
2022-05-11mention license and mirrorsByron Torres3-0/+13
2022-05-11add doc/haredoc.txt help file and tagsByron Torres3-0/+41
2022-05-11README.md: add scrot, install, and resourcesByron Torres2-4/+26
2022-05-11README.md: update links, and mailing listByron Torres1-2/+5