@@ -25,17 +25,19 @@ Vim support for [Laravel/Lumen 5+][laravel] projects.
25
25
26
26
## Installation
27
27
28
- Laravel.vim has optional dependencies on [ composer.vim] [ vim-composer ] ,
29
- [ dispatch.vim] [ dispatch ] (the ` :Console ` command),
30
- [ projectionist.vim] [ projectionist ] (navigation commands), and
31
- [ nvim-completion-manager] [ ncm ] (insert-mode completion):
28
+ Laravel.vim depends on a few other plug-ins for optional features, including
29
+ [ composer.vim] [ vim-composer ] , [ dispatch.vim] [ dispatch ] , and
30
+ [ projectionist.vim] [ projectionist ] :
32
31
33
32
Plug 'tpope/vim-dispatch' "| Optional
34
33
Plug 'tpope/vim-projectionist' "|
35
- Plug 'roxma/nvim-completion-manager' "|
36
34
Plug 'noahfrederick/vim-composer' "|
37
35
Plug 'noahfrederick/vim-laravel'
38
36
37
+ See the [ full list of requirements and integrations] [ wiki-requirements ] .
38
+
39
+ [ wiki-requirements ] : https://github.com/noahfrederick/vim-laravel/wiki/Requirements
40
+
39
41
## Credits and License
40
42
41
43
Thanks to Tim Pope for [ rails.vim] [ rails ] on which Laravel.vim is modeled.
@@ -46,5 +48,4 @@ See `:help license`.
46
48
[ vim-composer ] : https://github.com/noahfrederick/vim-composer
47
49
[ projectionist ] : https://github.com/tpope/vim-projectionist
48
50
[ dispatch ] : https://github.com/tpope/vim-dispatch
49
- [ ncm ] : https://github.com/roxma/nvim-completion-manager
50
51
[ rails ] : https://github.com/tpope/vim-rails
0 commit comments