command to display the code action for the current
line, use a popup menu instead of echoing.
By default this is set to false.
- *lsp-opt-customCompletionKinds*
+ *lsp-opt-customCompletionKinds*
customCompletionKinds |Boolean| option. If you set this to true, you can set
custom completion kinds using the option completionKinds.
- *lsp-opt-completionKinds*
-completionKinds |Dictionary| option. Here you can set custom completion
- kinds. To view all completion kind names, use :h lsp-custom-kinds
+ *lsp-opt-completionKinds*
+completionKinds |Dictionary| option. See |lsp-custom-kinds| for all
+ completion kind names.
For example, to disable the automatic placement of signs for the LSP
diagnostic messages, you can add the following line to your .vimrc file: >