Add helix language configuration

This commit is contained in:
2024-05-05 12:36:36 +02:00
parent 3e71f9f1e3
commit 58c40f69d9
2 changed files with 5 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ dotfiles:
to: scripts
- from: helix/config.toml
to: .config/helix/config.toml
- from: helix/languages.toml
to: .config/helix/languages.toml
dotfiles_remove:
- .gitconfig
- .vimrc

3
helix/languages.toml Normal file
View File

@@ -0,0 +1,3 @@
[[language]]
name = "bash"
indent = { unit = " " , tab-width = 4 }