norm_lsnorminette in the backgroundi got tired of having to run norminette manually and move back and forth between editor and terminal and checking the numbers myself, so i made this little thing. now you can have it as diagnostics instead, allowing you to have it as virtual lines, virtual text or just show up in your error list, whatever you've configured in your editor of choice featureson save, change and open returns the output of norminette in the form of diagnostic information to your editor requirementspython 3.8 or higher (tested on 3.10.12 && 3.9.21) pygls 2.0.0a2 or higher (tested 2.0.0a1, failed)
and norminette of course ;P installationI personally use neovim, so take the other installation instruction with a grain of salt. if you've gotten it to work on your editor, feel free to create a pull request! Neovim - init.lua
if you are using nvim-lspconfig, put this into the config function instead
For you VSCode users, there is a plugin with the identifier
|