-
Notifications
You must be signed in to change notification settings - Fork 0
/
.neoconf.json
40 lines (40 loc) · 931 Bytes
/
.neoconf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"neoconf": {
"live_reload": true,
"filetype_jsonc": true,
"plugins": {
"lua_ls": {
"enabled": true
},
"jsonls": {
"enabled": true
}
}
},
"lspconfig": {
"lua_ls": {
"Lua.hint.enable": true,
"Lua.hint.setType": true,
"Lua.hint.paramName": "All",
"Lua.hint.semicolon": "Disable",
"Lua.hint.arrayIndex": "Disable",
"Lua.hint.await": true,
"Lua.hint.paramType": true
},
"nixd": {
"nixd": {
"nixpkgs": {
"expr": "import <nixpkgs> {}"
},
"options": {
"nixos": {
"expr": "(builtins.getFlake \"/home/massi/.config/nixos\").nixosConfigurations.elendil.options"
},
"home-manager": {
"expr": "(builtins.getFlake \"/home/massi/.config/nixos\").homeConfigurations.\"massi@elendil\".options"
}
}
}
}
}
}