docs(neovim): update ollama type option description

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-04-24 14:33:28 -03:00
parent 1e507b9b49
commit 03e1767b2a
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -45,7 +45,7 @@ in
enable = mkEnableOption "enable";
type = mkOption {
default = "amd";
description = "The type of ollama package to install, AMD GPU accelerated or NVIDIA GPU accelerated.";
description = "The type of ollama package to install, accelerated by an AMD GPU, NVIDIA GPU or CPU.";
example = "amd";
type = types.enum [
"amd"