1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +00:00

Add syntax highlighting for Justfile's

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-12-31 21:59:16 +01:00
parent e2e8447d16
commit 7c33d30f56
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -31,6 +31,7 @@ Plug 'leafgarland/typescript-vim'
Plug 'Matt-Deacalion/vim-systemd-syntax'
Plug 'mutewinter/nginx.vim'
Plug 'posva/vim-vue'
Plug 'NoahTheDuke/vim-just'
call plug#end()