this repo has no description
0
fork

Configure Feed

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

focus trouble

+2
+2
nvim/lua/plugins/trouble.lua
··· 6 6 auto_preview = false, 7 7 modes = { 8 8 diagnostics = { 9 + focus = true, 9 10 format = "{severity_icon} {message:md} {item.source} {code} {pos}", 10 11 }, 11 12 lsp_references = { ··· 15 16 }, 16 17 }, 17 18 lsp_document_symbols = { 19 + focus = true, 18 20 win = { 19 21 position = "right", 20 22 size = 45,