disable virtual text
This commit is contained in:
parent
6884cc05df
commit
276684e498
@ -4,7 +4,6 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
local diag = vim.diagnostic
|
|
||||||
opt.scrolloff = 999
|
opt.scrolloff = 999
|
||||||
diag.config({ virtual_text = false })
|
vim.diagnostic.config({ virtual_text = false })
|
||||||
opt.title = true
|
opt.title = true
|
||||||
|
8
nvim/lua/plugins/disabled.lua
Normal file
8
nvim/lua/plugins/disabled.lua
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
return {
|
||||||
|
"nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
diagnostics = {
|
||||||
|
virtual_text = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user