Skip to content

Commit

Permalink
fix(nvim): hide bufferline close icons
Browse files Browse the repository at this point in the history
I don't use the mouse, btw
  • Loading branch information
caarlos0 committed Sep 21, 2023
1 parent 769e4ce commit 02d5e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/neovim/config/lua/user/bufferline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ require("bufferline").setup({
diagnostics = "nvim_lsp",
tab_size = 22,
modified_icon = "",
show_buffer_close_icons = false,
show_close_icon = false,
offsets = {
{
Expand Down

0 comments on commit 02d5e73

Please sign in to comment.