vim.opt.number = true -- 顯示行號 vim.opt.relativenumber = false -- 相對行號 vim.opt.tabstop = 4 -- tab鍵寬度 vim.opt.shiftwidth = 4 -- 自動縮排寬度 vim.opt.expandtab = true -- 使用空格代替tab vim.opt.termguicolors = true -- 支持真彩色