aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/start/nvim-leftpad/lua/leftpad.lua
Commit message (Collapse)AuthorAge
* startup: load files from &packpath . '/start/{pluginname}'Björn Linse2020-11-19
Quoting the existing docs: Packages are loaded. These are plugins, as above [&runtimepath], but found in the "start" directory of each entry in 'packpath'. Every plugin directory found is added in 'runtimepath' and then the plugins are sourced. Also tj didn't think I could do it.