-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a couple changes to the helix config
- Loading branch information
1 parent
886e1cb
commit 9593df7
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
[user] | ||
name = Josh Bainbridge | ||
email = [email protected] | ||
signingkey = ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCdJphW7AG2oFNWlxJxaaFhWOeuJ4hVsMlbVtghy5O2fOvj9ozRBXBL44wAmzOlsBcWwdIdNAUfDtRWPAvG8Yp+d87GKSeZ++y5f2IZ6Y0hUN+hzwoR3ZjMkdr+jJPtB4m+IwIswgacuaBwev7m6SklNS+7fjkuCPsLaI2o422SK+TuXEFUIvBtB+MtoDCsuw1B20ZbalxlaZ22P/ldxp+hmP3lkuzzfe+3SGER4EBxwwLR68jQCn1WBmmCYspSA1EmdT/iregycqpCuEpGhhkhWn0xK0oFsPA7d6mIO7Xixx0mNSfJUPl3OtnewG7NOjxQTjN7PzD09BVpv3ZL3m7a0Z+nVnDAz0P1Fll6dFv/o548rtM99mCh/PuvY/9fKx/6J8meEfZ+9DWwJTgShptJsZikUxHpXWJ4VrJ5zYuuPMXoMkDPCuGKuJLUljSsKaUW0mCSFd/ZMm0At+Z2pmmZhzlXXw6u+R3VHyR42ZWBr4R6mQ0xUMgwsAm6OUhJrqJ+AtxUnn8P/nB4oALXa9ct+yUlqLckWvF6sYQa5sF9Qzg6FE6YId9Cgtc6qbeR864088Ix84u9vSYEQVRUVoXrYq/GjVOy+/QHQh6ZHLl3J4Jp/SDptT5LQhSwCRa751Ux66/4/nONcon7q56biE8OhBgvPYslmTHudlbHyXUKxQ== [email protected] | ||
[commit] | ||
# template = .gitmessage | ||
gpgsign = true | ||
[pull] | ||
rebase = false | ||
[alias] | ||
graph = log --branches --decorate --oneline --graph | ||
[init] | ||
defaultBranch = main | ||
[gpg] | ||
format = ssh | ||
[tag] | ||
gpgsign = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[[language]] | ||
name = "rust" | ||
indent = { tab-width = 4, unit = " " } | ||
language-server = { command = "rustup", args = ["run", "stable", "rust-analyzer"] } | ||
# config = { checkOnSave = { command = "clippy" } } | ||
|
||
[[language]] | ||
name = "cpp" | ||
indent = { tab-width = 4, unit = " " } | ||
auto-format = true |