fixup! fixup! Set indentwidth
This commit is contained in:
parent
8c3be332ab
commit
64dbffb53f
1 changed files with 1 additions and 3 deletions
|
@ -27,13 +27,11 @@ let keybinds = ''
|
||||||
ide-init = ''
|
ide-init = ''
|
||||||
lsp-enable-window
|
lsp-enable-window
|
||||||
|
|
||||||
lsp-inlay-diagnostics-enable window
|
|
||||||
|
|
||||||
hook window ModeChange .*:.*:insert %{
|
hook window ModeChange .*:.*:insert %{
|
||||||
|
lsp-inlay-diagnostics-disable window
|
||||||
remove-highlighter window/lsp_diagnostics
|
remove-highlighter window/lsp_diagnostics
|
||||||
}
|
}
|
||||||
hook window ModeChange .*:insert:normal %{
|
hook window ModeChange .*:insert:normal %{
|
||||||
remove-highlighter window/lsp_diagnostics
|
|
||||||
lsp-inlay-diagnostics-enable window
|
lsp-inlay-diagnostics-enable window
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue