enabled LSP update in insert
This commit is contained in:
parent
f205eb7a02
commit
9776969c94
13
init.vim
13
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user