Skip to content

Commit

Permalink
Add a couple changes to the helix config
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbainbridge committed Mar 4, 2023
1 parent 886e1cb commit 9593df7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
10 changes: 10 additions & 0 deletions git-config
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
1 change: 1 addition & 0 deletions helix-config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ theme = "gruvbox"
[editor]
mouse = false
cursorline = true
true-color = true

[editor.cursor-shape]
insert = "bar"
Expand Down
3 changes: 3 additions & 0 deletions helix-config/languages.toml
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

0 comments on commit 9593df7

Please sign in to comment.