1
0
Fork 0
zar/untitled.sublime-project

25 lines
209 B
Plaintext
Raw Normal View History

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