add helix text editor
Signed-off-by: Lucas Sta Maria <lucas.stamaria@gmail.com>
This commit is contained in:
parent
6d4aed993b
commit
b1fd8d92be
2 changed files with 22 additions and 0 deletions
5
.config/helix/config.toml
Normal file
5
.config/helix/config.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
theme = "onedark"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
mouse = true
|
17
.config/helix/languages.toml
Normal file
17
.config/helix/languages.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[[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"
|
Loading…
Add table
Add a link
Reference in a new issue