improvements, installed ollama gen

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-12-06 16:09:17 -06:00
parent f2f93acdb8
commit 6b2b0c377a
11 changed files with 151 additions and 161 deletions

View file

@ -26,6 +26,7 @@ return {
["<leader>Q"] = { name = "+Q Quit and remove session" },
["<leader>s"] = { name = "Scratch Files" },
["<leader>t"] = { name = "Tabs" },
["<leader>x"] = { name = "Generative AI, Ollama" },
})
end,
}