Compare commits
2 commits
b0b81115da
...
e5fab6cb18
Author | SHA1 | Date | |
---|---|---|---|
e5fab6cb18 | |||
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