vim.o.number = true vim.o.relativenumber = true vim.o.timeout = true vim.o.timeoutlen = 300 vim.o.softtabstop = 0 vim.o.laststatus = 2 vim.o.statusline = "%f %y%h%w%m%r%=%l:%c %P" vim.g.mapleader = " " vim.g.maplocalleader = " " vim.api.nvim_set_keymap('n', '\\', ':noh', {})