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

Add Biome to example config #750

Open
notramo opened this issue May 21, 2024 · 2 comments
Open

Add Biome to example config #750

notramo opened this issue May 21, 2024 · 2 comments

Comments

@notramo
Copy link

notramo commented May 21, 2024

Biome is a fast, all-in-one toolchain for web projects (JS, TS, CSS, HTML), written in Rust.
https://biomejs.dev/guides/integrate-in-editor/

@krobelus
Copy link
Member

sure that would be welcome (commented in kak-lsp.toml, unless we make it the default).
You can directly translate the neovim config, LMK if you need help

@notramo
Copy link
Author

notramo commented May 22, 2024

@krobelus it works for me using this config:

[language_server.biome]
filetypes = ["typescript", "javascript"]
roots = ["biome.json", "package.json", "tsconfig.json", "jsconfig.json", ".git", ".hg"]
command = "biome"
args = ["lsp-proxy"]

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