Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down