diff --git a/README.md b/README.md index 2e179aa..48d6bfd 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ make it a more user friendly without adding too much to it. - Jump to next/previous diagnostic under your cursor. - Automatically open pop up window that shows line diagnostic while jumping. - Show error sign in columns. +- Show error underline in symbols. - Delay diagnostic when you're in insert mode. ## Demo @@ -117,6 +118,15 @@ call sign_define("LspDiagnosticsInformationSign", {"text" : "I", "texthl" : "Lsp call sign_define("LspDiagnosticsHintSign", {"text" : "H", "texthl" : "LspDiagnosticsHint"}) ``` +### Enable/Disable Underline + +- By default, the build-in Nvim LSP will show a underline on every symbol that + you have a diagnostic message on. You can turn this off by + +```vim +let g:diagnostic_enable_underline = 0 +``` + ### Enable/Disable auto popup window - When you jump to next or previous diagnostic, line diagnostic message will popup