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({
|
vim.diagnostic.config({
|
||||||
-- virtual_text = true,
|
virtual_text = false,
|
||||||
virtual_lines = {
|
virtual_lines = {
|
||||||
current_line = true,
|
current_line = true,
|
||||||
format = function(diagnostic)
|
format = function(diagnostic)
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
return {
|
return {
|
||||||
"https://github.com/nvim-neorg/neorg",
|
"https://github.com/nvim-neorg/neorg",
|
||||||
lazy = false,
|
|
||||||
version = "*",
|
version = "*",
|
||||||
opts = {
|
opts = {
|
||||||
load = {
|
load = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue