diff --git a/README.adoc b/README.adoc index 1817731..beeca8d 100644 --- a/README.adoc +++ b/README.adoc @@ -153,7 +153,11 @@ The https://github.com/NoahTheDuke/vim-just[vim-just] plugin provides syntax hig Install it with your favorite package manager, like https://github.com/junegunn/vim-plug[Plug]: ```vim +call plug#begin() + Plug 'NoahTheDuke/vim-just' + +call plug#end() ``` Or with Vim's built-in package support: @@ -164,6 +168,8 @@ cd ~/.vim/pack/vendor/start git clone https://github.com/NoahTheDuke/vim-just.git ``` +`vim-just` is also available from https://github.com/sheerun/vim-polyglot[vim-polyglot], a multi-language Vim plugin. + ==== Makefile Syntax Highlighting Vim's built-in Makefile syntax highlighting isn't perfect for justfiles, but it's better than nothing. You can put the following in `~/.vim/filetype.vim`: