helix: Install with theme
This commit is contained in:
parent
802f16b0ea
commit
ca246e1c31
6 changed files with 30 additions and 7 deletions
7
helix/languages.toml
Normal file
7
helix/languages.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[[language]]
|
||||
name = "go"
|
||||
auto-format = true
|
||||
formatter = { command = "goimports" }
|
||||
|
||||
[language-server.rust-analyzer.config.check]
|
||||
command = "clippy"
|
||||
Loading…
Add table
Add a link
Reference in a new issue