瀏覽代碼

nixpkgs/neovim: add --noEmit to tsc compiler

Thomas Dy 2 年之前
父節點
當前提交
da4ea5dd34
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = [