-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Feature motivation
Since LunarVim uses a custom directory (~/.local/share/lunarvim/lvim), the LunarVim configuration cannot be loaded when opening vimr (a Neovim GUI for macOS) directly.
Even I copy it into ~/.config/nvim, it doesn't work,
because the path has been remove from packpath and runtimepath
https://github.com/ChristianChiarulli/LunarVim/blob/7cd03ff4e332e1427497b54d5ca8b037afbc0982/init.lua#L2
https://github.com/ChristianChiarulli/LunarVim/blob/7cd03ff4e332e1427497b54d5ca8b037afbc0982/init.lua#L8
PS. the command vimr --nvim -u ~/.local/share/lunarvim/lvim/init.lua --cmd "set runtimepath+=~/.local/share/lunarvim/lvim" works fine.
Describe the expected solution
No response
Describe the alternatives you've considered
an installation switch option to choose directory between ~/.local/share/lunarvim/lvim and ~/.config/nvim ?
Additional context
No response