From 17cceefe031cf32d9c8b29b62cc667db91f52d2b Mon Sep 17 00:00:00 2001 From: Alexandre Ignjatovic Date: Thu, 20 Jun 2024 10:35:19 +0200 Subject: [PATCH] Add gen.nvim using codestral --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 8a86d406..7b9aa126 100644 --- a/init.lua +++ b/init.lua @@ -246,6 +246,8 @@ require('lazy').setup({ -- Use `opts = {}` to force a plugin to be loaded. -- + { 'David-Kunz/gen.nvim', opts = { model = 'codestral' } }, + -- Here is a more advanced example where we pass configuration -- options to `gitsigns.nvim`. This is equivalent to the following Lua: -- require('gitsigns').setup({ ... })