summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2025-02-14 08:58:12 +0000
committerMichaël Ball <michael.ball@krotosaudio.com>2025-02-14 08:58:12 +0000
commit52d3a73fcc9cf6d8561f77c059e0a4d4d4d9fcd1 (patch)
tree8891082e7f423827189df98c203304d04ae0573c
parent19e419b41ad66dc252ac2a7ff168bd3fd6330e8d (diff)
Add gen.nvim
-rw-r--r--neovim/.config/nvim/lua/plugins/gen.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/neovim/.config/nvim/lua/plugins/gen.lua b/neovim/.config/nvim/lua/plugins/gen.lua
new file mode 100644
index 0000000..2fa89a5
--- /dev/null
+++ b/neovim/.config/nvim/lua/plugins/gen.lua
@@ -0,0 +1,7 @@
+return {
+ 'David-Kunz/gen.nvim',
+ opts = {
+ model = 'qwen2.5-coder:7b',
+ display_mode = 'split',
+ }
+}