Skip to content

Commit

Permalink
fix(nvim): use correct lspsaga function for symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Aug 25, 2023
1 parent 9047c8a commit 6100f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ return {
{ "diff" },
{
function()
return require("lspsaga.symbolwinbar"):get_winbar()
return require("lspsaga.symbol.winbar").get_bar()
end,
color = { fg = colors.blue },
},
Expand Down

0 comments on commit 6100f96

Please sign in to comment.