This commit is contained in:
2026-05-20 01:31:00 +02:00
parent 761297c7e8
commit a53ff4ebca
6 changed files with 54 additions and 57 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
vim.opt.spelllang = { "en_us", "nl"}
vim.opt.spelllang = { "en_us", "nl" }
vim.opt.spell = true
vim.opt.relativenumber = true
vim.opt.tabstop = 4