We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00dd2ca commit ca195f3Copy full SHA for ca195f3
CHANGELOG.org
@@ -1,8 +1,8 @@
1
* Changelog
2
+
3
** Unreleased
4
- Disable sideline code actions and doc on cursor hover to reduce noise features.
-
5
-** 8.0.1
+ - Allow customisation for the imenu buffer position (#718)
6
- Fix sideline alignment with text-scale (#719)
7
8
** 8.0.0
README.md
@@ -108,6 +108,8 @@ Show imenu entries.
108
109
Customization:
110
111
+- `lsp-ui-imenu-kind-position` place to show entries kind
112
+- `lsp-ui-imenu-buffer-position` place to show the buffer window
113
- `lsp-ui-imenu-window-width` set window width
114
- `lsp-ui-imenu--custom-mode-line-format` mode line format
115
- `lsp-ui-imenu-auto-refresh` auto refresh when necessary
0 commit comments