diagnostics virtual lines turn off
This commit is contained in:
parent
e986ef657d
commit
bddd32aaaf
2 changed files with 1 additions and 2 deletions
|
@ -79,7 +79,7 @@ vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
|
|||
|
||||
|
||||
vim.diagnostic.config({
|
||||
-- virtual_text = true,
|
||||
virtual_text = false,
|
||||
virtual_lines = {
|
||||
current_line = true,
|
||||
format = function(diagnostic)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
return {
|
||||
"https://github.com/nvim-neorg/neorg",
|
||||
lazy = false,
|
||||
version = "*",
|
||||
opts = {
|
||||
load = {
|
||||
|
|
Loading…
Add table
Reference in a new issue