clean up plugins

This commit is contained in:
Alexander Gehrke 2024-07-25 19:11:32 +02:00
parent 4103cdc4d2
commit babd4bc6f5
8 changed files with 96 additions and 68 deletions

View file

@ -3,5 +3,9 @@ return {
opts = {
model = "mistral", -- The default model to use.
init = false,
}
},
cmd = "Gen",
keys = {
{ "<leader>llm", ":Gen<CR>", mode = "n" },
},
}