1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update barbar.nvim settings

This commit is contained in:
jdhao 2021-08-13 23:27:52 +08:00
parent fa203cf3b8
commit fd354680c0

View File

@ -18,7 +18,7 @@ vim.g.bufferline = {
clickable = true,
-- Excludes buffers from the tabline
exclude_ft = {'javascript',},
exclude_ft = {'javascript', 'qf'},
exclude_name = {'package.json'},
-- Enable/disable icons
@ -64,3 +64,5 @@ vim.g.bufferline = {
-- where X is the buffer number. But only a static string is accepted here.
no_name_title = 'No name',
}
vim.cmd([[hi link BufferInactiveIndex BufferCurrentIcon]])