Mercurial > dotfiles
comparison dot_config/nvim/config.lua @ 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 |
comparison
equal
deleted
inserted
replaced
388:80a9a2b73eac | 389:ce9bc6e2e5c1 |
---|---|
238 condition = condition.buffer_not_empty, | 238 condition = condition.buffer_not_empty, |
239 highlight = { colors.magenta, colors.bg, 'bold' }, | 239 highlight = { colors.magenta, colors.bg, 'bold' }, |
240 }, | 240 }, |
241 } | 241 } |
242 | 242 |
243 gls.left[4] = { | |
244 DiagnosticError = { | |
245 provider = 'DiagnosticError', | |
246 icon = ' ', | |
247 highlight = { colors.red, colors.bg }, | |
248 }, | |
249 } | |
250 | |
251 gls.right[1] = { | 243 gls.right[1] = { |
252 ShowLspClient = { | 244 ShowLspClient = { |
253 provider = 'GetLspClient', | 245 provider = 'GetLspClient', |
254 condition = function() | 246 condition = function() |
255 local tbl = { ['dashboard'] = true, [''] = true } | 247 local tbl = { ['dashboard'] = true, [''] = true } |