1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/blink-cmp-latex: init

Adds the [blink-cmp-latex](https://github.com/erooke/blink-cmp-latex)
plugin.
This commit is contained in:
Johan Larsson 2025-08-25 08:59:45 +02:00 committed by Matt Sturgeon
parent 9f036a41d3
commit 8e3ca3fc1f
2 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
empty = {
plugins.blink-cmp-latex.enable = true;
};
defaults = {
plugins.blink-cmp-latex = {
enable = true;
};
};
}