feat(neovim): diagnostics now update in insert mode aswell

This commit is contained in:
Kyren223
2024-07-29 17:18:30 +03:00
parent 5d609cf736
commit 69ce13eb67
2 changed files with 1 additions and 1 deletions

View File

@@ -64,4 +64,3 @@ vim.api.nvim_create_autocmd('LspAttach', {
-- end,
-- })
vim.diagnostic.config({ virtual_text = false })

View File

@@ -47,3 +47,4 @@ vim.g.loaded_python3_provider = 0
-- LSP
vim.lsp.inlay_hint.enable()
vim.diagnostic.config({ virtual_text = false, update_in_insert = true })