local M = {} M.setup = function() -- Set this BEFORE loading colorscheme if vim.g.alabaster_floatborder ~= true then vim.g.alabaster_floatborder = true vim.cmd("redraw!") end vim.cmd("colorscheme alabaster") end return M