From 87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Sun, 22 Oct 2023 18:05:10 -0400
Subject: remove floating diagnostics, and add line diagnostics

---
 lua/core/plugins.lua | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

(limited to 'lua')

diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 8401aad..a22bed4 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -113,11 +113,8 @@ require 'dep' {
 
   { 'danymat/neogen' }, -- generate lsp annotations
 
-  -- dap ----------------------------------------------------------------------
-  { 'mfussenegger/nvim-dap',
-    deps = {
-      'rcarriga/nvim-dap-ui',
-    }
+  { 'whynothugo/lsp_lines.nvim',
+    url = 'https://git.sr.ht/~whynothugo/lsp_lines.nvim',
   },
 
   -- dap + lsp + linter + formatter installer ---------------------------------
-- 
cgit v1.2.1