diff --git a/lua/plugins.lua b/lua/plugins.lua index 73d1c1d..288125e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -291,17 +291,12 @@ return { config = function() vimp.nnoremap({ 'silent' }, '', [[:BufferNext]]) vimp.nnoremap({ 'silent' }, '', [[:BufferPrevious]]) - -- Set barbar's options require 'bufferline'.setup { animation = true, closable = true, clickable = true, - -- Configure icons on the bufferline. icon_separator_active = ' ', icon_separator_inactive = ' ', - icon_close_tab = '', - icon_close_tab_modified = '●', - icon_pinned = '車', } end },