Compare commits

..

No commits in common. "e5fab6cb1870a3a913983dd5e2c9b8abc675d8c1" and "b0b81115da638eea16b4747229706cde7840b3de" have entirely different histories.

View file

@ -1,9 +1,6 @@
{ pkgs, host, ... }:
{
vim = {
extraPackages = with pkgs; [
texliveFull
];
lazy.plugins.cmp-vimtex = {
enabled = true;
package = pkgs.vimPlugins.cmp-vimtex;