Skip to content

Commit

Permalink
LazyVim 10.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-project committed Nov 19, 2023
1 parent cb4fa22 commit fca86a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ return {
end
end

if startsWith(text) == "Explorer:" then
if startsWith(text, "Explorer:") then
text = text
else
if type(config.right_padding) == "number" then
Expand Down

0 comments on commit fca86a9

Please sign in to comment.