From ec8e8e06978403fd91785e6f3fe615cadf0373ec Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 11 Apr 2023 15:12:33 -0500 Subject: feat(helix): add languages config --- .config/helix/languages.toml | 7 +++++++ 1 file changed, 7 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..242e71a --- /dev/null +++ b/.config/helix/languages.toml @@ -0,0 +1,7 @@ +[[language]] +name = "bash" +indent = { tab-width = 2, unit = " " } + +[[language]] +name = "c" +indent = { tab-width = 2, unit = " " } -- cgit v1.2.3