This commit is contained in:
Peter Stuifzand 2024-02-26 21:29:41 +01:00
parent 673cbeabbc
commit 0029d3e512
No known key found for this signature in database

View File

@ -855,7 +855,6 @@ vim.api.nvim_create_autocmd({ 'BufNewFile', 'BufRead' }, {
group = git_group,
pattern = vim.fn.expand 'COMMIT_EDITMSG',
})
}, {})
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et