enable vim spell checking for markdown

This commit is contained in:
2022-02-22 15:42:13 +03:00
parent e71d03b9db
commit 08cea9d553
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
vim.cmd("setlocal spell")

View File

@@ -2,3 +2,5 @@ local cmd = vim.cmd
vim.g.tokyonight_style = "night"
cmd([[colorscheme tokyonight]])
cmd([[hi SpellBad guifg=red]])