mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
shrug, i forgor
This commit is contained in:
parent
428c884e0d
commit
a01bb5c0ed
19 changed files with 538 additions and 68 deletions
12
vim/.config/nvim/lsp/zigscient.lua
Normal file
12
vim/.config/nvim/lsp/zigscient.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---@brief
|
||||
--- https://github.com/zigtools/zls
|
||||
---
|
||||
--- Zig LSP implementation + Zig Language Server
|
||||
|
||||
---@type vim.lsp.Config
|
||||
return {
|
||||
cmd = { 'zigscient' },
|
||||
filetypes = { 'zig', 'zir' },
|
||||
root_markers = { 'zls.json', 'build.zig', '.git' },
|
||||
workspace_required = false,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue