-- https://github.com/stevearc/dressing.nvim local status, dressing = pcall(require, "dressing") if not status then return end dressing.setup()