Commit Graph

81 Commits (49a02ad69226ce3f5299d7934b269d209ef3e8d8)

Author SHA1 Message Date
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.
4 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 d00feb0ad3
Fix bug where empty string causes empty libmodal name 4 years ago
Iron-E c9dd739eb0
Don't use buffer variable 4 years ago
Iron-E f335c7c142
Statusline support 4 years ago
Iron-E c570e3886c
Fix bad reference to vim.api 4 years ago
Iron-E 84797013b4
Begin doc updates; add API exit function 4 years ago
Iron-E 2844351594
Add tests; fix bugs with Help and ParseTable 4 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 66483babc9
Fix pasting into command line 4 years ago
Iron-E f190a91d81
Cleanup using sumneko_lua 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 a8a7f0917e
Correct reference to 'stringSplit' 4 years ago
Iron-E a794a1497e
Fix bug with modes that have multiple words 4 years ago
Iron-E 85214c7487
Remove `name` 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 8a1486d517
Add todo for popup 4 years ago
Iron-E d8da47fa71
Optimize module loading, update docs 4 years ago
Iron-E eb6f39b43a
Save implementation of other layers 4 years ago
Iron-E dc16475788
Rework imports 4 years ago
Iron-E 380295c94d
Initial PromptLayer implementation 4 years ago
Iron-E 95d2c02d45
Initial implementation of `ModeLayer` 4 years ago
Iron-E 861e3008b1
Refactor `classes` 4 years ago
Iron-E a02aba6097
Complete docs 4 years ago
Iron-E c4721119d0
Update documentation 4 years ago
Iron-E f84b0288e7
Add initial Layer implementation 4 years ago
Iron-E 1501358320
Adjust spacing 4 years ago
Iron-E 425a3477d9
Fix bad references in `Prompt` 4 years ago
Iron-E b1a7207358
Fix bad reference to _window 4 years ago
Iron-E e3a6b651a1
Fix bad _input assignemtn 4 years ago
Iron-E ab45ca248b
Update docs 4 years ago
Iron-E 596b7e8859
Fix parsetable bugs 4 years ago
Iron-E ca0180c0d7
Fix bad reference to 'ParseTable:get()' 4 years ago
Iron-E a25aea8135
Fix bad '_stringSplit' reference 4 years ago
Iron-E eee6a01778
Consistency improvements 4 years ago
Iron-E d804576419
Update docs 4 years ago