2020-05-09 14:43:51 +01:00
|
|
|
// Configuration options for zls.
|
|
|
|
|
2020-05-09 20:42:35 +01:00
|
|
|
/// Whether to enable snippet completions
|
2020-05-09 14:43:51 +01:00
|
|
|
enable_snippets: bool = true,
|
2020-05-14 00:10:41 +01:00
|
|
|
|
|
|
|
/// zig installation path
|
2020-05-14 02:54:05 +01:00
|
|
|
zig_lib_path: ?[]const u8 = null,
|