Skip to content

Commit 9609652

Browse files
committed
feat(docs): Adjust vim default recipe recommendation
1 parent 879ba88 commit 9609652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function! SetupMyVimadeConfig()
109109
python << EOF
110110
from vimade import vimade
111111
vimade.setup(
112-
recipe = ['default', {'animate':True}],
112+
recipe = ['default', {'animate':False}],
113113
fadelevel = 0.4,
114114
)
115115
EOF

0 commit comments

Comments
 (0)