diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-21 19:06:59 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-21 19:06:59 -0500 |
| commit | c6274ae49c9d6c42ab239f23313a5b72b3ba8d5c (patch) | |
| tree | 28411d53d266187a81c60683c18eadc32075f369 /plugin | |
| parent | 6dd62b4cc8b2142135632483bfb55501645d55b8 (diff) | |
fix: remove unnecessary redrawstatus
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/12_autocommands.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/12_autocommands.lua b/plugin/12_autocommands.lua index 73bce84..f7af227 100644 --- a/plugin/12_autocommands.lua +++ b/plugin/12_autocommands.lua @@ -23,8 +23,8 @@ au("BufWritePre", { au("LspAttach", { group = group, - command = "setl signcolumn=yes | redrawstatus", - desc = "add sign column when LSP is attached and redraw status", + command = "setl signcolumn=yes", + desc = "add sign column when LSP is attached", }) au("FileType", { |
