refactor(nvim): set cursor to start of file in gitcommit fts

This commit is contained in:
Price Hiller 2024-06-12 02:54:08 -05:00
parent 104d557788
commit 8bab786416
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1 +1 @@
vim.opt_local.textwidth = 0
vim.api.nvim_win_set_cursor(0, { 1, 0 })