nvim: split to the right and below

This commit is contained in:
Primrose 2025-07-04 11:02:03 +02:00
parent 79ccdb1263
commit cb89de4049
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 3 additions and 1 deletions

View file

@ -31,3 +31,6 @@ vim.o.showmode = false
vim.opt.listchars = { tab = "", trail = "" }
vim.o.list = true
vim.o.splitright = true
vim.o.splitbelow = true