readed split options
This commit is contained in:
parent
cd253955c7
commit
2cc5918bbb
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
|
@ -31,6 +31,10 @@ vim.opt.smartcase = true
|
|||
vim.opt.updatetime = 250
|
||||
vim.opt.timeoutlen = 300
|
||||
|
||||
-- Supposedly more intuitive splits
|
||||
vim.opt.splitright = true
|
||||
vim.opt.splitbelow = true
|
||||
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '·' }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue