X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ff8b00535ab893c35d330d58bc3ec019c9cf544f..e3bc42d5aa2868d51a8024aec1ecce46ea2fb8f2:/nvim/lua/plugins/ui.lua?ds=sidebyside diff --git a/nvim/lua/plugins/ui.lua b/nvim/lua/plugins/ui.lua index e91dbb2..ec1992d 100644 --- a/nvim/lua/plugins/ui.lua +++ b/nvim/lua/plugins/ui.lua @@ -1,6 +1,17 @@ +---@type LazyPluginSpec return { + { + "bufferline.nvim", + ---@type BufferlineConfig + opts = { + options = { + always_show_bufferline = true, + }, + }, + }, { "noice.nvim", + ---@type NoiceConfig opts = { presets = { command_palette = false, -- don't position the cmdline and popupmenu together