Commit Graph

23 Commits (ba75e9b4d3670a78af2c7b6f5dfbcbf56a2edbcc)

Author SHA1 Message Date
Iron-E ba75e9b4d3
ref: make workspace diagnostics more accurate 2 years ago
Iron-E 0eb4afcc5b
ref: workspace diagnostics 2 years ago
Iron-E 70c3585da3
docs(libmodal): add missing `@class` annotations
This should help the LSP reason about what is being imported
2 years ago
Iron-E 55a0bcca00
docs: make comments conform in case 2 years ago
Iron-E 49a02ad692
merge!: cleanup the plugin
This was my first plugin. Looking back on it, it was full of bad
design decisions (and I have elected to keep most of the user-facing
ones for backwards-compatability). This merge tries to uncrustify the
plugin by standardizing the documentation, removing much unecessary
code, reorganizing the internal structures, and removing references to
my own made-up terminology.
2 years ago
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.
4 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.
4 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 2844351594
Add tests; fix bugs with Help and ParseTable 4 years ago
Iron-E b4eef027f5
Document changes to ParseTable 4 years ago
Iron-E 5d0a8be10e
Cleanup for release candidate 4 years ago
Iron-E d8da47fa71
Optimize module loading, update docs 4 years ago
Iron-E dc16475788
Rework imports 4 years ago
Iron-E 861e3008b1
Refactor `classes` 4 years ago
Iron-E 596b7e8859
Fix parsetable bugs 4 years ago
Iron-E a25aea8135
Fix bad '_stringSplit' reference 4 years ago
Iron-E eee6a01778
Consistency improvements 4 years ago
Iron-E 481ce853ca
Bug fixes 4 years ago
Iron-E 523261dcbc
Initial conversion of prompt 4 years ago