From a21e1392962d8e29f78069d7231a8ed0c8eabf93 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 12 Nov 2013 17:19:02 +0900 Subject: [PATCH] - Updated README. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 820f0b0..b39d73a 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,9 @@ built-in ones, then you can set a path to the snippets with the `g:neosnippet#snippets_directory` variable (e.g [Honza's Snippets](https://github.com/honza/vim-snippets)) +But if you enable g:neosnippet#enable_snipmate_compatibility, neosnippet will +load snipMate snippets from runtime path automatically. + ```vim " Enable snipMate compatibility feature. let g:neosnippet#enable_snipmate_compatibility = 1