remove floating diagnostics, and add line diagnostics

This commit is contained in:
2023-10-22 18:05:10 -04:00
parent ea6fcd370f
commit 735cf5c7e0
3 changed files with 15 additions and 15 deletions

View File

@ -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 ---------------------------------