updates
This commit is contained in:
parent
850f7b03b1
commit
4fe14877c3
@ -291,17 +291,12 @@ return {
|
||||
config = function()
|
||||
vimp.nnoremap({ 'silent' }, '<A-Right>', [[:BufferNext<CR>]])
|
||||
vimp.nnoremap({ 'silent' }, '<A-Left>', [[:BufferPrevious<CR>]])
|
||||
-- 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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user