Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NixVim documentation #39

Open
arunoruto opened this issue May 7, 2024 · 1 comment
Open

NixVim documentation #39

arunoruto opened this issue May 7, 2024 · 1 comment

Comments

@arunoruto
Copy link

arunoruto commented May 7, 2024

I am currently rocking NixVim to manage my (neo)vim plugins, and I noted that Papis is missing from the list. It would be cool to include it in there. I am still a noob at Nix(OS), but if I get more experience, I would be willing to include it in there too.

I will try in the future also including it as an external plugin:

{pkgs, ...}: {
  programs.nixvim = {
    extraPlugins = [
      (pkgs.vimUtils.buildVimPlugin {
        name = "papis";
        src = builtins.fetchGit {
          url = "https://github.com/jghauser/papis.nvim";
          ref = "main";
        };
      })
    ];
  };
}

but further config need to be added at extraConfigLua then.

@jghauser
Copy link
Owner

jghauser commented Jun 3, 2024

Hi @arunoruto! Sorry for the slow and response! Yes, it would be nice to get this to run on NixVim. Let me know if you need any help with it. FYI Papis.nvim is now published on luarocks as well, which maybe makes integrating it in NixVim easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants