neovim: add extraLuaPackages to neovim, fixes #1964.#2617
neovim: add extraLuaPackages to neovim, fixes #1964.#2617teto merged 1 commit intonix-community:masterfrom
extraLuaPackages to neovim, fixes #1964.#2617Conversation
|
Fellows, can you please help me figure out what is going on with the failing tests? If I look at the output of the run I see: I doubt that the fail has to do with my changes. Also, it seems the fail appears only after some very recent nixos update, as the tests ran cleanly when I opened the PR. How do we go about it? |
Hi, You need to rebase your changes on the "master" branch to have the fix that will resolve this test failure. |
Similarly to extraPytonPackages, we add extraLuaPackages that make lua libraries available at runtime.
35bcfcf to
bbfb482
Compare
|
Thanks, @berbiche ! I did the rebase. I guess somebody needs to approve the run of ci again. Can you do this? |
|
'wrapLuaProgram' in nixpkgs should wrap automatically with LUA_(C)PATH. It might be broken though. |
The last time I have tried, nvim still couldn't find the right library. Can we please merge this in, and then we'll try to improve it? |
|
Let's merge this until we have a better fix in nixpkgs |
…ix-community#2617) Similarly to extraPytonPackages, we add extraLuaPackages that make lua libraries available at runtime.
Description
Extend neovim program to allow specifying additional lua libraries that will become available to neovim at runtime. See #1964 for further details.
Checklist
Change is backwards compatible.
Code formatted with
./format.Code tested through
nix-shell --pure tests -A run.all.Test cases updated/added.
Commit messages are formatted like
This is a rebased version of the #1970 which got closed by some reason, without being merged. Can we please merge this? @teto ?