mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
10 lines
124 B
Lua
10 lines
124 B
Lua
return {
|
|
cmd = { 'zls' },
|
|
filetypes = { 'zig' },
|
|
root_markers = {
|
|
'zls.json',
|
|
'build.zig',
|
|
'.git'
|
|
},
|
|
}
|
|
|