nvim setting splitright false

This commit is contained in:
tosu 2023-12-06 03:30:17 +01:00
parent ef9d8b7144
commit 74af737669
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ vim.opt.updatetime = 50
vim.opt.colorcolumn = '80'
vim.opt.paste = false
vim.opt.splitright = false
-- vim.diagnostic.config({
-- virtual_lines = false,