Browse Source

nixpkgs/neovim: add --noEmit to tsc compiler

Thomas Dy 2 năm trước cách đây
mục cha
commit
da4ea5dd34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = [