1
0
Fork 0
zar/untitled.sublime-project

25 lines
242 B
Plaintext
Raw Normal View History

2020-07-09 01:16:31 +01:00
{
"folders":
[
{
"path": "."
},
{
"path": "/home/kitteh/bar"
},
{
"path": "/home/kitteh/zig-linux-x86_64-0.6.0+485231dea/lib/zig/std"
}
],
"settings":
{
"LSP":
{
"zig":
{
"enabled": false
2020-07-09 01:16:31 +01:00
}
}
}
}