1
0
Fork 0

diagnostics virtual lines turn off

This commit is contained in:
zymon 2025-03-31 10:39:31 +02:00
parent e986ef657d
commit bddd32aaaf
2 changed files with 1 additions and 2 deletions

View file

@ -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)

View file

@ -1,6 +1,5 @@
return {
"https://github.com/nvim-neorg/neorg",
lazy = false,
version = "*",
opts = {
load = {