aboutsummaryrefslogtreecommitdiffstats
path: root/.config/helix
Commit message (Collapse)AuthorAgeFilesLines
* helix: Use clippy for checking and nightly rustfmt for formatting RustHEADmasterDavid Runge2024-03-161-0/+7
| | | | Signed-off-by: David Runge <dave@sleepmap.de>
* helix: Add pyright as LSP for PythonDavid Runge2024-02-011-0/+19
| | | | | | Add some comments about how to add ruff-lsp Signed-off-by: David Runge <dave@sleepmap.de>
* 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-042-2/+15
|
* 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: Show special characters (tab, space, etc.)David Runge2023-02-021-1/+13
|
* helix: Add basic configDavid Runge2022-12-212-0/+23
.config/helix/config.toml: Add basic config. .config/helix/languages.toml: Add auto-formatting for rust.