Mercurial > dotfiles
changeset 389:ce9bc6e2e5c1
Remove DiagnosticError indication from statusline
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 30 May 2021 10:36:37 +0200 |
parents | 80a9a2b73eac |
children | bfaff08e7e54 |
files | dot_config/nvim/config.lua |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/config.lua Sun May 30 10:32:37 2021 +0200 +++ b/dot_config/nvim/config.lua Sun May 30 10:36:37 2021 +0200 @@ -240,14 +240,6 @@ }, } - gls.left[4] = { - DiagnosticError = { - provider = 'DiagnosticError', - icon = ' ', - highlight = { colors.red, colors.bg }, - }, - } - gls.right[1] = { ShowLspClient = { provider = 'GetLspClient',