From 9035e108ad241f65031a0bf6e933acee821a4044 Mon Sep 17 00:00:00 2001 From: brianhuster Date: Mon, 25 Nov 2024 21:27:28 +0700 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd2ee1a..c464dde 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ You can use `v:lua` to call the Lua function from Vimscript: ```vim v:lua.require'dirvish-do'.setup( - \ Config dictionary goes here + \ " Config dictionary goes here \ ) ``` See `:h v:lua-call` for more information.