4 lines
79 B
Lua
4 lines
79 B
Lua
|
-- More natural pane splitting
|
||
|
vim.o.splitbelow = true
|
||
|
vim.o.splitright = true
|