aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-08-13 23:27:52 +0800
committerjdhao <jdhao@hotmail.com>2021-08-13 23:27:52 +0800
commitfd354680c061ef6f55f56a792721a89f8af882b7 (patch)
tree41d0b6a01c17e6904c83e5166af09c2dec0b6b81 /lua
parentfa203cf3b86f82f6368c117dd1cff45896b633a9 (diff)
update barbar.nvim settings
Diffstat (limited to 'lua')
-rw-r--r--lua/config/barbar.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/config/barbar.lua b/lua/config/barbar.lua
index bf66b90..059d53e 100644
--- a/lua/config/barbar.lua
+++ b/lua/config/barbar.lua
@@ -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]])