this repo has no description

nvim: clean up trouble symbols sidebar

seth.computer cad80a8f ac40e3d9

verified
+9
+9
nvim/lua/plugins/lsp.lua
··· 167 167 "folke/trouble.nvim", 168 168 opts = { 169 169 icons = {}, 170 + modes = { 171 + symbols = { 172 + win = { 173 + wo = { foldlevel = 0 }, 174 + size = 50, 175 + }, 176 + format = "{kind_icon} {symbol.name} {pos}", 177 + }, 178 + }, 170 179 }, 171 180 cmd = "Trouble", 172 181 },