WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

[BUG] <BUG>remote-nvim.nvim cannot copy plugins #3830

@SJ-Fang23

Description

@SJ-Fang23

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions