Skip to content

Commit

Permalink
Up(nvim): 0.5.1 to 0.6.0: update lualine config
Browse files Browse the repository at this point in the history
change nvim_lsp to nvim_diagnostic

tags:
    lualine, version bump, software update
  • Loading branch information
PrashanthaTP committed Dec 13, 2021
1 parent 5b20d38 commit e73ca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/lualine/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ins_left({
-- 'nvim_lsp', 'nvim', 'coc', 'ale', 'vim_lsp'
-- Or a function that returns a table like
-- {error=error_cnt, warn=warn_cnt, info=info_cnt, hint=hint_cnt}
sources = {"nvim_lsp"},
sources = {"nvim_diagnostic"},
-- displays diagnostics from defined severity
sections = {"error", "warn", "info", "hint"},
diagnostics_color = {
Expand Down

0 comments on commit e73ca82

Please sign in to comment.