Add helix language configuration
This commit is contained in:
@@ -88,6 +88,8 @@ dotfiles:
|
|||||||
to: scripts
|
to: scripts
|
||||||
- from: helix/config.toml
|
- from: helix/config.toml
|
||||||
to: .config/helix/config.toml
|
to: .config/helix/config.toml
|
||||||
|
- from: helix/languages.toml
|
||||||
|
to: .config/helix/languages.toml
|
||||||
dotfiles_remove:
|
dotfiles_remove:
|
||||||
- .gitconfig
|
- .gitconfig
|
||||||
- .vimrc
|
- .vimrc
|
||||||
|
|||||||
3
helix/languages.toml
Normal file
3
helix/languages.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[[language]]
|
||||||
|
name = "bash"
|
||||||
|
indent = { unit = " " , tab-width = 4 }
|
||||||
Reference in New Issue
Block a user