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