Commit Graph

205 Commits (51f7373f2bcb71afef9f97be6e9bed6d6d449c29)
 

Author SHA1 Message Date
Iron-E 51f7373f2b
chore: ignore LuaLS configuration 1 year 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 b3fc3b3621
docs(README): preventing breaking changes on lazy 1 year ago
Iron-E ad39d8a0eb
Merge pull request #20 from itsFrank/make-layers-reusable
feat: make layers reusable
1 year ago
Frank O'Brien e3a4b66027
extracted functionality for removing mapping from existing mapping to new function, used this function on exit instead of :unmap 1 year ago
Iron-E 617022d48c
feat(Help): highlight types with `nvim_echo` 1 year ago
Iron-E 5c4685cab2
fix(examples): unset `fooModeExit` before first run 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 e535c17e84
ref(Layer): future-proof pruning of `nvim_get_keymap` dict 1 year ago
Iron-E 4ac30e0104
fix(Popup): width wrong when first opening 1 year ago
Iron-E 43073dbd7e
fix(Layer): `unmap` after `enter` 1 year ago
Iron-E a7dbc7b76e
fix(Layer): `unmap` before `enter`ing layer
It didn't work before because the layer would still apply the "unmapped"
LHS when entering.
1 year ago
Iron-E 72f45f9187
fix(Layer): checks for if layer is active
The `existing_keymaps_by_mode` table is _always_ initialized, so that
was a red herring.
1 year ago
Iron-E c8fce913e5
fix(examples): missing argument from `layer:unmap()` 1 year ago
Iron-E 83dc6c5433
style(examples): inline keymaps-submode instruction 1 year ago
Iron-E 34b94a246d
perf(Mode): remove `InputBytes` class 1 year ago
Iron-E 69beec5e8e
feat(Mode): adapt to `showmode` option 1 year ago
Iron-E ba75e9b4d3
ref: make workspace diagnostics more accurate 1 year ago
Iron-E fb06f151d2
docs(README): fix keycodes morphed into unicode 1 year ago
Iron-E f9f9308d8d
docs(README): use spaces instead of tabs 1 year ago
Iron-E 63c5604bfa
docs(README): add heirline config 1 year ago
Iron-E b52a440f38
fix(Mode): `nvim_get_mode` returns a table 1 year ago
Iron-E ac93fed590
perf(Mode): `vim.fn.mode()` -> `vim.api.nvim_get_mode()` 1 year ago
Iron-E 64b7f42670
docs(libmodal): update event listings 1 year ago
Iron-E 165d834f68
docs(README): use `ModeChanged` for `lualine` 1 year ago
Iron-E caf4bad7f8
ref(Mode): use `ModeChanged` instead of custom event 1 year ago
Iron-E 767a25bf6e
docs(README): add lazy.nvim example 1 year ago
Iron-E 0eb4afcc5b
ref: workspace diagnostics 1 year ago
Iron-E e5b47b3858
docs(README): freeze feline.nvim config 1 year ago
Iron-E d8e1925ee3
docs(README): add staline.nvim 1 year ago
Iron-E c518ca2bfc
docs(README): use nbsp 1 year ago
Iron-E cef71cb13a
docs(README): indent a little bit 1 year ago
Iron-E cf78e409d1
docs(README): don't indent `lualine` example 1 year ago
Iron-E affbd180e0
docs(README): add `lualine` example 1 year ago
Iron-E 2eb180827b
Merge branch 'master' of https://github.com/Iron-E/nvim-libmodal 1 year ago
Iron-E c6002ebda9
docs: update 1 year ago
Iron-E 1a30555e73
feat(Mode): custom `User` events 1 year ago
Iron-E 2e6c230afa
Merge pull request #17 from sp4ke/fix-unmap
fix error: invalid key lhsraw when restoring maps
2 years ago
spike c5807eba0d fix error: invalid key lhsraw when restoring maps 2 years ago
Iron-E 4fd0e809e4
docs(classes): allow passing `nil` to `new` 2 years ago
Iron-E d02697c6dc
fix(Layer): typo 2 years ago
Iron-E 4a31e56e63
ref(Layer): move `replace_termcodes` to `utils.api`
It is a utility function for an API function, so it belongs here.
2 years ago
Iron-E 6909e1a2cd
fix(Layer): mis-scheduling 2 years ago
Iron-E a696aecf1c
fix(Layer): nvim failing to set keymap 2 years ago
Iron-E 0786a9fa45
ref(Layer): prefer `rhs` to `callback` 2 years ago
Iron-E a898124d3b
fix(Layer): standardize `lhs` before un/map 2 years ago
Iron-E bf7d0c2073
docs: update to add `is_active` 2 years ago
Iron-E 5c66d7622a
ref(Layer): `utils.notify_error` for unmapping errors 2 years ago
Iron-E f61d56f221
fix(utils): don't shadow builtin `error` 2 years ago