update nvim config and squash some bugs

This commit is contained in:
2025-08-07 21:50:36 -07:00
parent 074c895e53
commit 9aac0e4dc0
7 changed files with 22 additions and 6 deletions

View File

@@ -14,6 +14,12 @@ return {
name = "copilot",
opts = {
stream = true,
tools = true,
vision = true,
},
features = {
text = true,
tokens = true,
},
model = {
-- default = "claude-3.7-sonnet-thought",