@ -31,6 +31,10 @@ vim.opt.smartcase = true
vim.opt.updatetime = 250
vim.opt.timeoutlen = 300
-- Supposedly more intuitive splits
vim.opt.splitright = true
vim.opt.splitbelow = true
vim.opt.list = true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '·' }