From 8e6888591cfcce0fc8c7dcd3615eb11d4bba4cfb Mon Sep 17 00:00:00 2001 From: daa84 Date: Tue, 7 Mar 2017 18:22:17 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d9f3d..65cfb9d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,6 @@ call rpcnotify(1, 'Gui', 'Font', 'DejaVu Sans Mono 12') # Command line As this project uses gtk-rs, custom option by GtkApplication not supported yet. There is workaround to pass nvim execution path. -```bat +``` cargo run -- --nvim-bin-path=E:\Neovim\bin\nvim.exe ```