Replies: 1 comment 6 replies
-
Could be timeout, checkout https://github.com/neoclide/coc.nvim/wiki/Debug-language-server#using-output-channel |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm fiddling with gleam for the first time and it recently got a Language Server with rather limited set of features for now. It does work with following configuration:
Formatter works just fine. For instance I have this binding for the task:
command! -nargs=0 Format :call CocAction('format')
, or if I useCocCommand editor.action.formatDocument
, but automatic formatting on save apparently doesn't.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions