|
@@ -33,6 +33,13 @@ let
|
|
|
(array . (_) @parameter.inner ",")
|
|
|
'';
|
|
|
};
|
|
|
+ extra-tsc-compiler = writeTextFile {
|
|
|
+ name = "extra-tsc-compiler";
|
|
|
+ destination = "/after/compiler/tsc.vim";
|
|
|
+ text = ''
|
|
|
+ CompilerSet makeprg=node_modules/.bin/tsc\ --incremental
|
|
|
+ '';
|
|
|
+ };
|
|
|
extraPath = [
|
|
|
fd
|
|
|
ripgrep
|
|
@@ -70,6 +77,7 @@ neovim.override {
|
|
|
tree-sitter-query
|
|
|
]))
|
|
|
extra-treesitter-textobjects
|
|
|
+ extra-tsc-compiler
|
|
|
] ++ lib.optionals withPlayground [
|
|
|
playground
|
|
|
];
|