From af71db9867b68bf16f101fc23f2bf249ebba4ad1 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 10 Jul 2025 13:12:33 +0200 Subject: [PATCH] got spelllang en_us and nl working (whoohoo!) --- lua/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/options.lua b/lua/options.lua index 3660f06..35e2b76 100644 --- a/lua/options.lua +++ b/lua/options.lua @@ -1,6 +1,8 @@ vim.o.number = true vim.o.relativenumber = true +vim.opt.spelllang = {"en_us", "nl"} + vim.opt.termguicolors = true vim.o.mouse = "a"