tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
work on eslint - still wip
biscui.tech
2 years ago
1297771d
ad2dcd52
+7
-7
1 changed file
expand all
collapse all
unified
split
.config
helix
languages.toml
+7
-7
.config/helix/languages.toml
···
4
4
# [language-server.rust-analyzer]
5
5
# config = { procMacro = { ignored = { leptos_macro = ["component", "server"] } } }
6
6
7
7
-
[language.config.hints]
8
8
-
assignVariableTypes = true
9
9
-
compositeLiteralFields = true
10
10
-
constantValues = true
11
11
-
functionTypeParameters = true
12
12
-
parameterNames = true
13
13
-
rangeVariableTypes = true
7
7
+
# [language.config.hints]
8
8
+
# assignVariableTypes = true
9
9
+
# compositeLiteralFields = true
10
10
+
# constantValues = true
11
11
+
# functionTypeParameters = true
12
12
+
# parameterNames = true
13
13
+
# rangeVariableTypes = true
14
14
15
15
[language-server.eslint]
16
16
command = "vscode-eslint-language-server"