Paul Parizaca
Results
1
comments of
Paul Parizaca
After the latest update broke some things, here's how I locked Mason to v1.x in my LazyVim setup: **Before** (`~/.config/nvim/lua/plugins/mason.lua`): ```lua return { { "williamboman/mason.nvim", opts = { ensure_installed =...