diff options
Diffstat (limited to '')
-rw-r--r-- | after/ftplugin/gitcommit.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/after/ftplugin/gitcommit.lua b/after/ftplugin/gitcommit.lua new file mode 100644 index 0000000..8207d63 --- /dev/null +++ b/after/ftplugin/gitcommit.lua @@ -0,0 +1,2 @@ +vim.cmd('set spell!') +vim.cmd('startinsert | 1') |