docs: fixed separator disable snippet
This commit is contained in:
parent
0a7f268970
commit
9db1a38357
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue