From 569b5a6224a0bd1a2d00884ea5423c848bb69f05 Mon Sep 17 00:00:00 2001 From: Vikash Kesarwani <805631+tibabit@users.noreply.github.com> Date: Wed, 26 Sep 2018 23:03:16 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e3c8b3..70e1452 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ If you want to add a custom directory to the search path, e.g. if you placed them inside a ``templates`` directory under ``$HOME`` then add the following line in your ``.vimrc`` file: ``` -set g:tmpl_search_paths = ['~/templates'] +let g:tmpl_search_paths = ['~/templates'] ``` ### Configuring the placeholder values