Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Formatting removes unicode chars in neovim #3515

Open
1 task done
DeeGeeMan opened this issue Jul 24, 2024 · 2 comments
Open
1 task done

🐛 Formatting removes unicode chars in neovim #3515

DeeGeeMan opened this issue Jul 24, 2024 · 2 comments

Comments

@DeeGeeMan
Copy link

DeeGeeMan commented Jul 24, 2024

Environment information

CLI:
  Version:                      1.8.3
  Color support:                true

Platform:
  CPU Architecture:             aarch64
  OS:                           macos

Environment:
  BIOME_LOG_DIR:                unset
  NO_COLOR:                     unset
  TERM:                         "screen-256color"
  JS_RUNTIME_VERSION:           unset
  JS_RUNTIME_NAME:              unset
  NODE_PACKAGE_MANAGER:         unset

Biome Configuration:
  Status:                       Loaded successfully
  Formatter disabled:           true
  Linter disabled:              true
  Organize imports disabled:    true
  VCS disabled:                 true

Workspace:
  Open Documents:               0

What happened?

The biome plug-in for neovim removes Unicode characters when auto-formatting on save.

Before:
image

After:
image

Expected result

It shouldn't remove unicode chars when formatting.

Code of Conduct

  • I agree to follow Biome's Code of Conduct
@DeeGeeMan DeeGeeMan changed the title 🐛 <TITLE> 🐛 Formatting removes unicode chars in neovim Jul 24, 2024
@DeeGeeMan
Copy link
Author

Here is the error message I see in vim...
image

@Conaclos
Copy link
Member

Conaclos commented Sep 3, 2024

This could be related to #3463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants