-- This file is intentionally call xbufferline.lua so that it loads last. -- This is so we can get access to the loaded and configured nord color scheme. local highlights = require("nord").bufferline.highlights() require("bufferline").setup({ options = { show_close_icon = false, show_buffer_close_icons = false, }, highlights = highlights })