i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only show lsp-lines for current line

+3 -1
+3 -1
nvim/.config/nvim/lua/plugins.lua
··· 1356 1356 require("lsp_lines").setup() 1357 1357 vim.diagnostic.config({ 1358 1358 virtual_text = false, 1359 - virtual_lines = true, 1359 + virtual_lines = { 1360 + only_current_line = true, 1361 + }, 1360 1362 }) 1361 1363 end, 1362 1364 },