iamcco / diagnostic-languageserver

diagnostic language server integrate with linters
MIT License
418 stars 28 forks source link

Custom formatter with viml script #37

Closed mosheavni closed 4 years ago

mosheavni commented 4 years ago

Hi, I see all the examples of linters and formatters using external program, Say I have a vim native function that is used to format my document, can I use it somehow? Thanks.

iamcco commented 4 years ago

It can't since it's an LSP server. You need an LSP client to connect to the server.