From 22488d84571ba8886d0548005dba6012cc128bbf Mon Sep 17 00:00:00 2001 From: Tim DuBois Date: Sat, 30 Sep 2017 18:08:56 +0200 Subject: [PATCH] Document load order when using vim-polyglot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ba995..47816de 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Check out this [ElmCast video](https://vimeo.com/132107269) for more detail. If you don't have a preferred installation method, I recommend installing [vim-plug](https://github.com/junegunn/vim-plug), and then simply add `Plug 'elmcast/elm-vim'` to your plugin section: -*NOTE:* If you are using [vim-polyglot](https://github.com/sheerun/vim-polyglot), you need to disable its default elm plugin by adding `let g:polyglot_disabled = ['elm']` to your config file. +*NOTE:* If you are using [vim-polyglot](https://github.com/sheerun/vim-polyglot), you need add elm-vim above vim-polyglot in your plugin section, then disable its default elm plugin by adding `let g:polyglot_disabled = ['elm']` to your config file. ### Requirements