Skip to content

Commit

Permalink
fix(vim): change bufferline modified icon
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed May 31, 2023
1 parent 2bbb412 commit 4715e7a
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 @@ -3,6 +3,7 @@ require("bufferline").setup({
options = {
diagnostics = "nvim_lsp",
tab_size = 22,
modified_icon = "",
show_close_icon = false,
offsets = {
{
Expand Down

0 comments on commit 4715e7a

Please sign in to comment.