Explorar o código

nixpkgs/neovim: add --noEmit to tsc compiler

Thomas Dy %!s(int64=2) %!d(string=hai) anos
pai
achega
da4ea5dd34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .config/nixpkgs/neovim/neovim.nix

+ 1 - 1
.config/nixpkgs/neovim/neovim.nix

@@ -37,7 +37,7 @@ let
     name = "extra-tsc-compiler";
     destination = "/after/compiler/tsc.vim";
     text = ''
-      CompilerSet makeprg=node_modules/.bin/tsc\ --incremental
+      CompilerSet makeprg=node_modules/.bin/tsc\ --incremental\ --noEmit
     '';
   };
   extraPath = [