readed split options

This commit is contained in:
Nicholas 2025-01-10 12:05:12 -05:00
parent cd253955c7
commit 2cc5918bbb
1 changed files with 4 additions and 0 deletions

View File

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