@@ -38,6 +38,17 @@ Show informations of the symbols on the current line.
3838It also show flycheck diagnostics and LSP code actions
3939![ lsp-line] ( images/lsp-line.gif ) 
4040
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+ 
4152## lsp-ui-peek:  
4253
4354Add [ peek] ( https://code.visualstudio.com/docs/editor/editingevolved#_peek )  feature
@@ -63,6 +74,11 @@ Other cross references:
6374(lsp-ui-peek-find-custom 'base "$cquery/base") 
6475``` 
6576
77+ Customization:
78+ 
79+ -  ` lsp-ui-peek-enable `  enable ‘lsp-ui-peek’
80+ -  ` lsp-ui-peek-show-directory `  show the directory of files
81+ 
6682## lsp-ui-doc  
6783
6884Show object documentation at point in a child frame.
@@ -74,6 +90,12 @@ Show documentation in a WebKit widget
7490Focus into lsp-ui-doc-frame
7591![ lsp-ui-doc-focus-frame] ( images/lsp-ui-doc-focus-frame.gif ) 
7692
93+ Customization:
94+ 
95+ -  ` lsp-ui-doc-enable `  enable lsp-ui-doc
96+ -  ` lsp-ui-doc-position `  Where to display the doc
97+ -  ` lsp-ui-doc-delay `  Number of seconds before showing the doc
98+ 
7799## lsp-ui-imenu  
78100
79101Show imenu entries.
@@ -83,6 +105,8 @@ Show imenu entries.
83105Customization:
84106
85107-  ` lsp-ui-imenu-window-width `  set window width
108+ -  ` lsp-ui-imenu--custom-mode-line-format `  mode line format
109+ 
86110
87111## Contributing  
88112
0 commit comments