From e1102c135cb27c042936821f94c5a60ad7dfea20 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 21 Dec 2022 23:11:00 +0100 Subject: helix: Add basic config .config/helix/config.toml: Add basic config. .config/helix/languages.toml: Add auto-formatting for rust. --- .config/helix/languages.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/helix/languages.toml (limited to '.config/helix/languages.toml') diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml new file mode 100644 index 0000000..1f0de16 --- /dev/null +++ b/.config/helix/languages.toml @@ -0,0 +1,3 @@ +[[languages]] +name = "rust" +auto-format = true \ No newline at end of file -- cgit v1.2.3-54-g00ecf