This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
How to break line? #732
-
I am using prettier for code formatting. I want to break the line after 100 words. How can I achieve this in neovim?my config: https://github.com/Monzim/Al-AsrVim/tree/dev |
Beta Was this translation helpful? Give feedback.
Answered by
jose-elias-alvarez
Mar 4, 2022
Replies: 1 comment 3 replies
-
This isn't really specific to null-ls, but you can use Prettier's print width option. The preferred way would be to set this in a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
jose-elias-alvarez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This isn't really specific to null-ls, but you can use Prettier's print width option. The preferred way would be to set this in a
.prettierrc
config file, but you can also pass it as an argument usingextra_args
.