some optimizations

This commit is contained in:
2026-06-11 18:23:52 +02:00
parent bd6b4722e5
commit d53091f919
4 changed files with 14 additions and 240 deletions
+2 -1
View File
@@ -28,6 +28,7 @@ vim.api.nvim_create_autocmd("FileType", {
})
vim.diagnostic.config({
virtual_text = { prefix = "", spacing = 2, source = "if_many" },
virtual_text = false,
virtual_lines = { current_line = true },
severity_sort = true,
})