Compare commits

..

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

View file

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