Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
strash committed Jun 27, 2022
1 parent dc3145c commit 6b35421
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Plug "strash/everybody-wants-that-line.nvim"
```

## Configuration
These are the defaults.
```lua
local that_line = require("everybody-wants-that-line")

Expand All @@ -42,7 +43,7 @@ that_line.setup({
max_symbols = 5,
},
-- a separator between blocks,
-- e.g. ` b+ 00001 │ 0, 0, 0 │ master README.md │ ↓87%, →58, 47LOC `
-- e.g. ` b+ 00001 │ 0, 0, 0 │ main README.md │ ↓87%, →58, 47LOC `
separator = "",

})
Expand Down

0 comments on commit 6b35421

Please sign in to comment.