fix: vimtex completions

This commit is contained in:
Moritz Böhme 2025-04-19 13:25:37 +02:00
parent 8553e4db82
commit 7a1dc53b0c
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
home-manager.users.moritz.programs.nixvim = {
plugins.cmp-vimtex.enable = true;
plugins.vimtex = {
enable = true;
texlivePackage = pkgs.texliveFull;