mirror of https://github.com/folke/lazy.nvim.git
docs: typo
This commit is contained in:
parent
21871f2269
commit
908d71872b
|
@ -114,7 +114,7 @@ M.defaults = {
|
||||||
rtp = {
|
rtp = {
|
||||||
reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory
|
reset = true, -- reset the runtime path to $VIMRUNTIME and your config directory
|
||||||
---@type string[]
|
---@type string[]
|
||||||
paths = {}, -- add any custom paths here that you want to indluce in the rtp
|
paths = {}, -- add any custom paths here that you want to includes in the rtp
|
||||||
---@type string[] list any plugins you want to disable here
|
---@type string[] list any plugins you want to disable here
|
||||||
disabled_plugins = {
|
disabled_plugins = {
|
||||||
-- "gzip",
|
-- "gzip",
|
||||||
|
|
Loading…
Reference in New Issue