mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 20:41:04 +00:00
Split right
This commit is contained in:
parent
de2e9e90f1
commit
a980af8662
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ vim.opt.cursorline = true
|
|||
vim.opt.signcolumn = "yes"
|
||||
vim.opt.updatetime = 300
|
||||
vim.opt.scrolloff = 8
|
||||
vim.opt.splitright = true
|
||||
|
||||
|
||||
-- Diagnostic config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue