First off, thank you for the svls, sv-parser, and svlint tools! My question is, how can I create a custom plugin for setting a maximum line length? I would like to pass the plugin to svlint through the svls language server and use the result asynchronously on a text editor.
First off, thank you for the svls, sv-parser, and svlint tools! My question is, how can I create a custom plugin for setting a maximum line length? I would like to pass the plugin to svlint through the svls language server and use the result asynchronously on a text editor.