Skip to content

Commit

Permalink
docs: fix typo (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
cppcoffee authored Feb 23, 2024
1 parent eca428c commit 881ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ require("statuscol").setup({
function(args) -- shown only for the current window
return vim.api.nvim_get_current_win() == args.win
end,
builtin.notempty, -- only shown when the rest of the statuscolumn is not empty
builtin.not_empty, -- only shown when the rest of the statuscolumn is not empty
},
}
}
Expand Down

0 comments on commit 881ba5f

Please sign in to comment.