From 1d184e511415d2b8bc1070f586ebfc1580c7a8b4 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 9 Jun 2021 19:46:08 -0700 Subject: [PATCH] Mention that vim-just is now available from vim-polyglot (#865) --- README.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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`: