You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- You can resize the console with `<C-Up>` and `<C-Down>`.
112
122
123
+
<br>
113
124
114
125
## 📓 Notes on globals, locals and preserving execution context
115
126
@@ -129,6 +140,7 @@ There are two functions available within the console:
129
140
-`_ctx()` - will print the contents of the context
130
141
-`_ctx_clear()` - clears the context
131
142
143
+
<br>
132
144
133
145
## ⭐ Extra features
134
146
@@ -257,6 +269,8 @@ There are two functions available within the console:
257
269
]]
258
270
```
259
271
272
+
<br>
273
+
260
274
## Alternatives and comparison
261
275
262
276
There are a number of alternatives available, notably:
@@ -268,5 +282,6 @@ There are a number of alternatives available, notably:
268
282
Initially, when starting with Lua and Neovim, I tried all the REPLs/code runners I could find. However, I was not satisfied with all of them in one way or another.
269
283
Lua-console is an attempt to combine the best features of all of them, like REPL / scratch pad / code runner / debug console, while leaving the UX and config simple.
270
284
285
+
<br>
271
286
272
287
## 🔥 All feedback and feature requests are very welcome! Enjoy!
0 commit comments