Skip to content
Discussion options

You must be logged in to vote

Hi @Kraust ,
Actually there's there isn't a technical reason why we block server_formatting. It's just easier management for the linter/formatters. Since we use none-ls.nvim as our "formatting language server" (it's registry itself as a fake language server), previously null-ls.nvim, it will be less confusing for ppl to configure their linter/formatters in only one place, which is none-ls.nvim's config file.

Also some language servers don't have builtin formatter, it become confusing when trying to debug formatting issues, it might need following steps:

  1. Does the language server have builtin formatter?
  2. Does I setup multiple formatter for this language? Do they conflict with each other?
  3. Do…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kraust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
good-first-issue Good for newcomers educational Issues that contain useful content formatting Lsp-formatting related issues
2 participants