mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 00:08:19 +00:00
vim-patch:7.4.1384
Problem: It is not easy to use a set of plugins and their dependencies.
Solution: Add packages, ":loadopt", 'packpath'.
f6fee0e2d4
This commit is contained in:
@@ -1243,6 +1243,9 @@ static void load_plugins(void)
|
||||
if (p_lpl) {
|
||||
source_runtime((char_u *)"plugin/**/*.vim", TRUE);
|
||||
TIME_MSG("loading plugins");
|
||||
|
||||
source_packages();
|
||||
TIME_MSG("loading packages");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user