File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,7 @@ A few plugins are recommended to properly report the diagnostics during the deve
384384Install the required language servers:
385385* [ BasedPyright] ( https://docs.basedpyright.com/latest/ ) with ` uv tool install basedpyright `
386386* [ pylsp] ( https://github.com/python-lsp/python-lsp-server ) with ` uv tool install python-lsp-server[flake8] --with pylsp-rope ` .
387-
388- ` [ruff](https://docs.astral.sh/ruff/] ` , which is also used as a language server, is already installed as a dev dependency.
387+ * [ ruff] (https://docs.astral.sh/ruff/ ] , which is also used as a language server, is already installed as a dev dependency.
389388
390389Create a ` .helix/language.toml ` in the project. Make sure to exclude it in git,
391390either in your user configuration (` ~/.config/git/ignore ` ) or in the project
You can’t perform that action at this time.
0 commit comments