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 = {
typescript-tools.enable = true;
zig.enable = true;
lsp = {
enable = true;
servers = {
zls.enable = true;
gleam = {
enable = true;
autostart = true;
@ -209,6 +211,7 @@ in
"html"
"json"
"css"
"zig"
];
};
};