X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/910db86aaed05181df7f26887551ed36e9f874b7..3debb9f51be7d2f6326e5e5347b6c95d652126e0:/nvim/lua/plugins/ui.lua 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