mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-30 22:59: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
|
@ -77,7 +77,7 @@ in {
|
|||
after cursor.
|
||||
|
||||
This is either:
|
||||
- a `rawType` value (`action.__raw = "function() foo end";`).
|
||||
- a `rawLua` value (`action.__raw = "function() foo end";`).
|
||||
- a string. In this case, Nixvim will automatically interpret it as a builtin yanky
|
||||
action.
|
||||
Example: `action = "put('p')";` will translate to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue