Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | helix: Add pyright as LSP for Python | David Runge | 2024-02-01 | 1 | -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 Python | David Runge | 2023-12-03 | 1 | -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 Runge | 2023-05-04 | 2 | -2/+15 |
| | |||||
* | helix: cleanup languages config | David Runge | 2023-02-15 | 1 | -2/+1 |
| | | | | Remove empty lines from languages config. | ||||
* | helix: Add default language config for rust and python | David Runge | 2023-02-02 | 1 | -2/+24 |
| | |||||
* | helix: Show special characters (tab, space, etc.) | David Runge | 2023-02-02 | 1 | -1/+13 |
| | |||||
* | helix: Add basic config | David Runge | 2022-12-21 | 2 | -0/+23 |
.config/helix/config.toml: Add basic config. .config/helix/languages.toml: Add auto-formatting for rust. |