mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
performance.rtp.custom_config_dir actually SHOULD be normalized, as you seem to normalize M.me which gets used in the same place.
This commit is contained in:
parent
69bc89ec34
commit
32ef21ca20
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ function M.setup(opts)
|
|||
|
||||
M.me = debug.getinfo(1, "S").source:sub(2)
|
||||
M.me = Util.norm(vim.fn.fnamemodify(M.me, ":p:h:h:h:h"))
|
||||
M.options.performance.rtp.custom_config_dir = Util.norm(M.options.performance.rtp.custom_config_dir)
|
||||
if M.options.performance.rtp.reset then
|
||||
vim.opt.rtp = {
|
||||
M.options.performance.rtp.custom_config_dir,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue