Compare commits
No commits in common. "e5fab6cb1870a3a913983dd5e2c9b8abc675d8c1" and "b0b81115da638eea16b4747229706cde7840b3de" have entirely different histories.
e5fab6cb18
...
b0b81115da
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue