7 lines
99 B
Nix
7 lines
99 B
Nix
{
|
|
plugin.ollama-nvim = {
|
|
enable = true;
|
|
name = "ollama";
|
|
setupSettings = { };
|
|
};
|
|
}
|