diff options
author | Alan Pearce | 2018-02-02 11:59:09 +0100 |
---|---|---|
committer | Alan Pearce | 2018-02-02 11:59:09 +0100 |
commit | 568d96fb4a9dc06720797eecd3c072958ff5e3ab (patch) | |
tree | 837e2042fdcb59e50de15b73d52af69fffe7d721 /modules/development | |
parent | c4c502a39489719b3922daab42f3a25014c069e2 (diff) | |
download | nixos-configuration-568d96fb4a9dc06720797eecd3c072958ff5e3ab.tar.lz nixos-configuration-568d96fb4a9dc06720797eecd3c072958ff5e3ab.tar.zst nixos-configuration-568d96fb4a9dc06720797eecd3c072958ff5e3ab.zip |
Enable LSP (javascript)
Diffstat (limited to 'modules/development')
-rw-r--r-- | modules/development/javascript.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/development/javascript.nix b/modules/development/javascript.nix index bf81cee..4dd8140 100644 --- a/modules/development/javascript.nix +++ b/modules/development/javascript.nix @@ -7,6 +7,7 @@ nodePackages.tern nodePackages.node2nix nodePackages.nodemon + nodePackages.javascript-typescript-langserver nodePackages.eslint_d autoconf |