nixvim: update code completion options

This commit is contained in:
2025-12-04 15:57:05 +00:00
parent 1ee1b5e4a7
commit 4691083a3a

View File

@@ -77,7 +77,7 @@
settings = {
adapters = {
http.opts.show_defaults = false;
openwebui.__raw = ''
http.openwebui.__raw = ''
function()
return require("codecompanion.adapters").extend("openai_compatible", {
name = "openwebui",