8 lines
163 B
Zig
8 lines
163 B
Zig
// Configuration options for zls.
|
|
|
|
/// Whether to enable snippet completions
|
|
enable_snippets: bool = true,
|
|
|
|
/// zig library path
|
|
zig_lib_path: ?[]const u8 = null,
|