Skip to content

Commit

Permalink
chore: update RECIPES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 23, 2024
1 parent 5e6167d commit 9ecb304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RECIPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ One of the most useful features of the _Action Palette_ prompts is the ability t
buftype = "",
cursor_pos = { 10, 3 },
end_col = 3,
end_line = 10, filetype = "lua",
end_line = 10,
filetype = "lua",
is_normal = false,
is_visual = true,
lines = { "local function fire_autocmd(status)", ' vim.api.nvim_exec_autocmds("User", { pattern = "CodeCompanionInline", data = { status = status } })', "end" },
Expand Down

0 comments on commit 9ecb304

Please sign in to comment.