summaryrefslogtreecommitdiff
path: root/lsp/zig.lua
blob: c48b2a41345e669e39ece9e87b519e6b0f0b9e53 (plain)
1
2
3
4
5
6
7
8
9
return {
  cmd = { "zls" },
  filetypes = { "zig" },
  root_markers = { "build.zig" },
  single_file_support = true,
  settings = {
    autoformat = true,
  },
}