spell is better now

This commit is contained in:
Christoph J. Scherr 2024-01-31 15:44:47 +01:00
parent 167d3babb0
commit d9a4cc992d
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
3 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,6 @@ g.maplocalleader = ";"
opt.mouse = "" -- hardcore vim mode, disable the mouse
opt.signcolumn = "yes"
opt.spelllang = "en,de"
opt.clipboard = "" -- don't just use the system clipboard
opt.wrap = false
opt.breakindent = false
@ -106,6 +105,13 @@ opt.pumheight = 10 -- Maximum number of items to show in the popup menu
opt.pumwidth = 10 -- Minimum width for the popup menu
opt.pumblend = 10 -- Popup blend
-- Spelling correction
-- ===
opt.spell = false -- manually enable spell with `set spell` or `<leader>ts`
opt.spelllang = "en,de_de,"
opt.spellsuggest = "double,50,timeout:5000"
-- autocommands
-- ===
local function augroup(name)

View File

@ -271,3 +271,4 @@ PRs
yaml
netpong
gehostet
IoT

Binary file not shown.