Skip to content

Commit 5b99d74

Browse files
committed
Clarify installation requirements
1 parent 627790f commit 5b99d74

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@ Vim support for [Laravel/Lumen 5+][laravel] projects.
2525

2626
## Installation
2727

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]:
3231

3332
Plug 'tpope/vim-dispatch' "| Optional
3433
Plug 'tpope/vim-projectionist' "|
35-
Plug 'roxma/nvim-completion-manager' "|
3634
Plug 'noahfrederick/vim-composer' "|
3735
Plug 'noahfrederick/vim-laravel'
3836

37+
See the [full list of requirements and integrations][wiki-requirements].
38+
39+
[wiki-requirements]: https://github.com/noahfrederick/vim-laravel/wiki/Requirements
40+
3941
## Credits and License
4042

4143
Thanks to Tim Pope for [rails.vim][rails] on which Laravel.vim is modeled.
@@ -46,5 +48,4 @@ See `:help license`.
4648
[vim-composer]: https://github.com/noahfrederick/vim-composer
4749
[projectionist]: https://github.com/tpope/vim-projectionist
4850
[dispatch]: https://github.com/tpope/vim-dispatch
49-
[ncm]: https://github.com/roxma/nvim-completion-manager
5051
[rails]: https://github.com/tpope/vim-rails

0 commit comments

Comments
 (0)