tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
hx opts
biscui.tech
10 months ago
f5e7b221
efc12137
+1
-1
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+1
-1
.config/helix/languages.toml
···
13
13
scope = "source.ts"
14
14
injection-regex = "(ts|typescript)"
15
15
# TODO: lang-servers for tsx are borked, something with the extracted eslint lsp
16
16
-
# language-servers = [ "typescript-language-server", "vscode-eslint-language-server" ]
16
16
+
language-servers = [ "typescript-language-server", "vscode-eslint-language-server" ]
17
17
formatter = { command = "prettier", args = ["--stdin-filepath", "file.ts", "--parser", "babel-ts"] }
18
18
# formatter = { command = "dprint", args = [ "fmt", "--stdin", "typescript" ] }
19
19
auto-format = true