Refresh generated neovim config
This commit is contained in:
@ -670,6 +670,20 @@ sections = {
|
||||
}
|
||||
```
|
||||
|
||||
#### encoding component options
|
||||
|
||||
```lua
|
||||
sections = {
|
||||
lualine_a = {
|
||||
{
|
||||
'encoding',
|
||||
-- Show '[BOM]' when the file has a byte-order mark
|
||||
show_bomb = false,
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### searchcount component options
|
||||
|
||||
```lua
|
||||
|
||||
Reference in New Issue
Block a user