mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00

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.
2 lines
45 B
Lua
2 lines
45 B
Lua
return function (str) return '\t' .. str end
|