From 4fe14877c33e21da821814d52d75500e44fed738 Mon Sep 17 00:00:00 2001 From: abs3nt Date: Thu, 2 Mar 2023 23:36:16 -0800 Subject: [PATCH] updates --- lua/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) 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 },