mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
added option to specify custom config path for situations involving custom config directories such as those loaded from the nix store.
This commit is contained in:
parent
96584866b9
commit
d9a25b1566
2 changed files with 11 additions and 3 deletions
|
@ -436,6 +436,10 @@ return {
|
|||
-- "tutor",
|
||||
-- "zipPlugin",
|
||||
},
|
||||
-- to work around circumstances in which your config folder is
|
||||
-- not in the normal location when performance.rtp.reset = true
|
||||
-- such as when loading your config folder from the nix store.
|
||||
custom_config_dir = vim.fn.stdpath("config"),
|
||||
},
|
||||
},
|
||||
-- lazy can generate helptags from the headings in markdown readme files,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue