File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- *glance.txt* For NVIM v0.8.0 Last change: 2023 June 12
1
+ *glance.txt* For NVIM v0.8.0 Last change: 2024 March 31
2
2
3
3
==============================================================================
4
4
Table of Contents *glance-table-of-contents*
@@ -12,6 +12,7 @@ Table of Contents *glance-table-of-contents*
12
12
- Usage | glance-glance-usage |
13
13
- Highlights | glance-glance-highlights |
14
14
- Alternatives | glance-glance-alternatives |
15
+ 2. Links | glance-links |
15
16
16
17
==============================================================================
17
18
1. Glance *glance-glance*
@@ -146,6 +147,7 @@ The following is the default configuration:
146
147
winbar = {
147
148
enable = true, -- Available strating from nvim-0.8+
148
149
},
150
+ use_trouble_qf = false -- Quickfix action will open trouble.nvim instead of built-in quickfix list window
149
151
})
150
152
<
151
153
You can’t perform that action at this time.
0 commit comments