zls/src/config.zig
2020-05-14 15:09:27 +03:00

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,