Personal LazyVim config: vimtex, LTeX, Vale, prose settings

This commit is contained in:
YannAhlgrim
2026-06-27 19:07:03 +02:00
parent 803bc181d7
commit 8ba8365eb1
15 changed files with 507 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
return {
{
"LazyVim/LazyVim",
opts = function(_, opts)
opts.diagnostics = opts.diagnostics or {}
opts.diagnostics.virtual_text = false
opts.diagnostics.virtual_lines = true
end,
},
}