@@ -38,6 +38,17 @@ Show informations of the symbols on the current line.
38
38
It also show flycheck diagnostics and LSP code actions
39
39
![ lsp-line] ( images/lsp-line.gif )
40
40
41
+ Customization:
42
+
43
+ - ` lsp-ui-sideline-show-diagnostics ` show diagnostics messages in sideline
44
+ - ` lsp-ui-sideline-show-hover ` show hover messages in sideline
45
+ - ` lsp-ui-sideline-show-code-actions ` show code actions in sideline
46
+ - ` lsp-ui-sideline-update-mode `
47
+ When set to 'line' the information will be updated when user
48
+ changes current line otherwise the information will be updated
49
+ when user changes current point
50
+ - ` lsp-ui-sideline-delay ` seconds to wait before showing sideline
51
+
41
52
## lsp-ui-peek:
42
53
43
54
Add [ peek] ( https://code.visualstudio.com/docs/editor/editingevolved#_peek ) feature
@@ -63,6 +74,11 @@ Other cross references:
63
74
(lsp-ui-peek-find-custom 'base "$cquery/base")
64
75
```
65
76
77
+ Customization:
78
+
79
+ - ` lsp-ui-peek-enable ` enable ‘lsp-ui-peek’
80
+ - ` lsp-ui-peek-show-directory ` show the directory of files
81
+
66
82
## lsp-ui-doc
67
83
68
84
Show object documentation at point in a child frame.
@@ -74,6 +90,14 @@ Show documentation in a WebKit widget
74
90
Focus into lsp-ui-doc-frame
75
91
![ lsp-ui-doc-focus-frame] ( images/lsp-ui-doc-focus-frame.gif )
76
92
93
+ Customization:
94
+
95
+ ` lsp-ui-doc-enable ` enable lsp-ui-doc
96
+
97
+ ` lsp-ui-doc-position ` Where to display the doc
98
+
99
+ ` lsp-ui-doc-delay ` Number of seconds before showing the doc
100
+
77
101
## lsp-ui-imenu
78
102
79
103
Show imenu entries.
@@ -83,6 +107,8 @@ Show imenu entries.
83
107
Customization:
84
108
85
109
- ` lsp-ui-imenu-window-width ` set window width
110
+ - ` lsp-ui-imenu--custom-mode-line-format ` mode line format
111
+
86
112
87
113
## Contributing
88
114
0 commit comments