mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 04:39: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 = {
|
||||
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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue