From d856df8b42cb56e4a2c7812bf256aa67990fcd49 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:01:46 +0000 Subject: [PATCH] chore: add TODO to track LSP lines replacement Track need to replace lsp_lines plugin with native neovim virtual_line diagnostic config once PR #31959 is merged into core. --- nvim/lua/plugin/lsp_lines.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/plugin/lsp_lines.lua b/nvim/lua/plugin/lsp_lines.lua index afba17e6a..1c7b71734 100644 --- a/nvim/lua/plugin/lsp_lines.lua +++ b/nvim/lua/plugin/lsp_lines.lua @@ -1,3 +1,4 @@ +-- TODO: replace with vim.diagnostic.config virtual_line https://github.com/neovim/neovim/pull/31959/ return { "https://git.sr.ht/~whynothugo/lsp_lines.nvim", name = "lsp_lines",