nvim-luadev
Lua debugger
A tool for executing and debugging Lua code in Nvim.
REPL/debug console for nvim lua plugins
279 stars
11 watching
6 forks
Language: Lua
last commit: almost 2 years ago
Linked from 1 awesome list
nvimrepl
Related projects:
Repository | Description | Stars |
---|---|---|
saks/lua-resty-repl | An interactive console for debugging and running Lua code in Nginx applications. | 177 |
vigemus/iron.nvim | A tool that enables an interactive REPL experience within Neovim. | 1,025 |
slembcke/debugger.lua | A simple Lua debugger for embedded systems and single-file use. | 786 |
andrewferrier/debugprint.nvim | An extension plugin for NeoVim's Lua editor that allows developers to simplify debugging by inserting print-like statements in code. | 374 |
redislabs/redis-lua-debugger | A tool that inserts debugging capabilities into Redis Lua scripts. | 89 |
nvoid-lua/nvoid | A custom Neovim configuration and development environment built around the Lua programming language | 102 |
lopi-py/luau-lsp.nvim | An extension to Neovim for improved Lua development experience | 50 |
niuiic/dap-utils.nvim | A collection of utilities to enhance the debugging experience with Neovim's DAP. | 37 |
folke/lazydev.nvim | A plugin for Neovim that configures LuaLS to lazily update workspace libraries and improve auto-completion | 812 |
milisims/nvim-luaref | Provides documentation and reference for Lua programming language in Vim script | 122 |
rafcamlet/nvim-luapad | An interactive scratchpad for Lua code development in Neovim | 576 |
norcalli/nvim-terminal.lua | A filetype mode that highlights and conceals text buffers with colored syntax codes | 209 |
bfredl/nvim-miniyank | Automated text history management plugin for Neovim and Vim 8 with optional mappings | 233 |
milanglacier/yarepl.nvim | Manages interactions with multiple REPLs and text buffers in Neovim. | 105 |
pkulchenko/mobdebug | A remote debugger for Lua scripts allowing control of program execution and inspection of current state. | 893 |