File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
2222replacement of command mode - messages loop and as a handy scratch pad to store
2323and test your code gists.
2424
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` | .
2728
2829
2930
Original file line number Diff line number Diff line change 11==============================================================================
2+ ------------------------------------------------------------------------------
3+ *to_table()*
4+
5+ `to_table` ({obj} )
6+
7+ Parameters ~
8+ {obj} `(string |string [])`
9+
10+ Return ~
11+ `(string [])`
12+
213------------------------------------------------------------------------------
314 *show_virtual_text()*
415
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
1212lua_evaluator() lua-console.nvim_api.txt /*lua_evaluator()*
1313pretty_print() lua-console.nvim_api.txt /*pretty_print()*
1414show_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