mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: split to the right and below
This commit is contained in:
parent
79ccdb1263
commit
cb89de4049
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue