Replies: 1 comment 3 replies
-
@dtrckd |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I have set up elmls with nvim and lspconfig. Everything works fine, except one thing, when I format a file with the vim command
lua vim.lsp.buf.format()
, and that there is format errors in this file, I have a bunch of messages that are injected into the bottom bar log of vim, and that ask me to typeMy nvim settings can be found here : https://github.com/dtrckd/config/blob/master/dotfiles/.config/nvim/lua/lsp_config.lua#L77
Here is the message
If someone have an idea of what is going on, I will be happy to know more and solve this.
Beta Was this translation helpful? Give feedback.
All reactions