spell is better now
This commit is contained in:
parent
167d3babb0
commit
d9a4cc992d
|
@ -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)
|
||||
|
|
|
@ -271,3 +271,4 @@ PRs
|
|||
yaml
|
||||
netpong
|
||||
gehostet
|
||||
IoT
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue