shrug, i forgor

This commit is contained in:
gyoder 2025-12-28 15:38:19 -07:00
parent 428c884e0d
commit a01bb5c0ed
19 changed files with 538 additions and 68 deletions

View file

@ -1,10 +1,12 @@
---@brief
--- https://github.com/zigtools/zls
---
--- Zig LSP implementation + Zig Language Server
---@type vim.lsp.Config
return {
cmd = { 'zls' },
filetypes = { 'zig' },
root_markers = {
'zls.json',
'build.zig',
'.git'
},
filetypes = { 'zig', 'zir' },
root_markers = { 'zls.json', 'build.zig', '.git' },
workspace_required = false,
}