🗑️ remove(nvim): start git messages in insert mode

This commit is contained in:
Sergio Laín 2023-12-14 00:09:48 +01:00
parent 5b8241c4cd
commit ecc31d895a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -23,14 +23,6 @@ vim.api.nvim_create_autocmd("WinLeave", {
end,
})
-- start git messages in insert mode
vim.api.nvim_create_autocmd("BufRead", {
pattern = { "gitcommit", "gitrebase" },
callback = function()
vim.cmd("startinsert")
end,
})
local auto_close_filetype = {
"lazy",
"mason",