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:
BirdeeHub 2024-01-04 15:15:01 -08:00
commit d9a25b1566
2 changed files with 11 additions and 3 deletions

View file

@ -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,