LuaLS Type Annotations

Check out the official documentation for more on Github What are LuaLS Annotations? LuaLS annotations are special comments prefixed with --- that provide type information to the language server. These annotations help the server understand your code better, enabling features like: Type checking and error detection Intelligent autocompletion Better signature help Basic Syntax and Formatting --- This is a basic annotation --- --- *Bold text* and /italic text/ are supported Core Type System LuaLS recognizes all standard Lua types, such as `nil`, `any`, `boolean`, `string`, and more. ...

August 31, 2025 · Adran Carnavale

Docker mangement in Neovim

lazydocker.nvim is my personal Neovim plugin project that brings the power of lazydocker directly into your editor workflow Check out the project source code on Github `lazydocker.nvim` is a Lua-based Neovim plugin that allows you to open lazydocker in a floating window without ever leaving your editor. This means you can quickly check on your containers, view logs, or manage services, and then get right back to your code with a single keystroke. ...

August 24, 2025 · Adran Carnavale