From b5e18433a1a07c813c84c3c04d6b685ced5317c0 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Tue, 7 Jan 2025 12:53:00 -0500 Subject: [PATCH] Add lsp_lines to nvim --- init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.lua b/init.lua index ef66b4c..00d57a0 100644 --- a/init.lua +++ b/init.lua @@ -838,6 +838,12 @@ require("lazy").setup({ -- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects end, }, + { + "https://git.sr.ht/~whynothugo/lsp_lines.nvim", + setup = { vim.diagnostic.config({ + virtual_text = false, + }) }, + }, "airblade/vim-gitgutter", "tpope/vim-abolish", {