summaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-22 18:05:10 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-22 18:05:10 -0400
commit87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b (patch)
treecc12b2ccba1d5a605f6bc5e4fc254595bf8d8101 /lua
parent590f0309995a569954fc94b1d5df6b6391ead9fa (diff)
downloadnvim-87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b.tar.gz
nvim-87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b.tar.bz2
nvim-87aafcd44cfa7ddccd5349d9eb2fb415d2ad6f8b.zip
remove floating diagnostics, and add line diagnostics
Diffstat (limited to '')
-rw-r--r--lua/core/plugins.lua7
1 files changed, 2 insertions, 5 deletions
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 ---------------------------------