feat: set spelling for markdown and gitcommit

This commit is contained in:
Dan Anglin 2022-03-27 00:07:38 +00:00
parent c0314e9349
commit 0e966206f2
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
local setlocal = vim.opt_local
setlocal.spell = true
setlocal.spelllang = "en_gb"

View file

@ -0,0 +1,4 @@
local setlocal = vim.opt_local
setlocal.spell = true
setlocal.spelllang = "en_gb"