tangled
alpha
login
or
join now
seth.computer
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
nvim: clean up trouble symbols sidebar
seth.computer
2 months ago
cad80a8f
ac40e3d9
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+9
1 changed file
expand all
collapse all
unified
split
nvim
lua
plugins
lsp.lua
+9
nvim/lua/plugins/lsp.lua
···
167
167
"folke/trouble.nvim",
168
168
opts = {
169
169
icons = {},
170
170
+
modes = {
171
171
+
symbols = {
172
172
+
win = {
173
173
+
wo = { foldlevel = 0 },
174
174
+
size = 50,
175
175
+
},
176
176
+
format = "{kind_icon} {symbol.name} {pos}",
177
177
+
},
178
178
+
},
170
179
},
171
180
cmd = "Trouble",
172
181
},