Closed mosheavni closed 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.
It can't since it's an LSP server. You need an LSP client to connect to the server.
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.