mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added zig lsp
This commit is contained in:
parent
ef82dd7f0e
commit
352fc2c0ca
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue