add support for ansible yaml syntax

This commit is contained in:
Alexander Navarro 2024-12-11 09:03:31 -03:00
parent 8387619a3a
commit baa1a6e053
2 changed files with 12 additions and 2 deletions

View file

@ -83,6 +83,7 @@ return {
},
question_header = "" .. vim.env.USER or "User" .. " ",
answer_header = " Copilot ",
auto_follow_cursor = false,
window = {
layout = 'float', -- 'vertical', 'horizontal', 'float', 'replace'
width = 0.8, -- fractional width of parent, or absolute width in columns when > 1