diff options
author | Abouzar Parvan <[email protected]> | 2021-12-11 12:16:36 +0330 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-11 09:46:36 +0100 |
commit | cbb94752aef70e69e4df7b5ad270e33a7722a00c (patch) | |
tree | ddbfd1c3c24181d5e416c348430a4e9ae3ba740e /lua/lvim/core/lualine/components.lua | |
parent | 307db8936b291b82124f05bdcfeb85be5464f21d (diff) |
feat: bump plugin versions (#2064)
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'lua/lvim/core/lualine/components.lua')
-rw-r--r-- | lua/lvim/core/lualine/components.lua | 2 |
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, |