mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
removed depreciated option
This commit is contained in:
parent
3590330c54
commit
02b27c9f40
1 changed files with 0 additions and 2 deletions
|
@ -167,12 +167,10 @@ in
|
||||||
servers = {
|
servers = {
|
||||||
gopls = {
|
gopls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installLanguageServer = true;
|
|
||||||
};
|
};
|
||||||
templ = {
|
templ = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autostart = true;
|
autostart = true;
|
||||||
installLanguageServer = true;
|
|
||||||
};
|
};
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
tsserver.enable = true;
|
tsserver.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue