fix: vimtex completions
This commit is contained in:
parent
8553e4db82
commit
7a1dc53b0c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home-manager.users.moritz.programs.nixvim = {
|
home-manager.users.moritz.programs.nixvim = {
|
||||||
|
plugins.cmp-vimtex.enable = true;
|
||||||
plugins.vimtex = {
|
plugins.vimtex = {
|
||||||
enable = true;
|
enable = true;
|
||||||
texlivePackage = pkgs.texliveFull;
|
texlivePackage = pkgs.texliveFull;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue