diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 21:45:55 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-14 21:45:55 +0100 |
commit | d70376f363acbce81bb3696cfbeab8c009f5a24b (patch) | |
tree | 9b36c80e9dc9317468c576fe1c09bf5c6afd3d77 /lua/config | |
parent | 8bdb38deff076ef3389820d3000ad705c6755da8 (diff) |
Set icons to false in bufferline
Diffstat (limited to 'lua/config')
-rw-r--r-- | lua/config/bufferline.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/bufferline.lua b/lua/config/bufferline.lua index 851770b..3e36e85 100644 --- a/lua/config/bufferline.lua +++ b/lua/config/bufferline.lua @@ -56,7 +56,7 @@ bufferline.setup({ -- end -- end, offsets = { { filetype = "NvimTree", text = "", padding = 1 } }, - show_buffer_icons = true, + show_buffer_icons = false, show_buffer_close_icons = false, show_close_icon = false, show_tab_indicators = false, |