mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
fix: Remove missed mentions of rawType (#875)
This commit is contained in:
parent
4d14c098b6
commit
8b8a1c0f4b
5 changed files with 5 additions and 5 deletions
|
@ -84,7 +84,7 @@ in {
|
|||
)
|
||||
''
|
||||
The type of `content` depends on the secton `type`:
|
||||
- "text" -> a list of strings or a function (`rawType`) that requires a function that returns a table of strings
|
||||
- "text" -> a list of strings or a function (`rawLua`) that requires a function that returns a table of strings
|
||||
- "mapping" -> a list of list of strings in the format:
|
||||
```nix
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue