mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

Now remove the addition of "start/*" packages in 'packpath' as explicit items in 'runtimepath'. This avoids 'runtimepath' from becoming very long when using a lot of plugins as packages. To get the effective search path as a list, use |nvim_list_runtime_paths()|