File tree 3 files changed +37
-4
lines changed
3 files changed +37
-4
lines changed Original file line number Diff line number Diff line change 4
4
ignore = untracked
5
5
[submodule "semantic-highlight.vim "]
6
6
url = https://github.com/jaxbot/semantic-highlight.vim.git
7
- [submodule "pack/bundles/start/trouble.nvim "]
8
- path = pack/bundles/start/trouble.nvim
9
- url = https://github.com/folke/trouble.nvim
Original file line number Diff line number Diff line change @@ -132,4 +132,41 @@ return {
132
132
" nvim-tree/nvim-web-devicons" ,
133
133
},
134
134
},
135
+ {
136
+ " folke/trouble.nvim" ,
137
+ opts = {},
138
+ cmd = " Trouble" ,
139
+ keys = {
140
+ {
141
+ " <leader>xx" ,
142
+ " <cmd>Trouble diagnostics toggle<cr>" ,
143
+ desc = " Diagnostics (Trouble)" ,
144
+ },
145
+ {
146
+ " <leader>xX" ,
147
+ " <cmd>Trouble diagnostics toggle filter.buf=0<cr>" ,
148
+ desc = " Buffer Diagnostics (Trouble)" ,
149
+ },
150
+ {
151
+ " <leader>xs" ,
152
+ " <cmd>Trouble symbols toggle focus=false<cr>" ,
153
+ desc = " Symbols (Trouble)" ,
154
+ },
155
+ {
156
+ " <leader>cl" ,
157
+ " <cmd>Trouble lsp toggle focus=false win.position=right<cr>" ,
158
+ desc = " LSP Definitions / references / ... (Trouble)" ,
159
+ },
160
+ {
161
+ " <leader>xl" ,
162
+ " <cmd>Trouble loclist toggle<cr>" ,
163
+ desc = " Location List (Trouble)" ,
164
+ },
165
+ {
166
+ " <leader>xq" ,
167
+ " <cmd>Trouble qflist toggle<cr>" ,
168
+ desc = " Quickfix List (Trouble)" ,
169
+ },
170
+ },
171
+ },
135
172
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments