mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
dev: use literalExpression for examples
This commit is contained in:
parent
77223a2235
commit
c42e53a61b
1 changed files with 1 additions and 1 deletions
|
@ -973,7 +973,7 @@ with builtins; {
|
||||||
The picker may create a new window.
|
The picker may create a new window.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
example = mkLiteralExample ''
|
example = literalExpression ''
|
||||||
-- with s1n7ax/nvim-window-picker plugin
|
-- with s1n7ax/nvim-window-picker plugin
|
||||||
require('window-picker').pick_window,
|
require('window-picker').pick_window,
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue