diff --git a/init.vim b/init.vim index ece5098..f94ae13 100644 --- a/init.vim +++ b/init.vim @@ -186,12 +186,13 @@ lua << EOF vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with( vim.lsp.diagnostic.on_publish_diagnostics, { - underline = true, - -- This sets the spacing and the prefix, obviously. - virtual_text = { - spacing = 4 - , prefix = '🔙' - } + underline = true + , update_in_insert = true + -- This sets the spacing and the prefix, obviously. + , virtual_text = { + spacing = 4 + , prefix = '🔙' + } }) EOF