Added helix config and updated albert
This commit is contained in:
parent
c669576540
commit
72f0064f15
3 changed files with 31 additions and 0 deletions
5
.config/helix/config.toml
Normal file
5
.config/helix/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
theme = "github_dark"
|
||||
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
5
.config/helix/languages.toml
Normal file
5
.config/helix/languages.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[[language]]
|
||||
name="c"
|
||||
indent = { tab-width=1, unit=" "}
|
||||
# formatter = { command = "clang-format", args=["--style=file"] }
|
||||
auto-format = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue