Mention that vim-just is now available from vim-polyglot (#865)

This commit is contained in:
Casey Rodarmor 2021-06-09 19:46:08 -07:00 committed by GitHub
parent 58fd747a87
commit 1d184e5114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`: