Spelllang can take more than one language

This commit is contained in:
Alexander Gehrke 2023-08-18 11:52:45 +02:00
parent 400495feb9
commit eed2756f83

View file

@ -26,9 +26,6 @@ require("lazy").setup("plugins", {
}) })
vim.opt.background = "dark" vim.opt.background = "dark"
vim.g.chroma_italic_style = "bold"
vim.g.chroma_nontext_dark = 1
vim.opt.number = true vim.opt.number = true
vim.opt.colorcolumn = "+1" vim.opt.colorcolumn = "+1"
@ -62,7 +59,7 @@ vim.opt.shortmess = vim.o.shortmess .. "c"
vim.opt.cursorline = true vim.opt.cursorline = true
vim.opt.undofile = true vim.opt.undofile = true
vim.opt.spelllang = 'de' vim.opt.spelllang = 'de,en'
vim.opt.termguicolors = true vim.opt.termguicolors = true
vim.opt.pumblend = 10 vim.opt.pumblend = 10