mirror of
https://github.com/neovim/neovim.git
synced 2025-11-10 12:35:29 +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()|