Skip to content

Commit

Permalink
docs(readme): fix description of opts.sources.terminal.icon
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Oct 26, 2024
1 parent a1b893c commit f6d246e
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 @@ -1766,7 +1766,7 @@ Thanks [@willothy](https://github.com/willothy) for implementing this.
- Default:
```lua
function(_)
return M.opts.icons.kinds.symbols.Terminal or ''
return M.opts.icons.kinds.symbols.Terminal or ' '
end
```

Expand Down

0 comments on commit f6d246e

Please sign in to comment.