chore: adding more configurations

This commit is contained in:
Carlos
2025-07-06 14:37:08 -04:00
parent 3f9a502503
commit 87aa445764
7 changed files with 110 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ return {
},
suggestion = {
enabled = true,
auto_trigger = false,
auto_trigger = true,
debounce = 75,
trigger_on_accept = false,
keymap = {
@@ -54,6 +54,9 @@ return {
position = "right", -- Position of the chat window
ratio = 0.5,
},
tiktoken = {
enabled = false, -- Enable token counting
},
floating = {
enabled = true,
border = "rounded",