spell checker en_us

This commit is contained in:
2026-04-29 03:09:15 +02:00
parent a3cc453271
commit 216653004f
+2
View File
@@ -1,3 +1,5 @@
vim.opt.spelllang = 'en_us'
vim.opt.spell = true
vim.opt.relativenumber = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4