32 Commits (master)
 

Author SHA1 Message Date
bfredl 3ba0c02c37 WANNSEE 1 year ago
bfredl 395b7cf3af incremental output like its 2023 1 year ago
bfredl b1f8e58ea5 stupid async coro thing:
coroutine.yield() -> schedule
coroutine.yield("blaa") -> print + schedule
coroutine.yield(function(thunk) dolater(thunk) end) -> resume later
1 year ago
bfredl 2a2c242bd7
Merge pull request #3 from mizlan/command-bar
Allow for bar in Luadev command
2 years ago
Michael Lan 5abc58ad4c Allow for bar in Luadev command 2 years ago
Björn Linse 862acd3643 "you're not allowed to get this metatable" they said 2 years ago
Björn Linse f82a74b153
Merge pull request #2 from muniter/run-operator
Add normal mode operator (Luadev-Run)
3 years ago
Javier López 33d054adfc Fix the readme and lua function call. 3 years ago
Javier López e1cbe253e3 Use nnoremap to reuse Luadev-Run 3 years ago
Javier López e47f40c95c make things less verbose. 3 years ago
Javier López 349a599e98 update the readme to document the new mapping 3 years ago
Javier López 3e27c752e4 feat: Add normal mode operator (Luadev-RunOperator)
The logic is abstracted into the s:luadev_run_operator function that
receives the first parameter "visual" to know it should use the visual
range. Otherwise work with motions. In this case motions that expand
over one line execute code linewise from the start to the end. This
makes motions j,k,%,/,? be more ergonomic I believe.
3 years ago
Björn Linse a5f8bc0793 insertify the metatable 4 years ago
Björn Linse ea63464540 add a counter to the prompts, and use it in error prefixes 4 years ago
Björn Linse 0223942731 inspect: support vim.empty_dict() 4 years ago
Björn Linse 6b5ac2599c support "luadev.reader" for fennel or similar 4 years ago
Björn Linse 358eee9b81 some silence 5 years ago
Björn Linse 2819be54b0 append_buf: create buffer if needed 5 years ago
Björn Linse 92a77519d4 update README.md 5 years ago
Björn Linse 500e53b5fc FIXUP 5 years ago
Björn Linse 35d74a403f is complete 5 years ago
Björn Linse cb90efe591 kod 5 years ago
Björn Linse 855b82d7f0 externalize create_buf() + _errstack 5 years ago
Björn Linse 2f8d36cd37 some license 5 years ago
Björn Linse 15dc821415 Add README.md 5 years ago
Björn Linse 9ad71b2298 fix print(1,2) and print(1,nil,2) 5 years ago
Björn Linse 21b6882c8b tostring userdata 5 years ago
Björn Linse d35be31711 vendor inspect.lua
upstream commit b611db6bfa9c12ce35dd4972032fbbd2ad5ba965

we will need to make some changes
5 years ago
Björn Linse 944572995b nodoeval 6 years ago
Björn Linse e4b6e00c1a doeval 6 years ago
Björn Linse ae4764d85f REVISION 6 years ago
Björn Linse ba974e4f27 first version 6 years ago