fixup! fixup! Set indentwidth

This commit is contained in:
Riley Apeldoorn 2022-05-23 13:55:47 +02:00
parent 8c3be332ab
commit 64dbffb53f
1 changed files with 1 additions and 3 deletions

View File

@ -27,13 +27,11 @@ let keybinds = ''
ide-init = ''
lsp-enable-window
lsp-inlay-diagnostics-enable window
hook window ModeChange .*:.*:insert %{
lsp-inlay-diagnostics-disable window
remove-highlighter window/lsp_diagnostics
}
hook window ModeChange .*:insert:normal %{
remove-highlighter window/lsp_diagnostics
lsp-inlay-diagnostics-enable window
}
'';