diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-09-22 10:50:33 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-09-22 10:50:33 +0100 |
commit | b7f1438387a52f0e0fd750be6851377b62e6deca (patch) | |
tree | d491fd6f8ca3266f76ced58a8ae046dfa007e629 /neovim/.config/nvim/lua/plugins/gen.lua | |
parent | e269edfecae47a6dce9ade6a542045dad4c42e5d (diff) |
neovim changesmain
Diffstat (limited to 'neovim/.config/nvim/lua/plugins/gen.lua')
-rw-r--r-- | neovim/.config/nvim/lua/plugins/gen.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/neovim/.config/nvim/lua/plugins/gen.lua b/neovim/.config/nvim/lua/plugins/gen.lua deleted file mode 100644 index 55e85b6..0000000 --- a/neovim/.config/nvim/lua/plugins/gen.lua +++ /dev/null @@ -1,7 +0,0 @@ -return { - 'David-Kunz/gen.nvim', - opts = { - model = 'qwen2.5-coder:3b', - display_mode = 'split', - } -} |