mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-05 15:30:08 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
876f7bd471
commit
95fc814818
1 changed files with 2 additions and 0 deletions
|
@ -338,6 +338,8 @@ CONFIGURATION *lazy.nvim-configuration*
|
|||
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
Reference in a new issue