Fix
This commit is contained in:
parent
673cbeabbc
commit
0029d3e512
1
init.lua
1
init.lua
@ -855,7 +855,6 @@ vim.api.nvim_create_autocmd({ 'BufNewFile', 'BufRead' }, {
|
|||||||
group = git_group,
|
group = git_group,
|
||||||
pattern = vim.fn.expand 'COMMIT_EDITMSG',
|
pattern = vim.fn.expand 'COMMIT_EDITMSG',
|
||||||
})
|
})
|
||||||
}, {})
|
|
||||||
|
|
||||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||||
-- vim: ts=2 sts=2 sw=2 et
|
-- vim: ts=2 sts=2 sw=2 et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user