nvim updates + git config update

This commit is contained in:
2026-05-04 18:42:23 +03:00
parent 030f061c11
commit 461b45dd0d
5 changed files with 19 additions and 6 deletions
+4 -4
View File
@@ -118,10 +118,10 @@ local diagnostic_opts = {
-- Show more details immediately for errors on the current line
virtual_lines = true,
virtual_text = {
current_line = true,
severity = { min = 'ERROR', max = 'ERROR' },
},
-- virtual_text = {
-- current_line = true,
-- severity = { min = 'ERROR', max = 'ERROR' },
-- },
-- Don't update diagnostics when typing
update_in_insert = false,