🗑️ remove(nvim): start git messages in insert mode
This commit is contained in:
parent
5b8241c4cd
commit
ecc31d895a
1 changed files with 0 additions and 8 deletions
|
@ -23,14 +23,6 @@ vim.api.nvim_create_autocmd("WinLeave", {
|
||||||
end,
|
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 = {
|
local auto_close_filetype = {
|
||||||
"lazy",
|
"lazy",
|
||||||
"mason",
|
"mason",
|
||||||
|
|
Loading…
Add table
Reference in a new issue