aboutsummaryrefslogtreecommitdiffstats
path: root/.config/helix/languages.toml
Commit message (Collapse)AuthorAgeFilesLines
* helix: Remove broken language config for PythonDavid Runge2023-12-031-20/+0
| | | | | | | | With newer helix this config does no longer work. It is better to find a ruff based one in the future as noone in their right mind should configure e.g. flake8. Signed-off-by: David Runge <dave@sleepmap.de>
* Update helix configuration for 23.03.David Runge2023-05-041-1/+9
|
* helix: cleanup languages configDavid Runge2023-02-151-2/+1
| | | | Remove empty lines from languages config.
* helix: Add default language config for rust and pythonDavid Runge2023-02-021-2/+24
|
* helix: Add basic configDavid Runge2022-12-211-0/+3
.config/helix/config.toml: Add basic config. .config/helix/languages.toml: Add auto-formatting for rust.