Mention that vim-just is now available from vim-polyglot (#865)
This commit is contained in:
parent
58fd747a87
commit
1d184e5114
@ -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`:
|
||||
|
Loading…
Reference in New Issue
Block a user