Commit Graph

31 Commits (8c164b811d962f9c4b15e25fa7ff5048859c50b3)

Author SHA1 Message Date
Iron-E 8c164b811d
perf: general improvements
I forgot to break it up into individual commits, and I ain't going
backwards now.
1 year ago
Iron-E ba75e9b4d3
ref: make workspace diagnostics more accurate 1 year ago
Iron-E 0eb4afcc5b
ref: workspace diagnostics 1 year 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 a81c06464b
ref(libmodal): make api func names more obvious 2 years ago
Iron-E cf1bca1f8f
ref(libmodal): use `vim.notify` for errors
This allows for integration with `nvim-notify` and others.
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 0af6b6d168
chore(libmodal): remove checks for nvim 0.5
Since the plugin now requires Neovim 0.7, there's no reason to check
for Neovim 0.7
2 years ago
Iron-E dfcc57dd49
chore(Prompt): remove unused function 2 years ago
Iron-E 1933c1d6dc
perf: use `vim.ui` instead of `vim.fn` 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 a389bc6d4e
feat(Prompt): allow exit supression
Previously, we could set a `:h libmodal-exit-supression` flag in order
to stop the modes from automatically exiting upon an <Esc> press. This
commit adds this functionality to `Prompt`s so that the same may be done
for them.
3 years ago
Iron-E 57fcf4b1c1
Add ability to specify lua functions as instructions; TODO docs 4 years ago
Iron-E 0c3b58540e
Add checks for string arguments 4 years ago
Iron-E d3e601a520
Replace broken references to utils.api 4 years ago
Iron-E 94ed9463bf
Fix modes entering after errors 4 years ago
Iron-E 6980811a21
Fix names with multiple spaces 4 years ago
Iron-E dc16475788
Rework imports 4 years ago
Iron-E 861e3008b1
Refactor `classes` 4 years ago
Iron-E 425a3477d9
Fix bad references in `Prompt` 4 years ago
Iron-E ab45ca248b
Update docs 4 years ago
Iron-E 596b7e8859
Fix parsetable bugs 4 years ago
Iron-E eee6a01778
Consistency improvements 4 years ago
Iron-E 20fa75aa54
All tests pass 4 years ago
Iron-E 481ce853ca
Bug fixes 4 years ago
Iron-E 1e72ac4c00
Fix bad self reference 4 years ago
Iron-E 45aa9af26e
Various fixes 4 years ago
Iron-E 523261dcbc
Initial conversion of prompt 4 years ago
Iron-E 41564fa9f3
Begin conversion to OO-centered programming 4 years ago