Skip to content

Commit

Permalink
perf(virtual_text): virtual lines displayed on current line only
Browse files Browse the repository at this point in the history
  • Loading branch information
daUnknownCoder committed Feb 17, 2024
1 parent 436c042 commit b50125c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/NeutronVim/plugins/LSP/lsp_lines.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ return {
print("lsp_lines not found!")
end
lsplines.setup({})
vim.diagnostic.config({ virtual_lines = { only_current_line = true } })
end,
}

0 comments on commit b50125c

Please sign in to comment.