diff options
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", { |
