summaryrefslogtreecommitdiff
path: root/lua/lvim/core/lualine
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-12-11 12:16:36 +0330
committerGitHub <[email protected]>2021-12-11 09:46:36 +0100
commitcbb94752aef70e69e4df7b5ad270e33a7722a00c (patch)
treeddbfd1c3c24181d5e416c348430a4e9ae3ba740e /lua/lvim/core/lualine
parent307db8936b291b82124f05bdcfeb85be5464f21d (diff)
feat: bump plugin versions (#2064)
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'lua/lvim/core/lualine')
-rw-r--r--lua/lvim/core/lualine/components.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/lualine/components.lua b/lua/lvim/core/lualine/components.lua
index c0482c02..9cf67616 100644
--- a/lua/lvim/core/lualine/components.lua
+++ b/lua/lvim/core/lualine/components.lua
@@ -65,7 +65,7 @@ return {
},
diagnostics = {
"diagnostics",
- sources = { "nvim_lsp" },
+ sources = { "nvim_diagnostic" },
symbols = { error = " ", warn = " ", info = " ", hint = " " },
color = {},
cond = conditions.hide_in_width,