Skip to content

Commit

Permalink
fix(component): update LSP provider on resize for truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Dec 6, 2023
1 parent 76edc8e commit edda875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astroui/status/component.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ function M.lsp(opts)
"LspAttach",
"LspDetach",
"BufEnter",
"VimResized",
callback = vim.schedule_wrap(function() vim.cmd.redrawstatus() end),
},
icon = { kind = "ActiveLSP", padding = { right = 2 } },
Expand Down

0 comments on commit edda875

Please sign in to comment.