mirror of
https://github.com/softinio/nvim-config.git
synced 2025-10-19 03:36:42 -07:00
Merge pull request 'make gen.nvim lazy' (#9) from gen-nvim-lazy into main
Reviewed-on: #9
This commit is contained in:
commit
71648bb0f8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"David-Kunz/gen.nvim",
|
||||
lazy = false,
|
||||
lazy = true,
|
||||
keys = {
|
||||
{ "<leader>ai", ":Gen<CR>", mode = { "n", "v" }, desc = "AI tools using Ollama" },
|
||||
{ "<leader>aa", ":Gen Ask<CR>", mode = { "n", "v" }, desc = "[A]I [A]sk" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue