-
-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Plugin
remote-nvim.nvim
Nixpkgs Release
unstable
Home Manager Release
unstable
I have read the FAQ
- I have read the FAQ and my bug is not listed there.
Description
When using remote-nvim.nvim, it tries to copy all the neovim configs (and plugins) from a single base dir (By default ~/.config/nvim). However, since in Nixvim, the only thing under ~/.config/nvim is an init.lua, not including any plugin files, remote-nvim.nvim can only create a native neovim, with out any plugins.
I tried soft linking the /nix/store/xxx-vim-pack-dir to ~/.config/nvim, but I can't figure out how to get the xxx-vim-pack-dir location.
Maybe Nixvim can add a option to allow user to export all configs to a dedicated location?
Minimal, Reproducible Example (MRE)
programs.nixvim.plugins.remote-nvim = {
enable = true;
};Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working