system/neovim/plugins/ollama.nix

8 lines
99 B
Nix
Raw Normal View History

{
plugin.ollama-nvim = {
enable = true;
name = "ollama";
setupSettings = { };
};
}