Commit Graph

9 Commits (822614e7e811f8892a2fbb92367c0ed3ed11a9b9)

Author SHA1 Message Date
Iron-E b4419002a2
perf: don't make local copies of global `vim` module 3 years ago
Iron-E afdfadf365
ref: use Neovim 0.5
BREAKING CHANGE: now requires Neovim 0.5
3 years ago
Iron-E afe38ffc20
fix(Popup): don't override open() options
The window options were overriding the passed in options. We shouldn't
do that.
3 years ago
Iron-E 81abfff50c
feat(Popup): allow override of default config
Before we did not allow the default config to be overridden, but now we
do.
3 years ago
Iron-E 932eb5cd78
ref(Popup): set Popup.window to nil after :close()
Before this commit, Popup.window would only be set to `nil` if there was
a valid window found. It is proposed that `nil` shuold be set especially
if there is no valid window found, as an invalid window value shouldn't
be kept around.
4 years ago
Iron-E 97f0ac7922
Document changes 4 years ago
Iron-E d4e25db4c3
Address Popup errors when switching tabs 4 years ago
Iron-E 5d0a8be10e
Cleanup for release candidate 4 years ago
Iron-E d8da47fa71
Optimize module loading, update docs 4 years ago