This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
Replies: 1 comment 6 replies
-
There are a bunch of ways you could select a client for formatting based on which clients are attached. For example, you could use |
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 using the
powershell-es
lsp which comes with it's own formatting. So how do I tell null-ls not to format files using built-ins but defer back to the lsp?I've seen the avoid conflicts wiki, so if my client name
powershell-es
is the lsp to format - how does it work with that:Currently when I do
<leader>fm
for lsp formatting, it just says "[LSP] Format request failed, no matching language servers"When I do
:LspInfo
it only showspowershell-es
attched to the bufferBeta Was this translation helpful? Give feedback.
All reactions