Update switchbuf to include newtab
This commit is contained in:
parent
144d2b11cf
commit
82143dea23
@ -78,7 +78,7 @@ vim.opt.splitbelow = true
|
||||
vim.opt.splitright = true
|
||||
|
||||
-- Use existing windows and tabs when jumping to errors
|
||||
vim.opt.switchbuf = 'usetab'
|
||||
vim.opt.switchbuf = 'usetab,newtab'
|
||||
|
||||
-- Automatically write changes to files
|
||||
vim.opt.autowrite = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user