···2525vim.opt.showcmd = true -- display incomplete commands
2626vim.opt.laststatus = 3 -- 3: Only show global status line in acitve window 2: Always display the status line
27272828---fold settings
2828+--foldlevel settings
2929vim.opt.foldmethod = "indent"
3030vim.opt.foldlevel = 5
3131vim.wo.foldmethod = "expr"