nix-community.nixvim/tests/test-sources/plugins/by-name/blink-cmp-latex/default.nix
Johan Larsson 8e3ca3fc1f
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
plugins/blink-cmp-latex: init
Adds the [blink-cmp-latex](https://github.com/erooke/blink-cmp-latex)
plugin.
2025-08-25 18:54:21 +00:00

11 lines
145 B
Nix

{
empty = {
plugins.blink-cmp-latex.enable = true;
};
defaults = {
plugins.blink-cmp-latex = {
enable = true;
};
};
}