Commit Graph

20 Commits (master)

Author SHA1 Message Date
Iron-E cbe88095ab
Feat/35/libmodal mode map fn (#36)
* ref(libmodal): `mode.switch` -> `mode.map.switch`

* feat(libmodal): `mode.map.fn`

* docs(libmodal): `libmodal.mode.map.fn`

* docs(examples): add `fn` example
2 months ago
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 6d8aefa5e6
ref: remove useless directory nesting 1 year ago
Iron-E 0822846209
docs: class namespaces follow directories 1 year ago
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 0eb4afcc5b
ref: workspace diagnostics 1 year 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 afdfadf365
ref: use Neovim 0.5
BREAKING CHANGE: now requires Neovim 0.5
3 years ago
Iron-E 85214c7487
Remove `name` 4 years ago
Iron-E d8da47fa71
Optimize module loading, update docs 4 years ago
Iron-E dc16475788
Rework imports 4 years ago
Iron-E f84b0288e7
Add initial Layer implementation 4 years ago
Iron-E ab45ca248b
Update docs 4 years ago
Iron-E 55629e77a0
Begin work on dev documentation 4 years ago
Iron-E b35e436abc
Structural improvements; begin to implement mode.enter 4 years ago
Iron-E 15d1320720
Begin work on translation 4 years ago
Iron-E 8e0ca12c1f
Update imports 4 years ago
Iron_E b21c5c20a6
Initial commit 4 years ago