1
0
Fork 0

chore(helix): remove unused program

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-02-16 02:25:39 -05:00
parent 2b1eb9c90e
commit 84c8080d7d
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 0 additions and 22 deletions

View file

@ -1,5 +0,0 @@
theme = "onedark"
[editor]
line-number = "relative"
mouse = true

View file

@ -1,17 +0,0 @@
[[language]]
name = "rust"
auto-format = false
[[language]]
name = "racket"
file-types = ["rkt"]
comment-token = ";"
indent = { tab-width = 2, unit = " " }
config = "racket -l racket-langserver"
[[language]]
name = "java"
file-types = ["java"]
comment-token = "//"
indent = { tab-width = 2, unit = " " }
config = "java-language-server"