From 7e81a996d4e7d23d7d2e17c6416d8e139f47441c Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 5 Feb 2026 08:45:18 +0100 Subject: nvim: Specify spell language more detailed This selects the country of the two selected languages in addition. --- nvim/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim') diff --git a/nvim/init.lua b/nvim/init.lua index 0b44735..f29938d 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -24,7 +24,7 @@ vim.opt.expandtab = false vim.opt.number = true vim.opt.shiftwidth = 4 vim.opt.autoindent = true -vim.opt.spelllang = {'en', 'de'} +vim.opt.spelllang = {'en_gb', 'de_de'} vim.opt.colorcolumn = {81} vim.opt.encoding = 'utf-8' vim.opt.fileencodings = {'utf-8'} -- cgit v1.3.1