mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
6 lines
101 B
Nix
6 lines
101 B
Nix
{
|
|
empty = {
|
|
# FIXME: texpresso is broken upstream
|
|
plugins.texpresso.enable = false;
|
|
};
|
|
}
|