added latex compiler
This commit is contained in:
parent
992f77e656
commit
918c1dcba5
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
{ pkgs, host, ... }:
|
||||
{
|
||||
vim = {
|
||||
extraPackages = with pkgs; [
|
||||
texliveFull
|
||||
];
|
||||
lazy.plugins.cmp-vimtex = {
|
||||
enabled = true;
|
||||
package = pkgs.vimPlugins.cmp-vimtex;
|
||||
|
|
Loading…
Reference in a new issue