enable error msgs in screen nvim
This commit is contained in:
parent
b26e36e369
commit
1f4dd636b6
@ -4,3 +4,7 @@ local lsp = require('lsp-zero').preset({
|
||||
})
|
||||
|
||||
lsp.setup()
|
||||
|
||||
vim.diagnostic.config({
|
||||
virtual_text = true,
|
||||
})
|
||||
|
@ -21,6 +21,6 @@ vim.opt.scrolloff = 8
|
||||
|
||||
vim.opt.updatetime = 50
|
||||
|
||||
vim.opt.colorcolumn = "80"
|
||||
-- vim.opt.colorcolumn = "80"
|
||||
|
||||
vim.opt.signcolumn = 'yes'
|
||||
|
Loading…
Reference in New Issue
Block a user