Skip to content

Commit edda875

Browse files
committed
fix(component): update LSP provider on resize for truncation
1 parent 76edc8e commit edda875

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astroui/status/component.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ function M.lsp(opts)
304304
"LspAttach",
305305
"LspDetach",
306306
"BufEnter",
307+
"VimResized",
307308
callback = vim.schedule_wrap(function() vim.cmd.redrawstatus() end),
308309
},
309310
icon = { kind = "ActiveLSP", padding = { right = 2 } },

0 commit comments

Comments
 (0)