plugins/lightline: fix formatting of code example

This commit is contained in:
Anton Mosich 2025-02-17 01:22:44 +01:00
parent d636d25408
commit 3a66c8a330
No known key found for this signature in database
GPG key ID: 28F77AAFFAF5BAF6

View file

@ -17,6 +17,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
description = ''
### Example of defining your own component_function
```nix
plugins.lightline = {
enable = true;
settings.component_function = {
@ -36,6 +37,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
end
''';
};
```
'';
# TODO: Added 2024-08-23, remove after 24.11