clean up plugins
This commit is contained in:
parent
4103cdc4d2
commit
babd4bc6f5
8 changed files with 96 additions and 68 deletions
|
@ -3,5 +3,9 @@ return {
|
|||
opts = {
|
||||
model = "mistral", -- The default model to use.
|
||||
init = false,
|
||||
}
|
||||
},
|
||||
cmd = "Gen",
|
||||
keys = {
|
||||
{ "<leader>llm", ":Gen<CR>", mode = "n" },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue