diff --git a/dotfiles.yml b/dotfiles.yml index aa695af..342f5f8 100644 --- a/dotfiles.yml +++ b/dotfiles.yml @@ -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 diff --git a/helix/languages.toml b/helix/languages.toml new file mode 100644 index 0000000..90367ad --- /dev/null +++ b/helix/languages.toml @@ -0,0 +1,3 @@ +[[language]] +name = "bash" +indent = { unit = " " , tab-width = 4 }