nvim updates + git config update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user