17 lines
274 B
Lua
17 lines
274 B
Lua
return {
|
|
enabled = true,
|
|
dependencies = {
|
|
"zig",
|
|
},
|
|
lspconfig = {
|
|
filetypes = {
|
|
"zig",
|
|
"zir",
|
|
},
|
|
cmd = { "zls", },
|
|
single_file_support = true,
|
|
-- init_options = {
|
|
-- },
|
|
},
|
|
}
|