From 0808e54b4eb57e4499633b635326fe6bb1955730 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sun, 9 Jan 2022 22:32:58 +0000
Subject: [PATCH] chore(nvim): re-enable virtual text for LSP output

---
 roles/neovim/files/lua/opdavies/lsp/handlers.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,