Anvil IDE: wrap long lines

I run the Python LSP Server on my local machine with its Black Plugin for code formatting. That’s all hooked into my local editor, neovim, via its built in LSP support.

From within the IDE, I swap to neovim using CTRL-E and then, from within neovim, I have SPACE-F mapped to format my code using black.

Here it is in action:

black

1 Like