mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Add the Laravel plugins
This commit is contained in:
parent
c73c298d26
commit
0ac6542bb5
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ let s:plug = funcref('dotfiles#plugman#register')
|
||||||
call s:plug('alaviss/nim.nvim')
|
call s:plug('alaviss/nim.nvim')
|
||||||
call s:plug('stevearc/vim-arduino')
|
call s:plug('stevearc/vim-arduino')
|
||||||
call s:plug('xiyaowong/coc-nvim-lua')
|
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 {{{
|
" Misc {{{
|
||||||
|
|
Loading…
Reference in a new issue