Skip to content

Commit

Permalink
fix(terminal): changed naming for unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-grigoriev committed Oct 2, 2023
1 parent 5ef5347 commit 133731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/other_modules/mappings/_terminal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ vim.api.nvim_create_autocmd(
{ 'BufEnter', 'TermOpen' },
{
pattern = 'term://*',
callback = function(args)
callback = function(_)
vim.cmd.startinsert()
end
}
Expand Down

0 comments on commit 133731d

Please sign in to comment.