[nvim] Add the Laravel plugins

This commit is contained in:
Alyxia Sother 2021-11-11 09:53:18 +01:00
parent c73c298d26
commit 0ac6542bb5
No known key found for this signature in database
GPG Key ID: 355968D14144B739
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ let s:plug = funcref('dotfiles#plugman#register')
call s:plug('alaviss/nim.nvim')
call s:plug('stevearc/vim-arduino')
call s:plug('xiyaowong/coc-nvim-lua')
call s:plug('noahfrederick/vim-laravel') " dependencies {{{
call s:plug('noahfrederick/vim-composer')
call s:plug('tpope/vim-projectionist')
call s:plug('tpope/vim-dispatch')
" }}}
" }}}
" Misc {{{