fix: floating window highlights (#149)

This commit is contained in:
yetone
2024-08-22 14:46:08 +08:00
committed by GitHub
parent 9211babf09
commit 8c8d864637
7 changed files with 42 additions and 32 deletions

View File

@@ -63,7 +63,7 @@ Replace lines: {{start_line}}-{{end_line}}
Remember: Accurate line numbers are CRITICAL. The range start_line to end_line must include ALL lines to be replaced, from the very first to the very last. Double-check every range before finalizing your response, paying special attention to the start_line to ensure it hasn't shifted down. Ensure that your line numbers perfectly match the original code structure without any overall shift.
]]
local group = vim.api.nvim_create_augroup("AvanteLLM", { clear = true })
local group = api.nvim_create_augroup("AvanteLLM", { clear = true })
local active_job = nil
---@param question string