neovim/test/functional/fixtures/start/nvim-leftpad/lua/leftpad.lua
Björn Linse a119fe15da startup: load files from &packpath . '/start/{pluginname}'
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.
2020-11-19 14:31:07 +01:00

2 lines
45 B
Lua

return function (str) return '\t' .. str end