Spacemacs
In Editor Configuration: Supported
Author’s Notice
This Documentation is incomplete.
- Add
lsp
andzig
todotspacemacs-configuration-layers
in your.spacemacs
file. - If you don’t have
zig
orzls
in yourPATH
, add the following todotspacemacs/user-config
in your.spacemacs
file:
(setq lsp-zig-zls-executable "/path/to/zls_executable")
(setq lsp-zig-zig-exe-path "/path/to/zig_executable")