fix: Adding a goto for gitcommit filetypes to start the cursor at the

beginning of the buffer
This commit is contained in:
2026-06-07 12:54:56 -05:00
parent dad5638a4d
commit 4ecac23d1c

View File

@@ -1,4 +1,5 @@
vim.bo.textwidth = 72
vim.wo.colorcolumn = '+0'
vim.cmd('goto')
vim.cmd('startinsert')