docs: fixed separator disable snippet

This commit is contained in:
hoob3rt 2021-03-19 03:52:13 +01:00
parent 0a7f268970
commit 9db1a38357
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ options = {
or disable it or disable it
```lua ```lua
options = {section_separators = nil, component_separators = nil} options = {section_separators = '', component_separators = ''}
``` ```
### Changing components in lualine sections ### Changing components in lualine sections