Skip to content

Commit

Permalink
config(nvim): welcome ai
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 29, 2024
1 parent 1c74fb8 commit f2d485d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,18 @@ require("lazy").setup({
})
end,
},

-- https://github.com/David-Kunz/gen.nvim
{
"David-Kunz/gen.nvim",
config = function()
require("gen").setup({
model = "codellama",
display_mode = "split",
show_model = true,
})
end,
},
}, {
performance = {
rtp = {
Expand Down

0 comments on commit f2d485d

Please sign in to comment.