local opt = vim.opt local g = vim.g g.maplocalleader = ";" opt.foldmethod = "indent" opt.foldnestmax = 10 opt.foldlevel = 4 opt.signcolumn = "yes" opt.spelllang = "en,de" opt.clipboard = "" -- dont just use the system clipboard opt.wrap = false opt.breakindent = false