diff options
Diffstat (limited to 'lua/ache/plugins/model.lua')
| -rw-r--r-- | lua/ache/plugins/model.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/ache/plugins/model.lua b/lua/ache/plugins/model.lua index ea63881..8955dd2 100644 --- a/lua/ache/plugins/model.lua +++ b/lua/ache/plugins/model.lua @@ -1,5 +1,8 @@ --[ -- A basic Model completion with ollama. +-- +-- It's old, but good. +-- TODO: Check if <https://github.com/olimorris/codecompanion.nvim> fully replaces it. --] return { "gsuuon/model.nvim", |