added zig lsp

This commit is contained in:
Nickiel12 2024-09-24 01:47:21 +00:00
parent ef82dd7f0e
commit 352fc2c0ca

View file

@ -162,10 +162,12 @@ in
plugins = { plugins = {
typescript-tools.enable = true; typescript-tools.enable = true;
zig.enable = true;
lsp = { lsp = {
enable = true; enable = true;
servers = { servers = {
zls.enable = true;
gleam = { gleam = {
enable = true; enable = true;
autostart = true; autostart = true;
@ -209,6 +211,7 @@ in
"html" "html"
"json" "json"
"css" "css"
"zig"
]; ];
}; };
}; };