File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ development and Neovim exploration and configuration. Acts as a user friendly
22
22
replacement of command mode - messages loop and as a handy scratch pad to store
23
23
and test your code gists.
24
24
25
- **Update: although it originated as a tool for Lua development, it has now
26
- evolved into supporting other languages too. See evaluating other languages.**
25
+ **Update:** although it originated as a tool for Lua development, it has now
26
+ evolved into supporting other languages too. See
27
+ | lua-console.nvim-`evaluating-other-languages` | .
27
28
28
29
29
30
Original file line number Diff line number Diff line change 1
1
==============================================================================
2
+ ------------------------------------------------------------------------------
3
+ *to_table()*
4
+
5
+ `to_table` ({obj} )
6
+
7
+ Parameters ~
8
+ {obj} `(string |string [])`
9
+
10
+ Return ~
11
+ `(string [])`
12
+
2
13
------------------------------------------------------------------------------
3
14
*show_virtual_text()*
4
15
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ lua-console.nvim-table-of-contents lua-console.nvim.txt /*lua-console.nvim-table
12
12
lua_evaluator() lua-console.nvim_api.txt /*lua_evaluator()*
13
13
pretty_print() lua-console.nvim_api.txt /*pretty_print()*
14
14
show_virtual_text() lua-console.nvim_api.txt /*show_virtual_text()*
15
+ to_table() lua-console.nvim_api.txt /*to_table()*
You can’t perform that action at this time.
0 commit comments