mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
added templ lang server
This commit is contained in:
parent
be8777af35
commit
e0e2c31f56
1 changed files with 5 additions and 0 deletions
|
@ -165,7 +165,12 @@ in
|
|||
enable = true;
|
||||
installLanguageServer = true;
|
||||
};
|
||||
templ = {
|
||||
enable = true;
|
||||
installLanguageServer = true;
|
||||
};
|
||||
html.enable = true;
|
||||
tsserver.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue