mirror of
https://github.com/pnx/neotest-phpunit
synced 2026-06-16 03:54:55 +02:00
8 lines
178 B
VimL
8 lines
178 B
VimL
set packpath=./packpath
|
|
set rtp+=.
|
|
set rtp+=./packpath/plenary.nvim
|
|
packadd! plenary.nvim
|
|
packadd! neotest
|
|
packadd! neotest-plenary
|
|
packadd! nvim-nio
|
|
runtime! plugin/plenary.vim
|