summaryrefslogtreecommitdiffstats
path: root/.config/nvim/lua/plugins/barbar.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/barbar.lua')
-rw-r--r--.config/nvim/lua/plugins/barbar.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/nvim/lua/plugins/barbar.lua b/.config/nvim/lua/plugins/barbar.lua
index 7b6c69d..906c73a 100644
--- a/.config/nvim/lua/plugins/barbar.lua
+++ b/.config/nvim/lua/plugins/barbar.lua
@@ -49,18 +49,18 @@ return {
49 clickable = false, 49 clickable = false,
50 icons = { 50 icons = {
51 diagnostics = { 51 diagnostics = {
52 [vim.diagnostic.severity.ERROR] = {enabled = true, icon = '❌'}, 52 [vim.diagnostic.severity.ERROR] = { enabled = true, icon = '❌' },
53 [vim.diagnostic.severity.WARN] = {enabled = false}, 53 [vim.diagnostic.severity.WARN] = { enabled = false },
54 [vim.diagnostic.severity.INFO] = {enabled = false}, 54 [vim.diagnostic.severity.INFO] = { enabled = false },
55 [vim.diagnostic.severity.HINT] = {enabled = true}, 55 [vim.diagnostic.severity.HINT] = { enabled = true },
56 }, 56 },
57 filetype = { 57 filetype = {
58 custom_colors = false, 58 custom_colors = false,
59 enabled = true, 59 enabled = true,
60 }, 60 },
61 separator = { left = '▎', right = ''}, 61 separator = { left = '▎', right = '' },
62 modified = { button = ''}, 62 modified = { button = '' },
63 pinned = { button = '', filename = true, separator = { right = ''}}, 63 pinned = { button = '', filename = true, separator = { right = '' } },
64 }, 64 },
65 65
66 insert_at_end = false, 66 insert_at_end = false,