Lua

Setup Love2D and Lua with coc.nvim

02 Oct 2025

I’ve been coding in Lua lately, mostly writing games using Love2D.

Neovim already supports Lua well, as it’s the language used for writing its plugins, but I did install coc-lua for better completion, inline documentation and more linting support.

Continue reading →

Debugging inside Neovim with nvim-dap and nvim-dap-ui

08 Aug 2024

Today I took some time to configure my Neovim with a plugin that I had recently bumped into: a the nvim-dap debug adapter and its UI nvim-dap-ui.

Continue reading →