Skip to content

[Feature]: Support for VimR and neovide #1229

@vlaw

Description

@vlaw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions