feat(loader): allow to add extra paths to rtp reset. Fixes #64

This commit is contained in:
Folke Lemaitre 2022-12-21 15:19:14 +01:00
parent a345649510
commit 876f7bd471
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 7 additions and 0 deletions

View file

@ -309,6 +309,8 @@ return {
reset_packpath = true, -- reset the package path to improve startup time
rtp = {
reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory
---@type string[]
paths = {}, -- add any custom paths here that you want to indluce in the rtp
---@type string[] list any plugins you want to disable here
disabled_plugins = {
-- "gzip",