Replies: 2 comments 1 reply
-
It looks like it's my bad, in order for The error message was a bit confusing; do you see any room for improving the error message when the underlying formatter fails for some reason? I believe the error message should be something like |
Beta Was this translation helpful? Give feedback.
-
I get a value of 1 after executing the command:echo executable("autopep8") but I have the same problem with autopep8 |
Beta Was this translation helpful? Give feedback.
-
When requesting LSP formatting on a markdown file (where null-ls LSP client is attached), the following information/warning message pops up:
I am invoking LSP format request via
BufWritePost
autocmd (which works for other filetypes such as python and javascript for auto-formatting):For the markdown file, I have the null-ls LSP client attached:
whose
server_capabilities
is like:My null-ls config (simplified):
It looks like the
prettier
module is responsible for formatting markdown.My question is:
Beta Was this translation helpful? Give feedback.
All reactions