docs: fixed lua function doc
This commit is contained in:
parent
f80d5adb41
commit
a105e96ddc
@ -149,7 +149,7 @@ You can define a custom function as a lualine component
|
|||||||
local function hello()
|
local function hello()
|
||||||
return [[hello world]]
|
return [[hello world]]
|
||||||
end
|
end
|
||||||
sections = {lualine_a = {'hello'}}
|
sections = {lualine_a = {hello}}
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user