Skip to content

Commit

Permalink
fix: add cmp to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Dec 26, 2023
1 parent c83ee94 commit a8d0f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nix/ci-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ with final.stdenv; let
nvim-wrapped = final.pkgs.wrapNeovim nvim {
configure = {
packages.myVimPackage = {
start = [
start = with final.pkgs.vimPlugins; [
# Add plugin dependencies that aren't on LuaRocks here
nvim-cmp
];
};
};
Expand Down

0 comments on commit a8d0f66

Please sign in to comment.