mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-13 05:56:08 +01:00
11 lines
145 B
Nix
11 lines
145 B
Nix
{
|
|
empty = {
|
|
plugins.blink-cmp-latex.enable = true;
|
|
};
|
|
|
|
defaults = {
|
|
plugins.blink-cmp-latex = {
|
|
enable = true;
|
|
};
|
|
};
|
|
}
|