You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
This is my first time using neovim and lazyvim. There I'm enabling prettierd and I found that all my import statements are being ordered on save-file 😢
prettier-neovim.mp4
This only happens with lazyvim and prettierd enabled. I have tested my code and prettier config in vscode and in the command line (prettier --write.. ) and it works as expected. Maybe the prettierd plugin has a default configuration that is overridden my prettier.config.js? 🤔
Go to a ts file and save the file. You will see how the imports are sorted 😞
Expected Behavior
Prettier should not sort/order my imports 😢
I have created the issue in the lazyvim repo but looks like they doesn't apply any custom configuration. So, looks like the problem is with prettierd 🤔 LazyVim/LazyVim#1396
Also, is there a way to enable bugs and get the logs of prettierd? 🤔
The text was updated successfully, but these errors were encountered:
Neovim version (nvim -v)
0.9.1
Operating system/version
Macos 12.5.1
Describe the bug
Hi there!
This is my first time using neovim and lazyvim. There I'm enabling prettierd and I found that all my import statements are being ordered on save-file 😢
prettier-neovim.mp4
This only happens with lazyvim and prettierd enabled. I have tested my code and prettier config in vscode and in the command line (prettier --write.. ) and it works as expected. Maybe the prettierd plugin has a default configuration that is overridden my prettier.config.js? 🤔
Steps To Reproduce
Expected Behavior
Prettier should not sort/order my imports 😢
I have created the issue in the lazyvim repo but looks like they doesn't apply any custom configuration. So, looks like the problem is with prettierd 🤔
LazyVim/LazyVim#1396
Also, is there a way to enable bugs and get the logs of prettierd? 🤔
The text was updated successfully, but these errors were encountered: