Skip to content
forked from NixOS/nixpkgs

Commit

Permalink
vimPlugins.lualine-nvim: add nvim-web-devicons dependency
Browse files Browse the repository at this point in the history
Listed as a requirement on their documentation
https://github.com/nvim-lualine/lualine.nvim
  • Loading branch information
khaneliman committed Aug 26, 2024
1 parent dca28d1 commit 7bbb7d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,10 @@
dependencies = with self; [ plenary-nvim ];
};

lualine-nvim = super.lualine-nvim.overrideAttrs {
dependencies = with self; [ nvim-web-devicons ];
};

luasnip = super.luasnip.overrideAttrs {
dependencies = with self; [ luaPackages.jsregexp ];
};
Expand Down

0 comments on commit 7bbb7d3

Please sign in to comment.