neoclide / coc-yaml

Yaml language server extension for coc.nvim
MIT License
248 stars 23 forks source link

Linting works, formatting doesn't #33

Closed nathanielks closed 3 years ago

nathanielks commented 3 years ago

Hi @chemzqm 👋

I'm having a similar issue as https://github.com/neoclide/coc-yaml/issues/8#issuecomment-577417621. Linting works fine, but <Plug>(coc-format-selected) doesn't do anything. When I look at :CocOpenLog, the following log entry sticks out to me:

2021-01-02T23:58:52.962 WARN (pid:55705) [handler-format] - format provider not found!

I also have formatting enabled in coc-settings.json. Is there anything else I can do to help you figure this out?

chemzqm commented 3 years ago

The language server doesn't have support for range format.

nathanielks commented 3 years ago

Noted, thank you @chemzqm