mirror of
https://github.com/neovim/neovim.git
synced 2025-12-03 07:23:05 +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()|