mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(loader): allow to add extra paths to rtp reset. Fixes #64
This commit is contained in:
parent
a345649510
commit
876f7bd471
2 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue