diff --git a/roles/neovim/files/lua/opdavies/lsp/handlers.lua b/roles/neovim/files/lua/opdavies/lsp/handlers.lua
index f8768803..3ef2f2a2 100644
--- a/roles/neovim/files/lua/opdavies/lsp/handlers.lua
+++ b/roles/neovim/files/lua/opdavies/lsp/handlers.lua
@@ -2,7 +2,7 @@ local M = {}
 
 M.setup = function()
   local config = {
-    virtual_text = false,
+    virtual_text = true,
     update_in_insert = true,
     underline = true,
     severity_sort = true,