diff --git a/nvim/lua/diagnostics.lua b/nvim/lua/diagnostics.lua index 754b5eb..4ae79e7 100644 --- a/nvim/lua/diagnostics.lua +++ b/nvim/lua/diagnostics.lua @@ -28,9 +28,12 @@ end local sev = vim.diagnostic.severity vim.diagnostic.config({ underline = true, - virtual_text = { - prefix = "●", - }, + -- This enables the diagnostics at end of line + -- virtual_text = { + -- prefix = "●", + -- }, + -- This enables the separate buffer diagnostics + virtual_lines = true, update_in_insert = true, signs = { text = {