mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
docs for new options cleanup
This commit is contained in:
parent
d54e289b5f
commit
c52c8d2356
2 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ return {
|
|||
-- "zipPlugin",
|
||||
},
|
||||
-- custom_config_dir exists to work around circumstances
|
||||
-- in which your config folder is -- not in the normal location,
|
||||
-- in which your config folder is not in the normal location,
|
||||
-- and thus is unloaded when performance.rtp.reset = true
|
||||
-- such as when loaded from the nix store
|
||||
custom_config_dir = vim.fn.stdpath("config"),
|
||||
|
|
|
@ -149,7 +149,7 @@ M.defaults = {
|
|||
-- "zipPlugin",
|
||||
},
|
||||
-- custom_config_dir exists to work around circumstances
|
||||
-- in which your config folder is -- not in the normal location,
|
||||
-- in which your config folder is not in the normal location,
|
||||
-- and thus is unloaded when performance.rtp.reset = true
|
||||
-- such as when loaded from the nix store
|
||||
custom_config_dir = vim.fn.stdpath("config"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue