Commit Graph

40 Commits (1ecc4add3b8471424be953dfb7fb916b8a080e95)

Author SHA1 Message Date
Iron-E 1ecc4add3b
feat: `Mode:exit` (#30)
* fix(Mode): adapt to changes in `timeoutlen`

* feat(libmodal): do `self:exit()` inside callback

* docs: `Mode:exit`

* style: .editorconfig

* docs(libmodal): fix broken example

* feat(Mode): `self:switch`

* docs: `Mode:switch`

* feat(libmodal): `mode.switch`

Wraps `Mode:switch` for convenience

* docs: `libmodal.mode.switch`

* docs(examples): `*.switch`
2 months ago
Iron-E 64b7f42670
docs(libmodal): update event listings 1 year ago
Iron-E c6002ebda9
docs: update 1 year ago
Iron-E bf7d0c2073
docs: update to add `is_active` 2 years ago
Iron-E fe1596e7bc
docs: new public functions 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 cbf7358c27
docs: indicate Neovim 0.7 requirement 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 3b85822b91
docs(help): prompt.enter {supressExit} parameter 3 years ago
Iron-E c9dd739eb0
Don't use buffer variable 4 years ago
Iron-E 636c8bfe75
Update documentation 4 years ago
Iron-E f45afa796e
Fix broken reference in docs 4 years ago
Iron-E 84797013b4
Begin doc updates; add API exit function 4 years ago
Iron-E 8df9f63b9e
Add version restriction to the docs 4 years ago
Iron-E f6813a55c1
Add more examples 4 years ago
Iron-E 26164953b6
Adjust documentation 4 years ago
Iron-E ec768908e4
Add fixes to changelog 4 years ago
Iron-E 85214c7487
Remove `name` 4 years ago
Iron-E b4eef027f5
Document changes to ParseTable 4 years ago
Iron-E eb6f39b43a
Save implementation of other layers 4 years ago
Iron-E c4721119d0
Update documentation 4 years ago
Iron-E 519e0ad0a6
Start on documentation 4 years ago
Iron-E f84b0288e7
Add initial Layer implementation 4 years ago
Iron-E d804576419
Update docs 4 years ago
Iron-E 481ce853ca
Bug fixes 4 years ago
Iron-E 523261dcbc
Initial conversion of prompt 4 years ago
Iron-E f2bc648405
Update docs for new release 4 years ago
Iron-E b7be721f74
Add gist references 4 years ago
Iron-E db764d942e
Add another fix to the list. 4 years ago
Iron-E b2f9be2041
Update docs for 0.4.0 4 years ago
Iron-E 56ed332af9
Update format of docs 4 years ago
Iron-E 69928e75bd
Update changelog; remove unneeded file 4 years ago
Iron-E 7e5ad56157
Add clarifications for bugs 4 years ago
Iron-E fb3e5ba7ae
Add another bug to the list 4 years ago
Iron-E c36520de46
Add vim-libmodal compatability 4 years ago
Iron-E e285be6ff6
Improve doc consistency 4 years ago
Iron-E 1946b0927f
Finish libmodal-lua docs 4 years ago
Iron-E 3a23642798
Finish first doc 4 years ago
Iron-E 68e4537f15
Begin documentation 4 years ago