How to display default settings set by zls itself? #1010
Replies: 2 comments 3 replies
-
You can find all config options and default values in the README. You will not find any options for controlling completions because you don't need to enable it.
If I understand you correctly you mean that if you start typing after an ZLS should already give you completions (including builtins) without having to enable certain config options. There could be something wrong with your current setup or there is a some issue with ZLS. Maybe we can find the problem if you answer the following questions to narrow down the issue:
BTW if your interested, we also have a discord server here where others may also help you out. How to open ZLS logs for some editorsMake sure that debug logs are enable when running ZLS by doing at least one of the following things:
The output should look similar to this:
|
Beta Was this translation helpful? Give feedback.
-
The only debug output I could produce was the one
I don't know how much it helps, but I have asked the plugin creator how to log LSP's output: maralla/completor.vim#321 I guess I will have to wait until I get an answer. |
Beta Was this translation helpful? Give feedback.
-
zls --show-config-path
shows/home/stefanos/.config/zls.json
, but when I go there to open the file, I can see it does not exist.How can I find the default settings set up by zls itself?
Basically I want to make it autocomplete or offer suggestions on
@
insertion.Beta Was this translation helpful? Give feedback.
All reactions